View source: R/init_cpg_meth.R
This will filtering CpG methylation matrix and pull out corresponding CpG and CTCF bed file
1 2 3 4 5 6 7 8 | init_cpg_meth(
file_sample_id,
file_cpg_meth,
file_cpg_ctcf,
meth_l = 0.25,
meth_h = 0.75,
name
)
|
file_sample_id |
file of sample IDs |
file_cpg_meth |
file of merged CpG sits methylation |
file_cpg_ctcf |
file of significant correlated CpG and CTCF |
meth_l |
cut-off of low methylation level, default 0.25 |
meth_h |
cut-off of high methylation level, default 0.75 |
name |
prefix of output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.