View source: R/ExportSpectraLib.R
export.spectra.lib | R Documentation |
Creates a generic spectral library from predicted data, which can be used in OpenSWATH (TSV-format)
export.spectra.lib(msLib, format, calibrationLib, outputLib, batchSize)
msLib |
input MSLibrarian object |
format |
character defining the output library format c("spectronaut", "openswath") |
calibrationLib |
path to calibration library |
outputLib |
character specifying the output library file name (incl. absolute path) |
batchSize |
numeric setting the maximum number of entries to process at a time (to keep the memory usage low) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.