View source: R/cluster_reads.R
cluster_reads | R Documentation |
Cluster reads based on methylation
cluster_reads(x, chr, start, end, min_pts = 5)
x |
a ModBamResult object. |
chr |
the chromosome name where to find the region. |
start |
the start position of the region. |
end |
the end position of the region. |
min_pts |
the minimum number of points needed to form a cluster (default = 10). |
A tibble with information about each read's cluster assignment and read statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.