Description Usage Arguments Value Examples
View source: R/calculate-expression.R
An efficient internal function that avoids the need to construct 'is_exprs_mat' by counting the number of expressed genes per cell on the fly.
1 2 |
object |
an |
lowerDetectionLimit |
numeric scalar providing the value above which observations
are deemed to be expressed. Defaults to |
exprs_values |
character scalar indicating whether the count data
( |
byrow |
logical scalar indicating if |
subset_row |
logical, integeror character vector indicating which rows
(i.e. features/genes) to use when calculating the number of expressed
features in each cell, when |
subset_col |
logical, integer or character vector indicating which columns
(i.e., cells) to use to calculate the number of cells expressing each gene
when |
a numeric vector of the same length as the number of features if
byrow
argument is TRUE
and the same length as the number of
cells if byrow
is FALSE
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.