Spectra
Low level infrastructure to handle MS spectra
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
3 of 12 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Low level infrastructure to handle MS spectra
Basic Info
- Host: GitHub
- Owner: rformassspectrometry
- Language: R
- Default Branch: main
- Homepage: https://rformassspectrometry.github.io/Spectra/
- Size: 24.3 MB
Statistics
- Stars: 41
- Watchers: 9
- Forks: 28
- Open Issues: 42
- Releases: 0
Topics
Metadata Files
README.md
Low level infrastructure to handle MS spectra
The Spectra package defines an efficient infrastructure for storing and handling mass spectrometry spectra and functionality to subset, process, visualize and compare spectra data.
A description of its functionality and design is available in this preprint.
Spectra provides different implementations (backends) to store mass spectrometry data. These comprise backends tuned for fast data access and processing and backends for very large data sets ensuring a small memory footprint.
A (possibly incomplete) list of available backends (along with a link to the R package providing it) is shown below:
MsBackendCompDb(package CompoundDb: provides access to spectra data (spectra and peaks variables) from a CompDb database. Has a small memory footprint because all data (except precursor m/z values) are retrieved on-the-fly from the database.MsBackendDataFrame(package: Spectra): alternative to theMsBackendMemoryalso keeping all data in memory, but supportingS4objects as spectra variables because the data is stored internally in aDataFrame.MsBackendHdf5Peaks(package: Spectra): on-disk backend similar toMsBackendMzR, but the peaks data is stored in HDF5 files (general spectra variables are kept in memory).MsBackendHmdbXml(package MsbackendHmdb): allows import of MS data from xml files of the Human Metabolome Database (HMDB). Extends theMsBackendDataFrameand keeps thus all data, after import, in memory.MsBackendMassbank(package MsBackendMassbank): allows to import/export data in MassBank text file format. Extends theMsBackendDataFrameand keeps thus all data, after import, in memory.MsBackendMassbankSql(package MsBackendMassbank): allows to directly connect to a MassBank SQL database to retrieve all MS data and variables. Has a minimal memory footprint because all data is retrieved on-the-fly from the SQL database.MsBackendMemory(package: Spectra): default backend which keeps all data in memory. Optimized for fast processing.MsBackendMetaboLights(package MsBackendMetaboLights): retrieves and caches MS data files from MetaboLights.MsBackendMgf(package MsBackendMgf): allows to import/export data in mascot generic format (MGF). Extends theMsBackendDataFrameand keeps thus all data, after import, in memory.MsBackendMsp(package MsbackendMsp): allows to import/export data in NIST MSP format. Extends theMsBackendDataFrameand keeps thus all data, after import, in memory.MsBackendMzR(package: Spectra): by using themzRpackage it supports import of MS data from mzML, mzXML and CDF files. This backend keeps only general spectra variables in memory and retrieves the peaks data (m/z and intensity values) on-the-fly from the original data files. The backend has thus a smaller memory footprint compared to in-memory backends.MsBackendOfflineSql(package MsBackendSql): stores all MS data in a SQL database and has thus a minimal memory footprint. Does, in contrast toMsBackendSql, not keep an active SQL database connection and can thus support parallel processing.MsBackendRawFileReader(package MsBackendRawFileReader): implements a backend for reading MS data from Thermo Fisher Scientific's raw data files using the manufacturer's NewRawFileReader .Net libraries. The package generalizes the functionality introduced by therawrrpackage.MsBackendSql(package MsBackendSql): stores all MS data in a SQL database and has thus a minimal memory footprint.MsBackendTimsTof(package MsBackendTimsTof: allows import of data from Bruker TimsTOF raw data files (using theopentimsrR package).MsBackendWeizMass(package MsBackendWeizMass: allows to access MS data from WeizMass MS/MS spectral databases.
For more information see the package homepage.
Installation
The package can be installed with
r
install.packages("BiocManager")
BiocManager::install("Spectra")
Contributions
Contributions are highly welcome and should follow the contribution guidelines. Also, please check the coding style guidelines in the RforMassSpectrometry vignette and importantly, follow our code of conduct.
Owner
- Name: RforMassSpectrometry
- Login: rformassspectrometry
- Kind: organization
- Email: maintainer@rformassspectrometry.org
- Website: https://www.rformassspectrometry.org/
- Repositories: 33
- Profile: https://github.com/rformassspectrometry
R packages for mass spectrometry
GitHub Events
Total
- Issues event: 16
- Watch event: 4
- Issue comment event: 58
- Push event: 78
- Pull request review event: 33
- Pull request review comment event: 33
- Pull request event: 30
- Fork event: 4
- Create event: 1
Last Year
- Issues event: 16
- Watch event: 4
- Issue comment event: 58
- Push event: 78
- Pull request review event: 33
- Pull request review comment event: 33
- Pull request event: 30
- Fork event: 4
- Create event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| jorainer | j****r@g****m | 777 |
| Laurent Gatto | l****o@u****e | 89 |
| Sebastian Gibb | m****l@s****e | 32 |
| Philippine Louail | p****l@o****m | 30 |
| Guitou1 | p****f@g****m | 16 |
| J Wokaty | j****y@s****u | 10 |
| Nitesh Turaga | n****a@g****m | 8 |
| Mar Garcia Aloy | m****y@g****m | 5 |
| nshahaf | n****f@w****l | 5 |
| Christian Panse | c****e | 4 |
| A Wokaty | a****y@s****u | 2 |
| Jan Stanstrup | s****p@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 85
- Total pull requests: 87
- Average time to close issues: about 2 months
- Average time to close pull requests: 8 days
- Total issue authors: 20
- Total pull request authors: 9
- Average comments per issue: 3.51
- Average comments per pull request: 1.77
- Merged pull requests: 73
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 13
- Pull requests: 34
- Average time to close issues: 7 days
- Average time to close pull requests: 6 days
- Issue authors: 9
- Pull request authors: 4
- Average comments per issue: 1.77
- Average comments per pull request: 1.06
- Merged pull requests: 27
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jorainer (49)
- lgatto (10)
- sgibb (5)
- cbroeckl (3)
- cpanse (2)
- v-v1150n (2)
- ismaRP (1)
- sardnar (1)
- philouail (1)
- Adafede (1)
- ricoderks (1)
- YasinEl (1)
- schymane (1)
- michaelwitting (1)
- felipe-mansoldo (1)
Pull Request Authors
- jorainer (63)
- sgibb (8)
- philouail (5)
- lgatto (5)
- guideflandre (2)
- Ahlammentag (1)
- stanstrup (1)
- sneumann (1)
- mar-garcia (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 98,572 total
- Total dependent packages: 15
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
bioconductor.org: Spectra
Spectra Infrastructure for Mass Spectrometry Data
- Homepage: https://github.com/RforMassSpectrometry/Spectra
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/Spectra/inst/doc/Spectra.pdf
- License: Artistic-2.0
-
Latest release: 1.18.2
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- BiocParallel * depends
- ProtGenerics >= 1.25.1 depends
- R >= 4.0.0 depends
- S4Vectors * depends
- BiocGenerics * imports
- IRanges * imports
- MsCoreUtils >= 1.7.5 imports
- fs * imports
- grDevices * imports
- graphics * imports
- methods * imports
- stats * imports
- tools * imports
- utils * imports
- BiocStyle >= 2.5.19 suggests
- knitr >= 1.1.0 suggests
- msdata >= 0.19.3 suggests
- mzR >= 2.19.6 suggests
- rhdf5 >= 2.32.0 suggests
- rmarkdown * suggests
- roxygen2 * suggests
- testthat * suggests
- vdiffr >= 1.0.0 suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite