gpatterns.impute | R Documentation |
Impute missing methylation calls
gpatterns.impute(avgs, k_reg = 3, min_locus_cov = NULL, tidy = TRUE)
avgs |
'tidy' output of |
k_reg |
k_reg |
min_locus_cov |
minimal total coverage per locus. If not NULL, filters out loci with less
than |
tidy |
return 'tidy' output. |
if tidy
, avgs
with additional meth_reg
, cov_reg
and avg_reg
fields with the imputed methylation calls, total number of calls and avergae methylation (respectively) for each sample.
If tidy == FALSE
: intervals set with additional fields with regularized average methylation for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.