api: prescreen creates new m$out$tab members, ms1_spec, ms2_spec, summ
* R/api.R(prescreen): Split the qa$ms table into three: one to hold ms1 spectra (ms1_spec), one for ms2 spectra (ms2_spec) and a summary table (former ftable, now summ). This was done due to mismatch in the number of entries between MS1 and MS2 spectra and in order to keep summ table lightweight (no complex objects such as other tables). * R/resources.R(MS2_SPEC_COLS, MS1_SPEC_COLS, DEF_ORDER_SPECTRA): Constants COLS define the columns of ms?_spec and DEF_ORDER_SPECTRA lost set as uninteresting column.
Please register or sign in to comment