R/AllClasses.R

.PROTON_MASS <- 1.007276466812

setClass(Class="MSnID",
            representation(
                workDir="character", # working directory
                psms="data.table") # peptide-to-spectra matches
)


setClass(Class="MSnIDFilter",
            representation(
                filterList="list",
                validParNames="character")
)

Try the MSnID package in your browser

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

MSnID documentation built on Nov. 8, 2020, 8:03 p.m.