Hello everyone,
I am looking for differential expression of codelink data. I am not sure whether it's achievable by codelink R package. I found something
pdata = read.AnnotatedDataFrame("targets.txt") codset = readCodelinkSet(filename = pdata$FileName, phenoData = pdata)
in codelink R package. Is this for differential expression. I could not find any example from codelink package to perform differential expression on codelink data. Any reference link, example, suggestion is highly appreciated. Thanks
Thanks Gordon Smyth for your comments. I will go through your limma package to know more.