How to get Protein names and their ID for a given list of peptide sequence (using Python)
I have a list of peptide sequence, I want to find which protein belongs to it. Using any Open Database like Uniprot, i.e., peptides belonging to the proteins. can someone help how to find the protein names and ID, thanks in advance.
• 931 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Maybe using blastp through Bio.Blast.Applications? Something like: