R/environments.R

Defines functions .get.amino.acids .get.atomic.mass

## TODO: move the code from MSnbase/R/environments.R to this file
.get.amino.acids <- function() {
    ## exported from MSnbase
    get.amino.acids()
}

.get.atomic.mass <- function() {
    ## from MSnbase
    get.atomic.mass()
}
ComputationalProteomicsUnit/Pbase documentation built on Aug. 10, 2019, 1:25 a.m.