This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to get uniprot accessions from a multi protein sequence fasta file

I have a list of proteins with amino acids in fasta format. I need to get the uniprotKB accessions for each protein. How would I go about getting these?

uniprotkb uniprot proteomics

Do you have any accession numbers or are these just plain sequences with no identifiers?

If you have some identifiers then you could simply use UniProt ID converter tool: https://www.uniprot.org/id-mapping

2 answers

Find a protein sequence to run BLAST sequence similarity search by UniProt ID

https://www.uniprot.org/blast

The limit is 20 sequences whereas I have around 2,000.

download uniprot as fasta and use a local blast.

If these sequences are from the same organism, you may get away with downloading just the proteome of that particular species and then doing local BLAST.

Log in to answer this question.