mass_list | R Documentation |
mass_list
creates a list of atomic mass data
mass_list()
This function creates a data frame containing the data for the atomic weights for each element in the periodic table \insertCitemassgcxgclab.
A data.frame object, with two columns, (elements, mass).
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.