Running All Metrics
run_all_metrics(
reduction,
metadata,
batch_key,
label1_key,
label2_key,
run_name = NULL,
sil_width_prop = 1,
sil_width_group_key = NULL,
quietly = F
)
A matrix of reduced dimensions
A data.frame containing information like batch, cell type, etc
Name of column in metadata corresponding to batch
Name of column in metadata corresponding to primary cell label, eg Cell type
Name of column in metadata corresponding to secondary cell label, eg cluster identity
(optional) name to refer to dataset
(optional) proportion of data to use for silhouette_width
(optional) which column in metadata to use for stratified sampling of data
(optional) if TRUE dont print anything
A one row data.frame
of calculated metrics