View source: R/fct_convertBruker.R
db_from_bruker | R Documentation |
Convert Bruker raw fids to IDBac database
db_from_bruker( dataDirectory = NULL, fileName = NULL, filePath = NULL, anyMissing = NULL, acquisitionInfo = NULL, sampleMap = NULL, tempDir = NULL, ... )
dataDirectory |
path to directory containing fids (warning: does a recursive path search for fids) |
fileName |
name of IDBac SQLite file |
filePath |
path where IDBac SQLite file will be written |
anyMissing |
advanced, mainly here to be used by the GUI code |
acquisitionInfo |
advanced, mainly here to be used by the GUI code |
sampleMap |
matrix or df representing the MALDI target plate (you can replace values in matrix created with IDBacApp:::map384Well()) |
tempDir |
temporary folder with read/write permission to write intermediate mzml files to |
... |
advanced arguments for MALDIquant, see |
none, side effect of writing SQLite file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.