Description Usage Arguments Value Examples
View source: R/tile_by_windows.R
An optional function to aggregate cytosine / CpG level data into regions based on a tiling of the genome by win_size
.
1 | tile_by_windows(bs, win_size = 200)
|
bs |
a |
win_size |
an |
A BSseq
object with loci consisting of a tiling of the genome by win_size
bp tiles. Coverage and methylation read count matrices are aggregated by the sums of the cytosines / CpGs in the regions per sample.
1 2 3 | data(bsseq_stranded, package = 'methylSig')
tiled = tile_by_windows(bs = bsseq_stranded, win_size = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.