Description Usage Functions Slots Methods Author(s)
An S4 class for storing quality control results.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | QCResults(preprocConfig, cellIDs = c(), geneIDs = c(), statsQC = DataFrame())
## S4 method for signature 'QCResults'
preprocConfig(object)
## S4 method for signature 'QCResults'
cellIDs(object)
## S4 replacement method for signature 'QCResults'
cellIDs(object) <- value
## S4 method for signature 'QCResults'
geneIDs(object)
## S4 replacement method for signature 'QCResults'
geneIDs(object) <- value
## S4 method for signature 'QCResults'
statsQC(object)
## S4 replacement method for signature 'QCResults'
statsQC(object) <- value
## S4 method for signature 'QCResults'
show(object)
|
QCResults
: Constructs a new QCResults
object.
preprocConfig
A object of class PreprocConfig.
cellIDs
A character vector of IDs of cells that passed QC.
geneIDs
A character vector of IDs of genes that passe QC.
statsQC
A DataFrame containing statistics gathered through quality control process.
preprocConfig
Getter for the PreprocConfig object used when creating the quality control result.
cellIDs
Getter for the cell IDs that passed QC.
geneIDs
Getter for the gene IDs that passed QC
statsQC
Getter for the quality control statistics
Avishay Spitzer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.