View source: R/ProcessCalibrationLib.R
process.calibration.lib | R Documentation |
Creates and processes a calibration library object
process.calibration.lib( specLib = NULL, projectFolder = NULL, predictionDb, rt = NULL, outLib = str_replace(specLib, ".tsv", ".RData"), threads = detectCores() )
specLib |
path to spectral library (in TSV-format, as processed by make.calibration.lib). Not necessary if the project Folder argument is added |
projectFolder |
Path to project folder. If not specified it is necessary to add the specLib argument. |
predictionDb |
path to SQLite database with Prosit predictions. |
rt |
character specifying the input library retention time format. Possible values: c("seconds", "iRT") |
outLib |
desired path to the output calibration library (.RData format) |
threads |
number of threads to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.