subMALDI
subMALDI: an open framework R package for processing irregularly-spaced mass spectrometry data - Published in JOSS (2021)
Science Score: 93.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 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
subMaldi: a package for R
Basic Info
- Host: GitHub
- Owner: wesleyburr
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 126 MB
Statistics
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
subMaldi
subMALDI is an open framework package for the R programming environment that permits organization, pre-processing (smoothing, baseline correction, peak detection), and normalization of spectral data sets. As a result of the package's design, subMALDI data objects are compatible with functions from a wide variety of other R packages, and user-defined functions are easier to implement and test.

Installing in R
To install this package in R, begin by downloading the source copy of the package from the releases folder and install it using type = "source". But, before you do this, a dependency from the BioConductor project is required. Begin by installing the BioConductor Manager:
install.packages("BiocManager")
and then install the package MassSpecWavelet:
BiocManager::install("MassSpecWavelet")
Then install the CRAN-supported packages required:
install.packages(c("tidyr", "ggplot2", "ggpmisc", "reshape2", "RColorBrewer", "signal"))
Once the packages are all installed, you can then install the package:
install.packages("subMALDI-1.0-2.tar.gz", type = "source")
Update the file name as necessary to whatever the copy you downloaded was set to for versioning.
Note: if you install from source, and set dependencies = TRUE, this should all be moot. This assumes you run the commands exactly as given, in which case, the BioConductor sequence doesn't always seem to work. For example,
install.packages("subMALDI-1.0-2.tar.gz", type = "source", dependencies = TRUE)
Getting Started
Refer to the vignette on workflow for a brief summary of the package functionality, and the vignette on processing for a simple example.
Contributing?
Examine our contribution guidelines for more.
Owner
- Name: Wesley Burr
- Login: wesleyburr
- Kind: user
- Location: Peterborough, Ontario
- Company: Trent University
- Website: http://www.wesleyburr.com
- Repositories: 8
- Profile: https://github.com/wesleyburr
Associate Professor of Statistics, Department of Mathematics, Trent University.
JOSS Publication
subMALDI: an open framework R package for processing irregularly-spaced mass spectrometry data
Authors
Tags
mass spectrometry spectral processing MALDI-MSGitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kristen Yeh | k****h@t****a | 275 |
| Sophie Castel | s****l@t****a | 260 |
| Wesley Burr | w****r@g****m | 154 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 22
- Total pull requests: 1
- Average time to close issues: about 1 month
- Average time to close pull requests: less than a minute
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 1.23
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- wesleyburr (16)
- kristenyeh (3)
- sigven (1)
- tystan (1)
- jspaezp (1)
Pull Request Authors
- wesleyburr (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- MassSpecWavelet >= 1.48.0 imports
- RColorBrewer >= 1.1 imports
- dplyr >= 0.8.0 imports
- ggplot2 >= 3.3.0 imports
- ggpmisc >= 0.3.3 imports
- reshape2 >= 1.4.4 imports
- signal >= 0.7 imports
- tidyr >= 1.1.0 imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
