bed file of gene body fro hg19
1
0
Entering edit mode
9.4 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

gene body hg19 • 3.5k views
ADD COMMENT
1
Entering edit mode
9.4 years ago

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​
ADD COMMENT
0
Entering edit mode

Just a clarification: Gencode 21 is GRCh38 :

Gencode 19 supports GRCH37 (~/hg19/) http://www.gencodegenes.org/releases/

ADD REPLY

Login before adding your answer.

Traffic: 1604 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6