Description Usage Arguments Details Value Examples
View source: R/scMethrix_export.R
Convert scMethrix
to bsseq
object
1 | export_bsseq(scm, m_assay = "score", c_assay = "counts", path = NULL)
|
scm |
|
m_assay |
matrix; the assay containing methylation scores |
c_assay |
matrix; the assay containing count scores |
path |
string; the path of the export directory |
Takes scMethrix
object and returns a bsseq
object.
An object of class bsseq
1 2 3 4 5 | ## Not run:
data('scMethrix_data')
export_bsseq(scMethrix_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.