Converts an object of the class `CoreMSData` into an `ftmsData` object consisting of the data frames `e_data`, `f_data`, and `e_meta`

coreMSDataToFtmsData(cmsObj)

Arguments

cmsObj

a `CoreMSData` object, created using as.CoreMSData. Must not contain redundant m/z values or molecular formulas within a sample. This is accomplished using the function unique_mf_assignment.

Value

a list of three data frames, `e_data`, `f_data`, and `e_meta`

See also

Author

Natalie Winans