| DISCBIO | R Documentation |
The DISCBIO class is the central object storing all information generated throughout the pipeline.
object |
An DISCBIO object. |
DISCBIO
SingleCellExperimentRepresentation of the single cell input data, including both cells from regular and ERCC spike-in samples. Data are stored in a SingleCellExperiment object.
expdataThe raw expression data matrix with cells as columns and genes as rows in sparse matrix format. It does not contain ERCC spike-ins.
expdataAllThe raw expression data matrix with cells as columns and genes as rows in sparse matrix format. It can contain ERCC spike-ins.
ndataData with expression normalized to one for each cell.
fdataFiltered data with expression normalized to one for each cell.
distancesA distance matrix.
tsneA data.frame with coordinates of two-dimensional tsne layout for the K-means clustering.
backgroundA list storing the polynomial fit for the background model of gene expression variability. It is used for outlier identification.
outA list storing information on outlier cells used for the prediction of rare cell types.
cpartA vector containing the final clustering partition computed by K-means.
fcolA vector contaning the colour scheme for the clusters.
filterparA list containing the parameters used for cell and gene filtering based on expression.
clusterparA list containing the parameters used for the K-means clustering.
outlierparA list containing the parameters used for outlier identification.
kmeansA list containing the results of running the Clustexp() function.
MBclustersA vector containing the final clustering partition computed by Model-based clustering.
korderingA vector containing the Pseudo-time ordering based on k-means clusters.
MBorderingA vector containing the Pseudo-time ordering based on Model-based clusters.
MBtsneA data.frame with coordinates of two-dimensional tsne layout for the Model-based clustering.
noiseFA vector containing the gene list resulted from running the noise filtering.
FinalGeneListA vector containing the final gene list resulted from running the noise filtering or/and the expression filtering.
class(valuesG1msTest)
G1_reclassified <- DISCBIO(valuesG1msTest)
class(G1_reclassified)
str(G1_reclassified, max.level = 2)
identical(G1_reclassified@expdataAll, valuesG1msTest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.