-
Notifications
You must be signed in to change notification settings - Fork 8
Filter Comparators
Julian Uszkoreit edited this page Mar 6, 2014
·
2 revisions
| human readable | abbreviation | explanation |
|---|---|---|
| less | LT | value must be less than the argument |
| less or equal | LEQ | value must be less or equal to the argument |
| equal | EQ | value must be equal to the argument |
| greater or equal | GEQ | value must be greater or equal to the argument |
| greater | GT | value must be greater than the argument |
| human readable | abbreviation | explanation |
|---|---|---|
| contains | CON | any of the strings is equal to the argument |
| contains_only | COO | all of the strings are equal to the argument |
| regular expression | REG | any of the strings matches the regular expression |
| regular expression only | RXO | all of the strings match the regular expression |
| human readable | abbreviation | explanation |
|---|---|---|
| has any modification | HAM | argument ignored, every PSM/peptide with modification passes |
| has mass | MAS | PSM/peptide having modification with given mass shift passes |
| has description | DEC | PSM/peptide having modification with given description passes |
| has residue | RES | PSM/peptide having modification of the given amino acid passes |