make.prediction.db: Creates a predicted spectral library database

View source: R/MakePredictionDb.R

make.prediction.dbR Documentation

Creates a predicted spectral library database

Description

Creates a predicted spectral library database

Usage

make.prediction.db(
  prediction_folder,
  task_id,
  sqlite,
  download = T,
  zipped = T
)

Arguments

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)


MarcIsak/MSLibrarian documentation built on Aug. 27, 2022, 4:55 a.m.