View source: R/integration_integration.R
sce_int_import_fn | R Documentation |
sce_final_norm_clustering
targets from drake
caches.SingleCellExperiment
objects are also checked for common HVG metric,
and HVG combination method is validated.
sce_int_import_fn(
integration_sources,
hvg_combination = c("hvg_metric", "intersection", "union", "all")
)
integration_sources |
A list of sources to load |
hvg_combination |
A character scalar: method to use for combining HVGs:
|
A list of SingleCellExperiment
objects. Output target: sce_int_import
The following items of metadata()
of each imported SingleCellExperiment
object are added or modified:
single_sample_path
, single_sample_path_type
, single_sample_name
, single_sample_description
, hvg_rm_cc_genes
,
hvg_cc_genes_var_expl_threshold
: taken from INTEGRATION_SOURCES
config parameter.
hvg_combination
: the value of the hvg_combination
function argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.