calc_dispersion | R Documentation |
Many genes typically co-vary with one another, and so the dimensionality of the
data can be reduced with a wide variety of different algorithms. After calculating dispersion for
a using the calc_dispersion
function, the
select_genes
function allows the user to identify a set of genes
that will be used in downstream dimensionality reduction methods.
calc_dispersion(
obj,
min_cells_detected = 1,
min_exprs = 1,
id_tag = "id",
removeOutliers = TRUE
)
a list containing 1) a table of dispersion values and 2) the function to fit
Dispersion fitting taken from monocle2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.