f
to filterPrecursorScan
to fix issue
#194.estimatePrecursorIntensity
function (issue
#202).filterPrecursorCharge()
method.plotSpectraMirror
as a method.concatenateSpectra
to allow concatenating Spectra
objects and
list of Spectra
objects.addProcessing
; issue
#182.MAPFUN
in compareSpectra
; issue
#171.joinPeaksGnps
to perform a peak matching between spectra similar to the
one performed in GNPS (issue
#171).ProcessingStep
to ProtGenerics
.show
method for Spectra
to list only the 3 most recent processing
steps (issue
173).processingLog
function to display the log messages of all processing
steps of a Spectra
object....
to pickPeaks
and smooth
(issue
168).filterIntensity
from ProtGenerics
.plotSpectra
.filterIntensity
supports passing of additional parameters to the used
filter function (issue
164).show,ProcessingStep
(issue
162).joinSpectraData()
function.[[,Msbackend
and [[<-,MsBackend
methods (issue
149).[[,Spectra
and [[<-,Spectra
methods.labelCol
in plotSpectra
(issue
#157).Spectra,ANY
constructor replacing Spectra,DataFrame
and Spectra,character
.spectrumId
(spectrumID
),
acquisitionNum
and scanIndex
.mz
and intensity
as core spectra variables.spectraData<-,Spectra
to avoid removing m/z and intensity values
(issue #146).MsBackend
.Spectra,character
constructor to ensure the backend is changed even
if source
inherits from backend
(issue
#143).combineSpectra
applies data processing steps in the processing queue prior to
combination (issue
#140).dropNaSpectraVariables
that would also drop m/z and
intensity values for most backends (issue
#138.intensity
in filterIntensity
method to be a function to enable
peak intensity-based filtering of spectra (issue
#126).filterMzRange
and filterMzValues
to filter spectra based on an m/z
range or a list of target m/z values, respectively.export,MsBackendMzR
to export spectra data to mzML or mzXML file(s).export,MsBackend
method to allow backends to take care of data
export.export,Spectra
to use the MsBackend
class to export the data.source
in Spectra,character
to MsBackendMzR
and set
parameter backend = source
. Thus by default, the import backend will also
be used to store the data.lapply,Spectra
with spectrapply,Spectra
.asDataFrame,MsBackend
with spectraData,MsBackend
.asDataFrame<-,MsBackend
with spectraData<-,MsBackend
.as.list,MsBackend
with peaksData,MsBackend
.replaceList<-,MsBackend
with peaksData<-,MsBackend
.as.list,Spectra
with peaksData,Spectra
and add methods to coerce a
Spectra
to a list
or SimpleList
.reset
method.compareSpectra
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.