Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Converts HDF5 scMethrix
object to an in-memory scMethrix
object.
1 | convert_HDF5_scMethrix(scm = NULL, verbose = TRUE)
|
scm |
|
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
Takes an HDF%-based scMethrix
object and returns with the same object with in-memory assay slots.
An object of class scMethrix
1 2 3 4 | data('scMethrix_data')
dir <- paste0(tempdir(),"/h5")
scm <- convert_scMethrix(scMethrix_data)
convert_HDF5_scMethrix(scm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.