This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to know exons included in the my bed

i have a target bed i want to known the gene's exon_num ah, such as: chr1 11167491 11167611

chr1 11168231 11168351 ........

i want to get :

chr1 11167491 11167611 MTOR exon1,exon2,exon3

chr1 11168231 11168351 MTOR exonN,exonM

Thank you for all your help

bed

1 answer

You basically want to use a bed annotation tool for this. see: Annotate .bed file with gene names and exon

Log in to answer this question.