Description Usage Arguments Value
Reorder the samples of an BAf according to given sample_order
and
replace 0 with 1 to avoid any error in log-scale plots
1 2 3 4 5 | .reorder_BAf_and_replace_0(
baf,
sample_order = order(batch(baf, "sample")),
show_count_of_0 = FALSE
)
|
baf |
an object of the |
sample_order |
the order of sample in plots. The default is the order by sample batch in order to easily check batch differences. |
show_count_of_0 |
whether the number of 0 should be displayed |
an object of the BAf-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.