- Oct 23, 2020
-
-
Todor Kondic authored
-
- Oct 22, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
Prior to this commit, cofiguration consisted of static values and dynamic variables calculated based on the static values. Changing a static value meant that those variables had to be recalculated. In a reactive environment where things change a lot, there was danger that some parts do not get calculated, or that recalculation leads to overwriting of other variables. Now, all the dynamic config entries, such as paths within the project tree are delegated to "accessor" methods that evaluate their value at the right time. * R/mix(get_fn_comp,get_fn_extr,get_fn_summ): New functions to evaluate paths to the comprehensive table, extraction file and the summary file. * R/api.R: Corresponding changes in here. * NAMESPACE: Some updates.
-
- Oct 21, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
-
Todor Kondic authored
-
Todor Kondic authored
* R/shiny-ui-base.R(rt_input,mz_input): Parameter pref now determines the label of the control.
-
Todor Kondic authored
-
Todor Kondic authored
-
- Oct 18, 2020
-
-
Todor Kondic authored
* inst/rmd/app.Rmd: Shinyscreen GUI.
-
Todor Kondic authored
-
- Oct 16, 2020
-
-
Todor Kondic authored
* NAMESPACE: Update exports * R/api.R(create_plots,save_plots,report): User-level functions to generate and save plots, as well as generate a report containing them. * R/mix.R: Supporting functions for above. * R/resources.R: Supporting params for above.
-
- Oct 12, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
* R/api.R(subset_summary): New function. This will subset the summary table according to the user specification. (order_spectra): Updated docs.
-
- Oct 11, 2020
-
-
Todor Kondic authored
* R/resources.R (DEF_ORDER_SPECTRA): Summary table should be ordered by sets first and then the quality and intensity as criteria.
-
- Oct 07, 2020
-
-
Todor Kondic authored
* R/api.R (extr_data): An unecessary set column was removed from the m$extr$ms table to avoid possible confusion. Extraction deals with unique masses, so this column listed only the first set (in comp table) that contained a particular mass. Later, during the prescreen stage the set is coming back directly from the comp table.
-
Todor Kondic authored
* 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.
-
Todor Kondic authored
-
Todor Kondic authored
-
Todor Kondic authored
The best name for what used to be called ftable is summary table.
-
Todor Kondic authored
-
Todor Kondic authored
* R/run.R: Deleted. None of the functions therein are needed anymore.
-
Todor Kondic authored
* R/run.R (gen): This is deprecated.
-
- Oct 06, 2020
-
-
Todor Kondic authored
The naming scheme should be consistent. Variables involving ms1 should start with ms1_ . The same goes for ms2_ .
-
- Oct 04, 2020
-
-
Todor Kondic authored
... and fix the columns in ftab.
-
- Oct 01, 2020
-
-
Todor Kondic authored
* R/api.R(sort_spectra): New function to sort the spectral table. * R/resources.R(DEF_ORDER_SPECTRA): New parameter defining the default order of the spectral table. * NAMESPACE: Update exports.
-
- Sep 30, 2020
-
-
Todor Kondic authored
* R/api.R(extr_data): Files column is now added to results of future extraction calculations.
-
Todor Kondic authored
-
Todor Kondic authored
* R/api.R(extr_data): tmp is now a list of future values, not futures.
-
Todor Kondic authored
Updated contributors.
-
Todor Kondic authored
-
Todor Kondic authored
-
- Sep 25, 2020
-
-
Todor Kondic authored
* R/mix.R(read_conf): Use conf_trans function to interpret some of the prescreening input parameters. * R/api.R(new_state): Update because of read_conf. * (run_in_dir): Add call to prescreen function.
-
Todor Kondic authored
* R/api.R (prescreen): New function. This exported funciton performs a range of checks on the spectra in m$extr$ms and produces the initial m$out$tab$ftab file table.
-
Todor Kondic authored
* R/mix.R (assess_ms1, assess_ms2): New functions to QA MS1 and MS2 spetral info in the m$qa$ms table. Called from prescreen function.
-
Todor Kondic authored
* R/resources.R(QA_FLAGS,QA_NUM_REAL,QA_COLS): Definitions of columns in the quality control table.
-
- Sep 10, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
* NAMESPACE: exports * R/mix.R(conf_trans_pres): New function to validate prescreening input. * R/resources.R (CONF_PRES_NUM, CONF_PRES_TU): New parameters holding names of dimensionless and time parameters in prescreening list, respectively.
-
- Aug 27, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
* R/extraction.R(extract): Spec column of rms2full has to wrap spec list into another list so that data table does not unwind when rbinding.
-