MS2Rescore Configuration
MS2Rescore configuration file
| Type | object |
|---|---|
| File match |
ms2rescore.json
ms2rescore.toml
.*-ms2rescore.json
.*-ms2rescore.toml
.*-ms2rescore-config.json
.*-ms2rescore-config.toml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/ms2rescore-configuration/latest.json |
| Source | https://raw.githubusercontent.com/compomics/ms2rescore/main/ms2rescore/package_data/config_schema.json |
Validate with Lintel
npx @lintel/lintel check
Properties
General MS²Rescore settings.
26 nested properties
Path to file with peptide-spectrum matches.
Feature generators and their configurations.
{
"basic": {},
"ms2pip": {
"model": "HCD",
"ms2_tolerance": 0.02
},
"deeplc": {},
"maxquant": {}
}
Rescoring engine to use and its configuration. Leave empty to skip rescoring and write features to file.
{
"mokapot": {}
}
Path to configuration file
PSM file type. By default inferred from file extension.
Keyword arguments passed to the PSM reader.
{}
Path to spectrum file or directory with spectrum files
Path and root name for output files
Logging level
Regex pattern used to identify the decoy PSMs in identification file.
Regex pattern to extract index or scan number from spectrum file. Requires at least one capturing group.
Regex pattern to extract index or scan number from PSM file. Requires at least one capturing group.
Regex pattern to extract retention time from PSM identifier. Requires at least one capturing group.
Regex pattern to extract ion mobility from PSM identifier. Requires at least one capturing group.
Bool indicating if lower score is better
Maximum rank of PSMs to use as input for rescoring
Maximum rank of PSMs to return after rescoring, before final FDR calculation
Mapping of modification labels to each replacement label.
{}
Mapping of amino acids with fixed modifications to the modification name.
{}
Number of parallel processes to use; -1 for all available
Convert spectrum IDs to their universal spectrum identifier
Path to FASTA file with protein sequences to use for protein inference
Write results to a FlashLFQ-compatible file
Write an HTML report with various QC metrics and charts
Disable the automatic update check
Write a txt report using cProfile for profiling
Definitions
Feature generator configuration
Rescoring engine configuration
Feature generator configuration
Feature generator configuration
Feature generator configuration
Feature generator configuration
Feature generator configuration
Feature generator configuration
Rescoring engine configuration
Rescoring engine configuration