View source: R/MakePredictionDb.R
make.prediction.db | R Documentation |
Creates a predicted spectral library database
make.prediction.db( prediction_folder, task_id, sqlite, download = T, zipped = T )
prediction_folder |
output folder where the predicted spectral library files will be processed and stored |
task_id |
text file with input prosit csv file names and their respective task ids |
sqlite |
preferred name of the SQLite database *.sqlite (It will be added to a subfolder called SQLite in the set prediction_folder) |
download |
should files in the taskid.txt file be downloaded (default = T) |
zipped |
logical indicating whether downloaded files are zipped (default = T) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.