Refseq human reference transcriptome link for RNA-seq differential expression analysis
Hi there, I'm trying to find the right Refseq reference transcriptome link to use as an index for kallisto. I've been looking on the NCBI FTP site but not sure where to go from ftp://ftp.ncbi.nlm.nih.gov/refseq/H_sapiens/. Can anyone help?
rna-seq
alignment
• 3,113 views
•
link
written
by
Abiterkuile •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Ensembl equivalent of refseq transcript fasta
written by Jalil Sharif •Hello, I am trying to find the newest human grch38 transcriptome fasta file. On refseq, the latest can be accessed here - https://ftp.ncbi.nlm.nih.gov/refseq/H_sapiens/annotation/GRCh38_latest/refseq_identifiers/GRCh38_latest_rna.fna.gz However, I …
-
please help :( ftp download from NCBI db is keep on being aborted during download
written by krmoon518 •hi, I've been trying to download refseq bacteria protein sequences from the NCBI database using ftp. I simply signed into the ftp.ncbi.nlm.nih.gov on my terminal …
-
where do I find transcript_biotype
written by newbie_r •I am trying to fetch gene_biotype and transcript_biotype from the NCBI ftp site (link: https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Homo_sapiens/latest_assembly_versions/GCF_000001405.39_GRCh38.p13/) I was able to get gene_biotype from GCF_000001405.39_GRCh38.p13_genomic.gff.gz from the …
-
Uncommon wget behavior with ncbi genomes
written by floginHey guys, I'm trying to download all genomes of Eimeria, present on NCBI. So, as usually, I wrote this line: wget -r --accept-regex ".*_genomic.fna.gz" "ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/protozoa/Eimeria*" …
-
what is the corresponding proteome or transcriptome (cDNA fasta in Ensembl) file in NCBI?
written by SMILEHi all, I am using Kallisto to quantify the transcript expression. I will use the transcriptome reference file (cDNA fasta) as a reference. I know …
-
add gene names from RefSeq instead of ENSEMBL using biomaRT for sleuth when reading kallisto output
written by Abiterkuile •Hi there, I have reads that have been aligned using Kallisto constructed with a Refseq reference transcriptome (ftp://ftp.ncbi.nlm.nih.gov/refseq/H_sapiens/annotation/GRCh38_latest/refseq_identifiers/GRCh38_latest_rna.fna.gz). In order to include gene names into …
-
where to find mRNA data
written by mms140130hello, I'm not sure where to find mRNA data in RefSeq: NCBI Reference Sequence Database is it under RefSeq FTP -> H_sapiens -> RefSeqGene or …
-
The database for GRCH 37 for rBLAST
written by ylaguka •Hello, I am trying to use blast in R. It requires downloading the database to a local file. I'm having trouble finding the database for …
-
Documentation on RefSeq gff3 columns
written by summerelaI downloaded RefSeq's top_level gff3 file (`ref_GRCh37.p13_top_level.gff3.gz`) from [their ftp site][1] but cannot find any documentation on what each of the specific columns contain. I …
-
Where To Download Refseq Mrna Sequence Data?
written by newDNASeqer<p>I'm following this tutorial to create indicies of genome and transcripts at <a href='http://icb.med.cornell.edu/wiki/index.php/Elementolab/BWA_tutorial'>http://icb.med.cornell.edu/wiki/index.php/Elementolab/BWA_tutorial</a>, but could not find the RefSeq from <a href='http://physiology.med.cornell.edu/faculty/elemento/lab/files/refGene.txt.07Jun2010.fa'>http://physiology.med.cornell.edu/faculty/elemento/lab/files/refGene.txt.07Jun2010.fa</a> (the file …
GENCODE releases are the official location of human genome data. If you only need the transcripts then look for that fasta file.
Unless you have a particular reason for using RefSeq I would not recommend using it with Kallisto since Kallisto obtain it's accuracy from the transcript quantification - and Refseq have very limited transcripts. Use Gencode as suggesed by Genomax. Else you can find RefSeq via the table browser
If you must have RefSeq versions then take a look at the last column of this file. It contains the accession numbers of the genes you want. You could then use NCBI eutils to get the fasta sequence.
To get the sequence of RefSeqGenes as fasta using NCBI eUtils.
If you have no particular reason to go for RefSeq, I would suggest you the same thing that was suggested to me by a Kallisto author in june 2017 :