Description Usage Arguments Value
View source: R/performClusterSpecificQC.R
Filter the dataset and remove genes and cells that could be of poor quality using user-defined thresholds
1 2 3 4 5 6 7 8 9 10 |
rca.obj |
RCA object. |
cluster.labels |
vector of cluster labels |
nGene.low.thresholds |
numeric vector with lower nGene thresholds. Length of vector should be length(unique(cluster.labels)). |
nGene.high.thresholds |
numeric vector with upper nGene thresholds. Length of vector should be length(unique(cluster.labels)). |
nUMI.low.thresholds |
numeric vector with lower nUMI thresholds. Length of vector should be length(unique(cluster.labels)). |
nUMI.high.thresholds |
numeric vector withupper nUMI thresholds. Length of vector should be length(unique(cluster.labels)). |
pMito.low.thresholds |
numeric vector with lower pMito thresholds. Length of vector should be length(unique(cluster.labels)). |
pMito.high.thresholds |
numeric vector and upper pMito thresholds. Length of vector should be length(unique(cluster.labels)). |
RCA object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.