Convert huge list of accession numbers to GI numbers
Hello! I have a huge list of accession numbers (a little bit more than 1 million) and i need to get relevant gi numbers. Are there any ways to do this?
ncbi
gi
gi numbers
accession numbers
• 2,912 views
•
link
written
by
hazirliver •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Problem with Accession Number Changes in UniProt FASTA Sequences
written by bioinfo_enthusiast •Hello everyone. I have a list of 2000+ bacterial proteins with UniProt accession numbers (e.g., Q7CHB5, Q8D0R8, Q9ZC68) and need to download their FASTA sequences. …
-
How to download from ncbi not a whole FASTA file, but only a certain interval?
written by hazirliver •Hi! I have a list with accession numbers from ncbi and intervals i need to download. Is there a way to download not a whole …
-
Update list of asseccion numbers
written by hazirliver •Hello! I have a list with accession numbers, but some of the numbers on this list are out of date (they are "old version"). Are …
-
Fetch relevant metadata from accession numbers
written by lucslapping •I was wondering which ways are available for getting metadata from accession numbers. I have seen other tools such as Nextstrain make use of a …
-
Retrieve multiple FASTA from UniProt using R
written by akansha.gitanjali •I have a huge list of UniProt protein accession numbers and I need to retrieve the FASTA sequences from UniProt website. Is there any R …
-
removal of gi numbers from msa file
written by willingtone2 •hello guys , i need some help, i have this msa file containing 1570 seqs i need to remove the gi numbers and retain the …
-
I have a long list of GI and I want their accession number
written by alisa •Hi, As I explained before, I have a long list of GI from genbank and I want to get their corresponding accession number. Is there …
-
How to query nr database using a list of GI numbers to get xml files?
written by ngs101.comI have a list of GI or Accession numbers. Now I want to query the nr database to get xml files for annotation purpose. How …
-
NCBI Protein GI to Genome Accession
written by Sej ModhaI have a list of protein GI and would like to get accession number of the genome (DBSOURCE in genbank file) using Eutilities. What would …
-
Finding pathways using Protein GI accession numbers
written by HalSky •Hello, I have a list of Protein GI accession numbers. I know that we can enter a list of gene names into REACTOME to obtain …
Please do not use
ginumbers they have been deprecated for end-user use by NCBI for almost 2 years now. Stay with accession numbers where you can.That said EntrezDirect should be able to get this information. It seems to be not behaving at the moment though.
I know it, but i can try to apply Koonin's pipepline from 2019 article in which they use gi numbers to define sequnces
Which pipeline are you referring to? Perhaps it could be modified to use accession numbers?
https://www.nature.com/articles/s41596-019-0211-1 They use both accession numbers and gi numbers. To be more specific there are "GeneratedID"s, but in ProtocolFiles (Vicinity.faa) there are lines like ">gi|1000270263|gb|AAD36848.1| AAD36848.1 acetylornithine aminotransferase [Thermotoga maritima MSB8]". An additional problem is that in GenBank accession numbers do not match the gi numbers in this article. Even if you look in the revision history in GenBank there will be other numbers.
Using Entrezdirect (linked above) you can get the
giwhere possible:As for the numbers not matching that is interesting (as above). Since authors of the pipeline you link are at NCBI you should make them aware of the discrepancy and also suggest that they may want to update their pipeline to use accessions instead of
gi.Thanks for Entrezdirect! I think that their "gi"s aren't gi numbers in GenBank because each accession number doesn't match gi in whole file
Hmm. I get the same record for titin if I use the following two URL's. One is for accession and other is for
gi.https://www.ncbi.nlm.nih.gov/protein/1212992
https://www.ncbi.nlm.nih.gov/protein/CAA62188.1
In my previous post I meant the file from the article.