View source: R/region_methy_stats.R
region_methy_stats | R Documentation |
Calculate the average methylation probability and prevalence based on specified probability threshold.
region_methy_stats(nmr, regions, threshold = 0.5)
nmr |
the NanoMethResult object. |
regions |
the table of regions to query statistics for. |
threshold |
the threshold to use for determining methylation calls for the calculation of prevalence. |
table of regions with additional columns of methylation summary statistics.
nmr <- load_example_nanomethresult()
gene_anno <- exons_to_genes(NanoMethViz::exons(nmr))
region_methy_stats(nmr, gene_anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.