- Complete unit test coverage.
- Import generic methods from
ProtGenerics
. RequiresProtGenerics
version 1.35.3.
- Small runtime improvements in MGF importer.
- Bioconductor 3.19 developmental branch.
- Support import of MS levels from MGF files.
- Fix bug in import when m/z values are not sorted.
- Enforce m/z values to be increasingly ordered while importing.
- Run the full unit test suite from the
Spectra
package to check validity of theMsBackendMgf
.
- Use
compress = FALSE
forNumericList
.
- Bioconductor 3.17 developmental branch.
- Fix
export
method to fail if one or more columns contain either S4 classes orlist
-like structures.
- Import
coreSpectraVariables
fromSpectra
.
- Adapt the
spectraVariableMapping
toSpectra
version >= 1.5.8.
- Run additional unit test suits defined in
Spectra
.
- Fix issue with MGF files lacking peak data.
- Export precursor charge in the expected format (issue #16).
- Add an example to the vignette describing how to export only selected spectra variables to the MGF file.
- Export
readMgf
function.
- Update installation description in the vignette.
- Directly call internal function from
MsBackendMgf
to avoid parallel processing error (function not found) on Windows.
- Add examples how to use the
MsBackendMgf
backend to export data to mgf files (issue #4.
- Add
export
method to support exporting of data from aSpectra
object in mgf file format. - Import all fields from an MGF file.
- Rename MGF field names to spectra variables based on
spectraVariableMapping
. - Support for MGF files with different field names.