Description Usage Arguments Details Value Examples
View source: R/scMethrix_export.R
Converts an scMethrix
object to methrix object
1 | export_methrix(scm = NULL, h5_dir = NULL)
|
scm |
|
h5_dir |
Location to save the methrix H5 file |
Removes extra slot data from an scMethrix
object and changes structure to match
methrix
format. A 'counts' assay for coverage values must be present.
Functionality not supported by methrix (e.g. reduced dimensionality)
will be discarded.
a methrix
object
1 2 | data('scMethrix_data')
# convert_to_methrix(scMethrix_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.