powered by
"results"(object,cnames)
'baseMean': average expression for each gene including all samples,
'Amean' and 'Bmean': average expression for each group:A and B,
'absD': absolute expression differences between two groups,
'foldChange': log2 of fold-change for each gene based on B vs. A,
'Variance': variance for each gene
'pvalue':pvalue from GPTest,
GPTest
'adj.pvalue':ajusted pvalues by BH method. See p.adjust.
p.adjust
ABSSeq
obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups)) obj <- normalFactors(obj) obj <- calPara(obj) obj <- GPTest(obj) head(results(obj)) head(results(obj,c("pvalue","adj.pvalue")))
Run the code above in your browser using DataLab