sce_int_processed_fn | R Documentation |
SingleCellExperiment
objects to common data and their corresponding
metadata (e.g. HVGs).This will subset all SingleCellExperiment
objects to common:
Features and HVGs (whose data are saved in metadata).
Column data (colData()
). Columns starting with "cluster_"
will be renamed to "cluster_<batch>"
,
e.g. "cluster_sc3_3_pbmc1k"
.
sce_int_processed_fn(sce_int_raw)
sce_int_raw |
(input target) A named list of |
A list of SingleCellExperiment
objects. Output target: sce_int_processed
The following items of metadata()
of each SingleCellExperiment
object are added or modified:
hvg_ids
, hvg_metric_fit
: subsetted to common features.
n_features_orig
: an integer scalar: number of features (rows) before subsetting to common space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.