plotMgfLike | R Documentation |
Draw simplified (deconvoluted) spectrum of mgf type and highlight matches found
plotMgfLike(
lst,
basInp = NULL,
backgrCol = NULL,
replNames = c("by", "i"),
lwd = 1,
col = NULL,
tit = NULL,
xLim = NULL,
yLab = NULL,
linPlot = FALSE,
listNa = c("identif", "overview", "obsMass"),
useColN = c("obsMass", "logInt", "origNa", "mod", "modSpec", "fraNa", "orig",
"nIdentif", "minMassDec", "maxMass"),
cex = 1,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
lst |
(list) result of identificationi with element |
basInp |
(numeric) alternative/custom entry of observaed masses |
backgrCol |
(character) color of background |
replNames |
(character) |
lwd |
(numeric) line width |
col |
(character) custom colors for different types of ions/modifications |
tit |
(character) custom title |
xLim |
(numeric length=2) custom x axis margins |
yLab |
(character) custom y axis label |
linPlot |
(logical) re-transform y-axis from log2 to linear scale |
listNa |
(character) list-elements of 'lst' to use/extract |
useColN |
(character) columns names tu use from input ie lst$identif & lst$overview |
cex |
(numeric) expansion factor for x- and y-label |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allows easier tracking of messages produced |
This function returns a mgf-like figure
makeFragments
, identifVarModif
, identifFixedModif
, identifyPepFragments
set.seed(2025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.