How to retrieve accession from Uniprot?
I have a bunch of sequenes and i want to get their Uniprot accession number.
Is there any way to do them automatically rather than doing them one by one?
• 2,238 views
•
link
1 answer
Hey if you have a set of amino acid sequences you can copy them on Uniprot- Peptide search, each sequence separated by line, also identify the species you are investigating, and you will retrieve their names, Uniprot id.
• 1 views
•
link
Log in to answer this question.
Not if you only have sequences. You would have to do BLAST @Uniprot to first identify what they are to get that information.
@genomax I thought so, is there any automatic way to do the blast for a bunch of protein in your opinion ? I googled it already but the stuff did not lead me to anything
You could download uniprot sequences and then create a blast index locally to search against. I am not sure if NCBI command line
blastp --remoteallows you to search against Uniprot db (calledswissprot) that is present in web version? That would be another option.