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.
preprocConfigA object of class PreprocConfig.
cellIDsA character vector of IDs of cells that passed QC.
geneIDsA character vector of IDs of genes that passe QC.
statsQCA DataFrame containing statistics gathered through quality control process.
preprocConfigGetter for the PreprocConfig object used when creating the quality control result.
cellIDsGetter for the cell IDs that passed QC.
geneIDsGetter for the gene IDs that passed QC
statsQCGetter 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.