find_cpg_islands: CpG Island Detection

View source: R/discovery.R

find_cpg_islandsR Documentation

CpG Island Detection

Description

Identifies candidate CpG islands in a DNA sequence.

Usage

find_cpg_islands(s, window = 200)

Arguments

s

A character string containing the DNA sequence

window

Sliding window size (default: 200)

Value

A dataframe with start and end positions


baseq documentation built on March 12, 2026, 1:07 a.m.