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()
}

Try the Pbase package in your browser

Any scripts or data that you put into this service are public.

Pbase documentation built on Oct. 31, 2019, 2:20 a.m.