This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is There A Way To Download The Human Exome?

Hi,

Is there a way to get human exome? I will need it for one of my analysis. It is alright if it is bed format or fasta.

Thanks!

human-exome

"exome sequence"/BED or FASTA ? Please Clarify .

Both BED and FASTA are fine. Editing sequence part.

1 answer

get the exons as BED:

Exon coordinates of hg19 genome download

extract the FASTA sequences using bedtools getfasta: http://bedtools.readthedocs.org/en/latest/content/tools/getfasta.html

Thanks for the link Pierre. I downloaded this file and I found the length of the exome (sum of all exon lengths) to be 216,018,204 bp. Does it sound right?

exons overlap. The size of the human exome is ~50M. Use bedtools 'mergeBed' to merge all those exons.

Log in to answer this question.