find NBCI transcript with longest coding sequence for a list of human genes
0
0
Entering edit mode
3.8 years ago
User6891 ▴ 330

Hi,

I have a list of 500 human gene symbols. For each of them I want to find the NCBI transcript with the longest coding sequence. How can I do this?

ncbi transcript cds • 695 views
ADD COMMENT
0
Entering edit mode

Take a look at MANE project that is a collaboration between NCBI/EBI.

ADD REPLY
0
Entering edit mode

Is it possible to identify unambiguously all the genes using these gene symbols in ncbi search? Perhaps, additional filters like " AND Homo sapiens[Primary Organism] AND refseq[filter]" may be necessary. If it is possible, you may easily download all the sequences for different transcripts and then identify longest ones with rentrez package in R, using entrez_search to get id's and then entrez_fetch with rettype argument set to "fasta".

ADD REPLY

Login before adding your answer.

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