extractByIndex()
method.compound_tbl_lipidblast
supports now parallel processing and extracts more
information from MoNA's JSON format (thanks to Prateek Arora for
contribution).compound_tbl_lipidblast
: ensure exactmass is of type numeric
.compound_tbl_lipidblast
: add parameter n
to support reading and
processing MoNA json files in sets (chunks) of lines at a time and hence
reduce memory demand for very large files.CompDb
to store that database name as alternative to an active
database connection. This allows to serialize and load an object to/from disk
(serializing an active database connection would not be possible) . Each call
to extract data from the database will however open (and close) its own
connection.ProtGenerics
.backendBpparam
to define (disable) parallel processing for the
MsBackendCompDb
backend.MsBackendCompDb
using the full test suite from the
Spectra
package.nonStop
to compound_tbl_sdf
that is passed to parameter
skipErrors
of ChemmineR::read.SDFset
.
Issue #110CompDb
tests also for NA
input.MsBackendCompDb
always returns collisionEnergy
as numeric
.CompDb
from a MassBank database.CompDb
databases from scratch.insertCompound
and deleteCompound
functions to add or remove compounds
from a CompDb
or IonDb
.deleteIon
.ion_id
from character
to integer
.mass2mz
method for CompDb
databases.peaksVariables
method.columns
to peaksData
.dbFile
to createCompDb
and add an example on how to create
a CompDb
database from custom input.MsBackendCompDb
extends Spectra::MsBackendCached
instead of
Spectra::MsBackendDataFrame
.BiocCheck
warnings.BiocCheck
warnings.deleteIon
and deleteSpectra
allowing to delete ions or spectra.insertIons
supports adding additional database columns.instertSpectra
method to add MS/MS spectra from a Spectra
object to
the database.IonDb
constructor methods.IonDb
class as extension of CompDb
(to allow adding ion information
to the database) and the functionalities to create such object.insertIon
to allow adding new ions to an IonDb
objectionVariables
, ions
functions to access the ions data in the database.IonIdFilter
, IonAdductFilter
, IonMzFilter
, IonRtFilter
.mass2mz
and mz2mass
function in favour of the functions
implemented in MetaboCoreUtils
.compounds
method from ProtGenerics
.onlyValid
to compound_tbl_sdf
to allow importing of only
valid elements
issue #69.MassFilter
, FormulaFilter
, InchiFilter
and
InchikeyFilter
.metadata
, spectraVariables
and compoundVariables
functions.SpectrumIdFilter
to support filtering by spectrum IDs.as.list
with peaksData
.asDataFrame
with spectraData
.as.list,MsBackendCompDb
which returned a SimpleList
instead of
a list
.spectraData
for MsBackendCompDb
into asDataFrame
(adapting to the changes in Spectra
).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.