sce_int_combine_hvgs | R Documentation |
SingleCellExperiment
objects.This is, in fact, similar to get_top_hvgs()
. The only difference is that HVGs are first combined
from all SingleCellExperiment
objects in sce_list
and consequently, top HVGs are selected.
sce_int_combine_hvgs(
sce_list,
hvg_selection_value = 0,
hvg_metric_fit_name = "hvg_metric_fit",
hvg_combination = c("hvg_metric", "intersection", "union", "all"),
hvg_selection = c("top", "significance", "threshold")
)
sce_list |
A named list of |
hvg_selection_value , hvg_selection |
See |
hvg_metric_fit_name |
A character scalar: name of a list item with HVG data in |
hvg_combination |
See |
A named list of combined HVG data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.