This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Does bedtools intersect output overlaps with isoforms?

Hi

I am using bedtools intersect option to identify which regions in my file are overlapping with exons. One thing I am curious about, is if a gene has 5 isoforms with an exon common to each, does bedtools return all 5 for the overlap, or just 1?

bedtools isoforms

You do not give any details on your input files (format). But in general bedtools returns all overlaps, yes.

Sorry, my inputs are in bed file format. Thank you

1 answer

You can control what is output - can you please check the options for bedtools intersect, specifically the -wa -wb -wao et cetera options.

Kevin

Log in to answer this question.