I've downloaded BED files from UCSC Table Browser for the "Exons" track and for the "Introns" track. But I just discovered that these BED files have some overlaps ?!
Could you please explain me where these overlap come from?
I've downloaded BED files from UCSC Table Browser for the "Exons" track and for the "Introns" track. But I just discovered that these BED files have some overlaps ?!
Could you please explain me where these overlap come from?
The reason is that both introns and exons will be defined in UCSC relative to transcripts and not the overall gene. If you grab the introns and exons for a single transcript you should not see these types of overlaps. But if you take all of the exons for all of the transcripts of a gene you will often see them.
If you truly want your exon and intron BEDs to occupy mutually exclusive space in the genome, you will need to do some extra work. For example you could:
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
The visual example of what you are referring to is really great for these kinds of questions.