Nothing
Bioconductor release 3.12 package.
filterIntensity
supports passing of additional parameters to the used
filter function (issue
164).show,ProcessingStep
(issue
#162).labelCol
in plotSpectra
(issue
#157).par(mfrow =
in plotSpectra
if only a single spectrum is
plotted.Spectra,ANY
constructor to replace the Spectra,DataFrame
and
Spectra,character
constructor methods.MsBackendMzR
(see issue
#145).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
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.