Combine HVG data from a list of SingleCellExperiment objects.
Source: R/integration_integration.R
sce_int_combine_hvgs.RdThis 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.
Arguments
- sce_list
A named list of
SingleCellExperimentobjects.- hvg_selection_value, hvg_selection
See
get_top_hvgs().- hvg_metric_fit_name
A character scalar: name of a list item with HVG data in
metadata().- hvg_combination
See
sce_int_import_fn().