Description Usage Arguments Value
Determine the threshold for specificity filter based on a set of reference genes
1 2 3 | specificity.criterion.selection(ES, group.by = SAMPLE.LABEL, groups = NULL,
ref.idx = NULL, exp.t = 5, exp.p = 0.95, tolerance = 0.05,
step = 0.1, do.plot = FALSE, verbose = T)
|
ES |
(ExpressionSet) an ExpressionSet object containing the single cell RNA-seq data |
group.by |
(character) the name of the column that contains the sample information |
groups |
(character) samples involves in determining the threshold |
ref.idx |
(numeric) a vectorcontaining the row indices of the set of reference genes |
exp.t |
(numeric) min expression value for the reference genes |
exp.p |
(numeric) min expression percentage per sample for the reference genes |
tolerance |
(numeric) percentage of reference genes that will be allowed to pass the specificity filters |
step |
(numeric) a numeric value between 0 and 1, specifying the granularity of |
do.plot |
(logical) plotting the distribution of specificity, the specificities of the reference genes (green lines), and the selected threshold (red line, if exists) |
verbose |
(logical) verbose the function output |
a numeric value between 0 and 1 if a threshold exists, otherwise, -1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.