View source: R/SingleCellRNASeq.R
get_variable_genes_basic | R Documentation |
Identified variable genes by using the standard mean of gene expression and coefficient of variation
get_variable_genes_basic(
object,
mean_expr_cutoff = 0.1,
max_of_mean_expr_cutoff = 5,
cv.max = 3,
cv.min = 0.5
)
object |
The SingCellaR object. |
mean_expr_cutoff |
The mean expression cutoff. Default 0.1 |
max_of_mean_expr_cutoff |
The maximum number of gene expression cutoff. This is to filter out housekeeping and ribosomal genes. Default 5 |
cv.max |
The maximum CV cutoff. Default 3 |
cv.min |
The minimum CV cutoff. Default 0.5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.