I have a list of protein names with a list of corresponding peptides. I want to find the starting and ending position of each peptide from their corresponding protein sequence! Since the number of peptides is very huge, it's not possible to do manually. How to do this using programming!! Please help me out
Example:
Protein peptide
A1AT_HUMAN LSITGTYDLK
A1AT_HUMAN SVLGQLGITK
A1BG_HUMAN NGVAQEPVHLDSPAIK
A1BG_HUMAN SGLSTGWTQLSK
A2GL_HUMAN DLLLPQPDLR
A2GL_HUMAN VAAGAFQGLR
A4_HUMAN LVFFAEDVGSNK
A4_HUMAN THPHFVIPYR
A4_HUMAN WYFDVTEGK
It's a published data, These peptides are used in the mass spec analysis, I need the position of the peptides from the corresponding proteins