cluster_reads: Cluster reads based on methylation

View source: R/cluster_reads.R

cluster_readsR Documentation

Cluster reads based on methylation

Description

Cluster reads based on methylation

Usage

cluster_reads(x, chr, start, end, min_pts = 5)

Arguments

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).

Value

A tibble with information about each read's cluster assignment and read statistics.


Shians/NanoMethViz documentation built on May 24, 2024, 4:11 a.m.