santaR_start_GUI: santaR Graphical User Interface

View source: R/santaR_start_GUI.R

santaR_start_GUIR Documentation

santaR Graphical User Interface

Description

santaR Graphical User Interface (GUI) implements all the functions for short asynchronous time-series analysis. To exit press ESC in the command line. Once started, the GUI presents 4 tabs corresponding to the main steps of analysis: Import, DF search, Analysis and Export.

  • The Import tab manages input data in comma separated value (csv) format or as an RData file containing a SANTAObj previously generated with santaR. Once data is imported the DF search and Analysis tabs become available.

  • DF search implements the tools for the selection of an optimal number of degrees of freedom (df).

  • With the data imported and a pertinent df selected, Analysis regroups the interface to visualise and identify variables significantly altered over time. All options present in the command line version of santaR are available, with the added possibility to modify the class labelling of each subject (group). A plotting interface enables the interactive visualisation of the raw data points, individual trajectories, group mean curves and confidence bands for all variables, which subsequently can be saved. Finally, if inter-group differential trajectories have been characterised, all significance testing results (with correction for multiple testing) are presented in interactive tables.

  • The Export tab manages the saving of results and automated reporting. Fitted data is saved as a SANTAObj, which contains all inputs and outputs, and can be downloaded as an RData file for future analysis, or reproduction of results. csv files containing significance testing results can also be generated and summary plot for each significantly altered variable saved for rapid evaluation.

santaR's command line procedure is the most efficient approach for very high number of variables due to the added level of automation. However the GUI can help understand the use of the methodology, select the best parameters on a subset of the data, or to visually explore the results.

Usage

santaR_start_GUI(browser = TRUE)

Arguments

browser

If TRUE open the graphical user interface in a web browser instead of a R window. Default is TRUE

Value

None, start GUI. To exit press ESC in the command line.

See Also

Other AutoProcess: santaR_auto_fit(), santaR_auto_summary(), santaR_plot()

Other Analysis: get_grouping(), get_ind_time_matrix(), santaR_CBand(), santaR_auto_fit(), santaR_auto_summary(), santaR_fit(), santaR_plot(), santaR_pvalue_dist(), santaR_pvalue_fit()

Examples

## Not run: 
## Start graphical interface, press 'ESC' in the command line to stop.
santaR_start_GUI()

## End(Not run)


santaR documentation built on May 24, 2022, 1:06 a.m.