Learn R Programming

dexus (version 1.12.0)

accessors: Accessors for a "DEXUSResult".

Description

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.

Arguments

object
An instance of "DEXUSResult".

Value

The accessor functions return a the matrices or vectors contained in the corresponding slot of the "DEXUSResult".

Examples

Run this code
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)

Run the code above in your browser using DataLab