accessors {dexus} | R Documentation |
These generic functions return the slots of an RNA-Seq
analysis performed by DEXUS. The results of DEXUS are
stored as an instance of DEXUSResult-class
.
object |
An instance of "DEXUSResult". |
The accessor functions return a the matrices or vectors contained in the corresponding slot of the "DEXUSResult".
Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at
data(dexus) result <- dexus(countsBottomly[1:20,1:10]) transcriptNames(result) sampleNames(result) inputData(result) normalizedData(result) sizeFactors(result) INIValues(result) INIThreshold(result) INICalls(result) pvals(result) responsibilities(result) posteriorProbs(result) logFC(result) conditionSizes(result) sizeParameters(result) means(result) dispersions(result) params(result)