Skip to content

Commit

Permalink
Merge pull request #91 from uparma/mx/calculate_ion_charge_state
Browse files Browse the repository at this point in the history
* added params for calculate_ion_charge_state_style_1
  • Loading branch information
tristan-ranff authored Jun 17, 2022
2 parents 5619497 + de57739 commit 10f4bed
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
41 changes: 41 additions & 0 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3011,6 +3011,19 @@
"value_translations": {},
"value_type": "bool"
},
{
"default_value": 0.75,
"description": "threshold value for correlation analysis to be considered acceptable.",
"key_translations": {
"calculate_ion_charge_state_style_1": "min_corr",
"ursgal_style_1": "correlation_threshold"
},
"name": "correlation_threshold",
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "float"
},
{
"default_value": true,
"description": "the number of unique hits for each identifier is given in separate columns for each raw file (file name as defiened in Spectrum Title)",
Expand Down Expand Up @@ -8304,6 +8317,7 @@
"default_value": "positive",
"description": "The ion mode that has been used for acquiring mass spectra (positive or negative)",
"key_translations": {
"calculate_ion_charge_state_style_1": "polarity",
"mx_gsk_stage2_qc_style_1": "polarity",
"mzml2mgf_style_1": "ion_mode",
"recalibrate_mz_global_style_1": "polarity",
Expand Down Expand Up @@ -8390,6 +8404,19 @@
"value_translations": {},
"value_type": "float"
},
{
"default_value": 0.0025,
"description": "m/z tolerance of detecting isotopologue peaks for charge calculation",
"key_translations": {
"calculate_ion_charge_state_style_1": "tol_iso",
"ursgal_style_1": "isotopologue_mass_tolerance"
},
"name": "isotopologue_mass_tolerance",
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "float"
},
{
"default_value": ".u.json",
"description": "Exension for .json files",
Expand Down Expand Up @@ -9682,6 +9709,19 @@
"value_translations": {},
"value_type": "list"
},
{
"default_value": 2,
"description": "minimum number of adjacent peaks e.g for charge calculation",
"key_translations": {
"calculate_ion_charge_state_style_1": "min_zmers",
"ursgal_style_1": "min_adj_peaks"
},
"name": "min_adj_peaks",
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "int"
},
{
"default_value": 0.1,
"description": "minimum distance to neighbour",
Expand Down Expand Up @@ -12767,6 +12807,7 @@
"default_value": 5,
"description": "Maximal accepted parent ion charge",
"key_translations": {
"calculate_ion_charge_state_style_1": "max_charge",
"comet_style_1": "max_precursor_charge",
"mascot_style_1": "CHARGE_max",
"msamanda_style_1": "considered_charges_max",
Expand Down
8 changes: 8 additions & 0 deletions jsons/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,5 +622,13 @@
"1.0.0"
],
"reference": "Ursgal2 Team"
},
{
"style": "calculate_ion_charge_state_style_1",
"name": "calculate_ion_charge_state_style_1",
"versions": [
"1.0.0"
],
"reference": "Ursgal2 Team"
}
]

0 comments on commit 10f4bed

Please sign in to comment.