Description Usage Arguments Details Value See Also Examples
Accessor functions for the result from a ABSDataSet by given names
1 2 3 4 |
object |
a ABSDataSet |
cnames |
a vecotr of names for output, which are among:
'Amean','Bmean', log2 of mean counts for group A and B,
"baseMean', estimated mean for absolute counts difference (absD), used for mu in |
This function returns the result of ABSSeq as a table or a vector depended on
the given names, see ABSSeq
a table according to canmes.
1 2 3 4 5 6 | data(simuN5)
obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups))
obj <- normalFactors(obj)
obj <- callParameter(obj)
obj <- callDEs(obj)
head(results(obj))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.