This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Annotate BED file

I have this bed file with the coverage of each sequenced region; I would like to add the gene_id to each region. How can I do?

enter image description here

bed annotation

1 answer

get a bed file with the gene ID ( How can I get .bed file that have unique Entrez gene id (or symbol) for deeptools? ) and use bedtools intersect

Log in to answer this question.