Filtering a BED file according to genomic annotation
1
0
Entering edit mode
rbronste ▴ 60
@rbronste-12189
Last seen 4.4 years ago

I was wondering about a straightforward way to take a GRanges for instance that originate from a BED file and pull out intervals specific to different genomic features such as promoters or intronic/intergenic ChIP-seq peaks etc? Thanks. 

bed files bedtools filtering chipseq • 1.5k views
ADD COMMENT
1
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 3 hours ago
The city by the bay

Just use findOverlaps to identify overlaps between your GRanges and the intervals returned by various functions from the GenomicFeatures package, e.g., promoters, exons, intronsByTranscript, and so on. You'll have to specify the transcriptome of interest, obviously, and you'll need to think about how to report the results when your regions overlap multiple features (e.g., intron/exon-spanning). But you would have to think about these things anyway, there's no obvious single answer for dealing with multiple overlaps.

Incidentally, csaw contains a detailRanges function that reports all overlaps of a set a genomic regions to common annotated features. However, this is mostly intended for reporting multiple overlaps in a compact tabular format, rather than for further analysis where some thought is required as discussed.

ADD COMMENT

Login before adding your answer.

Traffic: 674 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6