create_database {msPurity} | R Documentation |
Create and SQLite database of an LC-MS(/MS) experiment
create_database(pa, xset, xsa = NULL, out_dir, grp_peaklist = NA, db_name = NA)
pa |
purityA object; Needs to be the same used for frag4feature function |
xset |
xcms object; Needs to be the same used for frag4feature function (this will be ignored when using xsa parameter) |
xsa |
CAMERA object [optional]; if CAMERA object is used, we ignore the xset parameter input and obtain all information from the xset object nested with the CAMERA xsa object. Adduct and isotope information will be included into the database when using this parameter. The underlying xset object must be the one used for the frag4feature function |
out_dir |
character; Out directory for the SQLite result database |
grp_peaklist |
dataframe [optional]; Can use any peak dataframe. Still needs to be derived from the xset object though |
db_name |
character [optional]; Name of the result database |
path to SQLite database and database name