View source: R/annotate_nterm.R
annotate_nterm | R Documentation |
Annotate peptides based on their N-terminal (bio)chemical modification.
annotate_nterm(peptidestsv, tmtmass = 304.2072, protease_specificity = "R|K")
peptidestsv |
A data frame coming from the 'peptide.tsv' tabular output from a FragPipe search. |
tmtmass |
A numeric object. Defining the mass of your TMT labels. 304.2072 for 16plex or 229.1629 for 10/11plex. |
protease_specificity |
A string. Defining the protease specificity. Examples: "R|K" for Trypsin; "R" for Argc. |
A data frame with annotation of N-terminal modifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.