dataInfo | R Documentation |
dataInfo
This 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
.
species
species for your data. 'Human' or 'Mouse'.
dataType
kind of expresses value matrix. 'Counts' (Integer) or 'Array' (Decimal).
idType
kind of gene id. 'ENSEMBL' or 'SYMBOL', If 'ENSEMBL', it will be automatically converted to 'SYMBOL'.
expMatrix
expresses value matrix. Should be a data.frame row named by gene ID and column named by Sample
groupInfo
a Character Vectors ordered by samples in matrix.
caseGroup
a Character names of case group.
filterMethod
a function used to filter expresses value matrix. Or disable filter by set as 'NULL'.
matrixFiltered
expresses 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.