compound_tbl_lipidblast supports now parallel processing and extracts more information from MoNA’s JSON format (thanks to Prateek Arora for contribution).
Changes in version 1.9.3
compound_tbl_lipidblast: ensure exactmass is of type numeric.
Changes in version 1.9.2
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.
Changes in version 1.9.1
Allow 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.
CompoundDb version 1.7
Changes in version 1.7.2
Import method generics from ProtGenerics.
Changes in version 1.7.1
Adapt script to create CompDb from MassBank to new MassBank database format.
CompoundDb version 1.3
Changes in version 1.3.3
Add backendBpparam to define (disable) parallel processing for the MsBackendCompDb backend.
Changes in version 1.3.2
Evaluate validity of the MsBackendCompDb using the full test suite from the Spectra package.
Changes in version 1.3.2
Add parameter nonStop to compound_tbl_sdf that is passed to parameter skipErrors of ChemmineR::read.SDFset. Issue #110
Changes in version 1.3.0
Bioconductor 3.17 developmental version.
CompoundDb version 1.1
Changes in version 1.1.6
CompDb tests also for NA input.
Changes in version 1.1.5
MsBackendCompDb always returns collisionEnergy as numeric.
Changes in version 1.1.4
Add script to create a CompDb from a MassBank database.
Changes in version 1.1.3
Expand vignette with examples to create CompDb databases from scratch.
Changes in version 1.1.2
Add insertCompound and deleteCompound functions to add or remove compounds from a CompDb or IonDb.
Changes in version 1.1.1
Fix wrong warning message in deleteIon.
Change database data type for internal ion_id from character to integer.
Version 0.99
Changes in version 0.99.12
Add mass2mz method for CompDb databases.
Changes in version 0.99.11
Add peaksVariables method.
Changes in version 0.99.10
Add parameter columns to peaksData.
Changes in version 0.99.9
Add parameter dbFile to createCompDb and add an example on how to create a CompDb database from custom input.