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
)This function returns a mgf-like figure
(list) result of identificationi with element $obsMass (the column 'obsMass' should be m/z values, the column 'sc.logInt' intensity values) and $identif
(numeric) alternative/custom entry of observaed masses
(character) color of background
(character)
(numeric) line width
(character) custom colors for different types of ions/modifications
(character) custom title
(numeric length=2) custom x axis margins
(character) custom y axis label
(logical) re-transform y-axis from log2 to linear scale
(character) list-elements of 'lst' to use/extract
(character) columns names tu use from input ie lst$identif & lst$overview
(numeric) expansion factor for x- and y-label
(logical) suppress messages
(logical) additional messages for debugging
(character) allows easier tracking of messages produced
makeFragments, identifVarModif, identifFixedModif, identifyPepFragments