View source: R/batch-effect-explore-meth.R
explore_batch_effect_meth_rle | R Documentation |
Explore batch effect meth - RLE.
explore_batch_effect_meth_rle(
trainer,
batch_name = "Batch",
top_n = 20000,
n_samples = 100
)
trainer |
A S3 object of |
batch_name |
column name of batch in the |
top_n |
an integer of the most variable N loci for relative log expression (RLE) analysis. |
n_samples |
if there are many samples, down-sample it to a number while keep the proportion of each group. |
a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.