sartorlab / methylSig

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

Tile by regions function #32

Closed rcavalcante closed 4 years ago

rcavalcante commented 4 years ago

Function call

tile_by_regions(bs, gr)

Description

An optional function to aggregate cytosine / CpG level data into regions based on a GRanges set of genomic regions.

Arguments

Values

A BSseq-class object with loci of regions matching gr. Coverage and methylation read count matrices are aggregated by the sums of the cytosines / CpGs in the regions per sample.

Tests

Notes