Entering edit mode
10.6 years ago
kanwarjag
★
1.2k
Can some one direct me where can I find gene body coordinates as bed file (other format) for Hg19. I want to use it in IGV
Can some one direct me where can I find gene body coordinates as bed file (other format) for Hg19. I want to use it in IGV
One way via the command line:
$ wget -qO- ftp://ftp.sanger.ac.uk/pub/gencode/release_21/gencode.21.annotation.gtf.gz \ | gunzip --stdout - \ | gtf2bed - \ > gencode.21.bed
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Just a clarification: Gencode 21 is GRCh38 :
Gencode 19 supports GRCH37 (~/hg19/) http://www.gencodegenes.org/releases/