Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Adds descriptive statistics to metadata columns in an scMethrix object.
1 | get_metadata_stats(scm)
|
scm |
|
Adds the mean, median, SD, and sample count and coverage (if present) for the GenomicRanges in an scMethrix object. This can be accessed using mcols().
This data will not be updated automatically for any subset, merge, bin, etc functions.
An scMethrix object
1 2 | data('scMethrix_data')
get_metadata_stats(scMethrix_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.