Description Usage Arguments Examples
View source: R/scMethrix_export.R
Exports scMethrix object as bigWigs
1 | export_bigwigs(scm, assay = "score", path = tempdir(), samp_names = NULL)
|
scm |
|
assay |
string; the assay to export. Default is "score" |
path |
string; Output directory name where the files should be saved. Default tempdir() |
samp_names |
string; List of sample names to export |
1 2 3 4 5 | ## Not run:
data('scMethrix_data')
export_bigwigs(scm = scMethrix_data, assay = "score", output_dir = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.