View source: R/SingleCellRNASeq.R
get_variable_genes_by_fitting_GLM_model | R Documentation |
Identified variable genes by fitting the GLM model using mean vs coefficient of variation
get_variable_genes_by_fitting_GLM_model(
object,
mean_expr_cutoff = 0.1,
disp_zscore_cutoff = 0.1,
quantile_genes_expr_for_fitting = 0.2,
quantile_genes_cv2_for_fitting = 0.8
)
object |
The SingCellaR object. |
mean_expr_cutoff |
The mean expression cutoff. |
disp_zscore_cutoff |
The dispersion of z-score cutoff. |
quantile_genes_expr_for_fitting |
The quantile gene expression used for fitting the model. |
quantile_genes_cv2_for_fitting |
The quantile coefficient of variation used for fitting the model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.