Description Usage Arguments Value Author(s) References
Imports a single spectrum in .csv format and turns it into a binary data frame containing a "mass" and "Intensity" column.
1 | readcsvSpec(spec_file, massCol, intenseCol)
|
spec_file |
A character string; the file path to the |
massCol |
A character string; the name of the mass column in the
spectrum's |
intenseCol |
A character string; the name of the intensity column in
the spectrum's |
Returns a binary data frame containing the imported data in a m/z column denoted "mass", and an intensity column denoted "Intensity".
Kristen Yeh <kristenyeh@trentu.ca> Wesley Burr <wesleyburr@trentu.ca>
https://github.com/wesleyburr/subMaldi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.