Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Removes an assay from an scMethrix
object
1 | remove_assay(scm = NULL, assay = NULL)
|
scm |
|
assay |
string; name of an existing assay. Default = "score" |
This will remove an assay from the scMethrix experiment object. All transformed assays may be removed, as well as the coverage assay (since it is less useful when compared to normal WGBS data), but the score assay cannot be removed. Reduced dimensionality data will be retained even if the parent assay is removed.
An scMethrix
object
1 2 | data('scMethrix_data')
remove_assay(scMethrix_data,assay="counts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.