sim_metrics_helper | R Documentation |
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
)
collated_sim |
output of |
sim_type_signal |
character string specifying the type of
replication being measured. This must be one of the strings |
sim_type_background |
character string specifying the background
distributions for computing scaled metrics. This must be one of the
strings |
summary_cols |
character list specifying columns by which to group similarities. |
annotation_cols |
character list specifying annotation columns. |
identifier |
character string specifying the identifier to add as a suffix to the columns containing scaled-aggregated metrics. |
use_furrr |
boolean indicating whether to use the furrr library for parallel processing. |
data.frame of metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.