Skip to content
Snippets Groups Projects
Commit 4a45b221 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

add a link in comment

parent 363a2aa6
Branches main
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ AMINOACIDS = ["A", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", ...@@ -31,7 +31,6 @@ AMINOACIDS = ["A", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N",
"#", "*"] "#", "*"]
"""All character accepted in a peptide.""" """All character accepted in a peptide."""
AA_MASS_AVERAGE = {"*" : 0.0, AA_MASS_AVERAGE = {"*" : 0.0,
"A" : 71.0788, "A" : 71.0788,
"C" : 103.1388, "C" : 103.1388,
...@@ -90,7 +89,9 @@ AA_MASS_MONO = {"*" : 0.0, ...@@ -90,7 +89,9 @@ AA_MASS_MONO = {"*" : 0.0,
"X" : 0.0, "X" : 0.0,
"Z" : 0.0, "Z" : 0.0,
"#" : 0.0} "#" : 0.0}
""" Monoisotopic mass of all amino acids.""" """ Monoisotopic mass of all amino acids.
From https://proteomicsresource.washington.edu/protocols06/masses.php
"""
WATER_MASS = 18.01528 WATER_MASS = 18.01528
"""Mass of a water molecule.""" """Mass of a water molecule."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment