load.lcms | R Documentation |
This is an internal function. It loads LC/MS data into memory.
load.lcms(filename)
filename |
The CDF file name. |
The function uses functionality provided by the mzR package from Bioconductor.
A list is returned.
masses |
The vector of m/z values. |
labels |
The vector of retention times. |
intensi |
The vector of intensity values. |
times |
The vector of unique time points. |
Tianwei Yu <tyu8@emory.edu>
Bioinformatics. 25(15):1930-36. BMC Bioinformatics. 11:559.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.