We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131e2de commit 1e6b3d6Copy full SHA for 1e6b3d6
alphabase/psm_reader/keys.py
@@ -44,6 +44,7 @@ class PsmDfCols(metaclass=ConstantsClass):
44
MOBILITY = "mobility"
45
PEPTIDE_FDR = "peptide_fdr"
46
PROTEIN_FDR = "protein_fdr"
47
+ INTENSITY = "intensity"
48
49
RAW_NAME = "raw_name"
50
CHARGE = "charge"
@@ -58,9 +59,6 @@ class PsmDfCols(metaclass=ConstantsClass):
58
59
_GENES = "genes"
60
_QUERY_ID = "query_id"
61
- # part of psm_reader_yaml, but not directly referenced
62
- INTENSITY = "intensity"
63
-
64
65
class LibPsmDfCols(metaclass=ConstantsClass):
66
"""Constants for accessing the columns of a Library PSM dataframe."""
0 commit comments