| dataInfo | R Documentation |
dataInfoThis was the class for storing input data for workflow.
We now generally recommend using the Create_DEGContainer
to create it in DEGContainer obj.
contains configurations info of RNAseqStat2
species(obj)
dataType(obj)
idType(obj)
expMatrix(obj)
groupInfo(obj)
caseGroup(obj)
filterMethod(obj)
matrixFiltered(obj)
geneNames(obj, filtered)
sampleNames(obj, filtered)
species(obj) <- value
dataType(obj) <- value
idType(obj) <- value
expMatrix(obj) <- value
groupInfo(obj) <- value
caseGroup(obj) <- value
filterMethod(obj) <- value
matrixFiltered(obj) <- value
geneNames(obj, filtered) <- value
sampleNames(obj, filtered) <- value
The accessor functions species, dataType,
idType, expMatrix, groupInfo,
caseGroup, filterMethod, matrixFiltered
return the corresponding elements of a
DEGContainer or dataInfo.
speciesspecies for your data. 'Human' or 'Mouse'.
dataTypekind of expresses value matrix. 'Counts' (Integer) or 'Array' (Decimal).
idTypekind of gene id. 'ENSEMBL' or 'SYMBOL', If 'ENSEMBL', it will be automatically converted to 'SYMBOL'.
expMatrixexpresses value matrix. Should be a data.frame row named by gene ID and column named by Sample
groupInfoa Character Vectors ordered by samples in matrix.
caseGroupa Character names of case group.
filterMethoda function used to filter expresses value matrix. Or disable filter by set as 'NULL'.
matrixFilteredexpresses value matrix after apply filterMethod. Should be a data.frame row named by gene ID and column named by Sample
Other DEGContainer:
MSigDB,
degResults-class
Other DEGContainer:
MSigDB,
degResults-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.