Description Usage Arguments Value Author(s) Examples
Plots histograms of the two metrics evaluated by the
detectLowQualityCells
function.
1 2 | plotLowQualityCells(counts, mincount = 4e+05, geneName = "ACTB",
quantileCut = 0.01)
|
counts |
data.frame; A data frame with counts data with gene names as rownames and sample names as colnames. |
mincount |
numeric; A minimum colSum for which columns with a higher colSum will be detected. Default = 4e5. |
geneName |
character; The gene name to use for the quantile cutoff. This must be present in the rownames of the counts argument. Default is ACTB. |
quantileCut |
numeric; This indicates probability at which the quantile cutoff will be calculated using the normal distribution. Default = 0.01. |
A tibble containing the plot data.
Jason T. Serviss
1 2 | c <- moveGenesToRownames(testingCounts)[1:12, ]
detectLowQualityCells(c, geneName = "ACTB", mincount = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.