Description Usage Arguments Details Value Author(s) See Also Examples
function to compute a statisticsForPREDA object from an ExpressionSet object
1 2 3 4 5 | # statisticsForPREDAfromEset(.Object, pData_classColumn=NULL,
# statisticType=NULL, logged=TRUE, referenceGroupLabel=NULL,
# classVector=NULL, testedTail="both")
statisticsForPREDAfromEset(.Object, ...)
|
.Object |
Object of class ExpressionSet |
... |
See below
|
An object of class ExpressionSet is used as input and gene centered statistics for differential expression are computed on the contained data. The computed statistics are used to build a StatisticsForPREDA object
An object of class StatisticsForPREDA
Francesco Ferrari
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
require(PREDAsampledata)
data(ExpressionSetRCC)
GEstatisticsForPREDA<-statisticsForPREDAfromEset(
ExpressionSetRCC, statisticType="tstatistic",
referenceGroupLabel="normal", classVector=sampleinfo[,"Class"])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.