examplePeakData | R Documentation |
An S3 object of class peakData
A peakData object (see as.peakData
for details)
a p \times n + 1
data.frame of expression data, where p
is the number of peaks observed and n
is the number of samples. Each row corresponds to data for each peak/mass
a data.frame with n
rows. Each row corresponds to a sample with one column giving the unique sample identifiers found in e_data column names and other columns providing qualitative and/or quantitative traits of each sample.
a p \times 10
data.frame of meta information for each peak/mass.
Created by running the following code
as.peakData(e_data = ftms12T_edata, f_data = ftms12T_fdata, e_meta = ftms12T_emeta, edata_cname = "Mass", mass_cname = "Mass", fdata_cname = "SampleID",isotopic_cname = "C13", isotopic_notation = "1",c_cname = "C", h_cname = "H", o_cname = "O", n_cname = "N", s_cname = "S", p_cname = "P", instrument_type = "12T")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.