Description Usage Arguments Details Value Slots Examples
This class stores parameters and results of the diggit algorithm
This function generates diggit class objects
1 2 3 |
expset |
ExpressionSet object or numeric matrix of expression data, with features in rows and samples in columns |
cnv |
Numeric matrix of CNV data |
regulon |
Regulon class object containing the transcriptional interactome |
mindy |
Regulon class object containing the post-translational interactome |
fcnv |
Vector of F-CNV p-values |
mr |
Vector of master regulator Z-score (NES) |
viper |
Numeric matrix of VIPER results |
aqtl |
Numeric matrix of aQTL p-values |
conditional |
List containing the conditional analysis results |
see diggit-methods for related methods
Object of class diggit
expset
:ExpressionSet object containing the gene expression data
cnv
:Matrrix containing the CNV data
regulon
:Regulon object containing the transcriptional interactome
mindy
:Regulon object containing the post-translational interactome
fcnv
:Numeric vector containing the p-values for functional CNVs
mr
:Numeric vector of normalized enrichment scores for the MARINa analysis
viper
:Numeric matrix of normalized enrichment scores for the VIPER analysis
aqtl
:Numeric matrix of association p-values for the aQTL analysis
conditional
:List containing the conditional analysis results
1 2 3 4 | data(gbm.expression, package="diggitdata")
data(gbm.aracne, package="diggitdata")
dobj <- diggitClass(expset=gbmExprs, regulon=gbmTFregulon)
print(dobj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.