View source: R/modifications.R
remove_silac_modifications | R Documentation |
This function removes SILAC heavy/light labels from a PD Modifications column. When dealing with PSM level Proteome Discoverer output, this is required to match PSMs for the same peptide, or to transfer PSM-level features to peptide-level data.
remove_silac_modifications(
mod_col,
level = "psm",
psm_modfication_regexes = c(get_psm_silac_mod_regex("R_13C6_15N4"),
get_psm_silac_mod_regex("K_13C6_15N2"))
)
mod_col |
|
level |
|
psm_modfication_regexes |
|
character vector
updated Modifications column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.