View source: R/SingleCellPlots.R
plot_variable_genes | R Documentation |
Plot highly variable genes
plot_variable_genes(
object,
quantile_genes_expr_for_fitting = 0.2,
quantile_genes_cv2_for_fitting = 0.8
)
object |
The SingCellaR object. |
quantile_genes_expr_for_fitting |
The minimum quantile of gene expression used for model fitting. Default 0.2 |
quantile_genes_cv2_for_fitting |
The maximum quantile of coefficient of variation used for model fitting. Default 0.8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.