Skip to content

Commit

Permalink
Add BJXZ amino acids to the amino acid mass list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Jul 24, 2024
1 parent cfcbfbf commit 17d49cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easypqp/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def get(self):
def match_unimod(self, unimod):
def match_modifications(um, peptide):
monomeric_masses = {"A": 71.03711, "R": 156.10111, "N": 114.04293, "D": 115.02694, "C": 103.00919, "E": 129.04259, "Q": 128.05858, "G": 57.02146, "H": 137.05891, "I": 113.08406, "L": 113.08406, "K": 128.09496, "M": 131.04049, "F": 147.06841, "P": 97.05276, "S": 87.03203, "T": 101.04768, "W": 186.07931, "Y": 163.06333, "V": 99.06841,
'U': 150.95363, 'O': 237.14773}
'U': 150.95363, 'O': 237.14773, 'B': 0, 'J': 0, 'X': 0, 'Z': 0}
modified_peptide = peptide['peptide_sequence']

# parse terminal modifications
Expand Down

0 comments on commit 17d49cd

Please sign in to comment.