Thank you so much
• 1 views
•
link
Hi
I would like to make the graph of distribution of expressed genes by chromosome form transcripts.gtf file. I need to extract the Gencode genes residing in 1-Mb intervals along the chromosome.How I can calculate genes residing in 1-Mb intervals?
Any suggestion would be appreciated
Thank you
I would solve such problem using bedtools.
bedtools makewindows);windows.bed with transcripts.bed (see bedtools intersect)Edit:
Before this you have to download chromosome sizes (see Pierre's answer here).
Log in to answer this question.