add_mascot_pepseqmod: Adds the 'pep_seq_mod' field to Mascot PSMs

add_mascot_pepseqmodR Documentation

Adds the pep_seq_mod field to Mascot PSMs

Description

Adds the pep_seq_mod field to Mascot PSMs

Usage

add_mascot_pepseqmod(
  df = NULL,
  use_lowercase_aa = TRUE,
  purge_phosphodata = TRUE
)

Arguments

df

A data frame containing the PSM table from database searches.

use_lowercase_aa

Logical; if TRUE, modifications in amino acid residues will be abbreviated with lower-case and/or ^_~. See the table below for details. The default is TRUE.

purge_phosphodata

Logical; if TRUE and phosphorylation present as variable modification(s), entries without phosphorylation will be removed. The default is TRUE.


qzhang503/proteoQ documentation built on Dec. 14, 2024, 12:27 p.m.