mass_list {gcxgclab} | R Documentation |
Creates list of atomic mass data
Description
mass_list
creates a list of atomic mass data
Usage
mass_list()
Details
This function creates a data frame containing the data for the atomic weights for each element in the periodic table (M. and et al. 2012).
Value
A data.frame object, with two columns, (elements, mass).
References
M. W, et al. (2012). “The Ame2012 atomic mass evaluation.” Chinese Phys. C, 36 1603.
Examples
file <- system.file("extdata","sample1.cdf",package="gcxgclab")
frame <- extract_data(file,mod_t=.5)
peaks <- top_peaks(frame$TIC_df, 5)
mz <- find_ms(frame, t_peak=peaks$'T'[1])
masslist <- mass_list()
non_targeted(masslist, mz, THR=0.05)
[Package gcxgclab version 1.0.1 Index]