sim_metrics_helper
helps compute metrics by aggregating and
scaling.
sim_metrics_helper(
collated_sim,
sim_type_signal,
sim_type_background,
summary_cols,
annotation_cols,
identifier = NULL,
use_furrr = FALSE
)
output of sim_collated
, which is a data.frame with
some attributes.
character string specifying the type of
replication being measured. This must be one of the strings "rep"
or "rep_group"
.
character string specifying the background
distributions for computing scaled metrics. This must be one of the
strings "non_rep"
or "ref"
.
character list specifying columns by which to group similarities.
character list specifying annotation columns.
character string specifying the identifier to add as a suffix to the columns containing scaled-aggregated metrics.
boolean indicating whether to use the furrr library for parallel processing.
data.frame of metrics.