Downloading an entire human genome
3
2
Entering edit mode
8.8 years ago
thorwahl ▴ 60

For my RNA-Seq project, I need to download an entire (full) human genome from any individual. Can anyone provide a URL for a download to accomplish this?

I looked into the Personal Genomics Project (PGP) from Harvard, but I couldn't figure out how to download a full genome.

RNA-Seq genome • 6.2k views
ADD COMMENT
0
Entering edit mode

There are some great RNA-seq tutorials out there that start with the basics (like understanding reference genomes and transcriptomes). For example, http://www.rnaseq.wiki.

ADD REPLY
4
Entering edit mode
ADD COMMENT
1
Entering edit mode

In Linux you can download it with

wget http://hgdownload.cse.ucsc.edu/goldenPath/hg38/bigZips/hg38.fa.gz

and unzip it with

gunzip hg38.fa.gz

Then you have your fasta file.

ADD REPLY
0
Entering edit mode

Thank you for your answer

Sorry is this a link for whole genome fasta for yeast please?

ADD REPLY
0
Entering edit mode

No it is for human genome as David already said above.

If you need yeast genome then use this link: http://hgdownload.soe.ucsc.edu/goldenPath/sacCer3/bigZips/chromFa.tar.gz

David has already provided the commands to download and unpack the file.

ADD REPLY
0
Entering edit mode

yes i know, i asked for a link to download for yeast

ADD REPLY
0
Entering edit mode

You got that link in my last response :-)

ADD REPLY
0
Entering edit mode

ohhhhhhhhhhhhh, sorry

thank you

ADD REPLY
1
Entering edit mode
8.8 years ago
GenoMax 141k

If you truly want a defined individual genome then you can get Dr. Craig Venter's: ftp://ftp.ncbi.nih.gov/pub/TraceDB/Personal_Genomics/Venter/

Additional resources: http://huref.jcvi.org/

ADD COMMENT
1
Entering edit mode
8.8 years ago

The iGenomes project has reference genomes and reference transcriptome annotations that have been set up to support RNA-seq analysis:

http://cole-trapnell-lab.github.io/cufflinks//igenome_table/index.html

http://support.illumina.com/sequencing/sequencing_software/igenome.html

Illumina has generously provided a set of freely downloadable packages that contain everything you need to get started working with TopHat and Cufflinks. These packages contain Bowtie indexes for the human, mouse, and fly genomes as well as many others. The packages also contain annotation files (in GTF format) from UCSC, Ensembl, NCBI, and other sources. These files are augmented with the special attributes Cufflinks needs to perform differential splicing and promoter analysis. We strongly encourage users to download and try these packages!

ADD COMMENT

Login before adding your answer.

Traffic: 2407 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