Skip to content

Parameters for rescoring peptidomics data #166

Answered by RalfG
Dmorgen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Dmorgen,

Thanks for your interest in MS²Rescore!

Like Matteo mentioned, to enable protein inference and protein-level confidence estimation in Mokapot through MS²Rescore, you must provide both fasta_file and protein_kwargs options. These are passed to the mokapot.read_fasta function.

For a non-specific digest, such as in immunopeptidomics, the settings might look like this:

"rescoring_engine": {
    "mokapot": {
        "fasta": "uniprot-proteome-human-contaminants.fasta",
        "protein_kwargs": {
            "enzyme": ".",
            "missed_cleavages": 16,
            "max_length": 16,
            "min_length": 7,
            "semi": false
        }
    }
},

Note that in this c…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RalfG
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #148 on August 03, 2024 10:58.