Description Usage Arguments Value
We want something with nominally Gaussian error for compartment inference, so
this function grabs suitable (default >= 3 reads in >=2 sample) measurements
and turns them into lightly moderated, logit-transformed methylated-fraction
estimates (also known, unfortunately, as M-values) for compartment calling,
by performing Dirichlet smoothing (adding k reads to M and U support).
1  | getLogitFracMeth(x, minCov = 3, minSamp = 2, k = 0.1, r = NULL)
 | 
x | 
 a BSseq object with methylated and total reads  | 
minCov | 
 minimum read coverage for landmarking samples (3)  | 
minSamp | 
 minimum landmark samples with >= minCov (2)  | 
k | 
 pseudoreads for smoothing (0.1)  | 
r | 
 regions to collapse over (default is NULL, do it by CpG)  | 
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.