find_cpg_islands: CpG Island Detection
Description
Identifies candidate CpG islands in a DNA sequence.
Usage
find_cpg_islands(s, window = 200)
Value
A dataframe with start and end positions
Arguments
- s
A character string containing the DNA sequence
- window
Sliding window size (default: 200)