sartorlab / methylSig

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

Filter function by regions #37

Closed rcavalcante closed 4 years ago

rcavalcante commented 4 years ago

Function call

filter_loci_by_location(bs, gr)

Description

A function to remove loci in a BSseq object by intersection with a GRanges object. This function is called by the filter_loci_by_snps() function.

Arguments

Values

A BSseq object with loci overlapping remove_gr removed.

Tests

Test correct removal.