Description Usage Arguments Value Author(s) References Examples
A function to convert raw ASCII files obtained from the Bruker SolariX XR (eXtreme Resolution) FT-ICR Mass Spectrometer.
1 | read_ascii(filename)
|
filename |
character; The filepath to the local |
Returns an object of class data.frame
with two numeric columns: "mass"
and "intensity"
Sophie Castel <sophie.castel@ontariotechu.net>
https://github.com/wesleyburr/subMaldi
1 2 3 | ## Converting sample ASCII file 'raw_ascii.ascii' to 'data.frame'
file_loc <- system.file("extdata", "raw_test_file.ascii", package = "subMALDI")
converted <- read_ascii(filename = file_loc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.