Subset each object in a list of SingleCellExperiment
objects to common data and their corresponding
metadata (e.g. HVGs).
Source: R/integration_integration.R
sce_int_processed_fn.Rd
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"
.
Value
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.