sartorlab / methylSig

R package for DNA methylation analysis
17 stars 5 forks source link

Tile by windows function #31

Closed rcavalcante closed 4 years ago

rcavalcante commented 4 years ago

Issues to resolve before implementation

Function call

tile_by_windows(bs, win_size = 200)

Description

An optional function to aggregate cytosine / CpG level data into regions based on a tiling of the genome with windows having win_size.

Arguments

Values

A BSseq-class object with loci of tiles win_sizebp in width over the genome. Coverage and methylation read count matrices are aggregated by the sums of the cytosines / CpGs in the tiles per sample.

Tests

Notes