gpatterns.get_bg_meth | R Documentation |
Calculate the expected average methylation given the background (CpG content driven) trend.
gpatterns.get_bg_meth(
intervals,
tracks = NULL,
trend = NULL,
cg_cont_track = .gpatterns.cg_cont_500_track,
cg_cont_breaks = seq(0, 0.15, by = 0.002),
...
)
intervals |
genomic scope for which the function is applied |
tracks |
gpatterns tracks |
trend |
pre-computed global methylation trend (output of |
cg_cont_track |
CpG content track |
cg_cont_breaks |
breaks to determine the bins of |
... |
Arguments passed on to
|
intervals set with the additional fields 'exp_meth' 'exp_cov' and 'exp_avg' with the expected methylation calls, coverage and average methylation (respectively)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.