Description Usage Arguments Value
View source: R/cluster_sites.R
Clustering of CpG sites to define CpG neighborhoods based on distance (bp). INTERNAL USE ONLY.
1 | cluster_sites(methytmle, window_size = 1000)
|
methytmle |
Object of class |
window_size |
Numeric giving the number of base pairs used to define
neighborhoods along the genome. CpG sites within this distance (bp) of one
another are denoted as neighbors. Chromosome boundaries and other biological
constraints are respected (see the documentation available for
|
An object of class methytmle
with the "clusters" slot filled
in. The "clusters" slot contains a numeric
vector as long as the
number of CpG sites. Each entry in the vector is a neighborhood assignment
used in the estimation procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.