RFate
workflow, presented on Home page, is quite long and complex. Although it can be divided into 4 main parts, each of them requires several steps, and the user can quickly get lost or confused in the whole process.
The organization of the Reference page, as well as the order of the tutorials, try to reflect these different parts.
A shiny interface, that can be launched with the RFATE() function from the RFate
package allows the user to go through the different steps without going through the code. Links to the functions documentation, vizualization tools, the possibility to start from pre-existing folders, always being able to follow the progress in the console of the different functions... This interface should make it easier to take control of FATE
with R.
shinyRFate
tool boxTwo types of documentation can be accessed all over the application through buttons. They give informations about :
FATE
modules for example)Once a button was pressed to start a function, a panel is displayed as long as the function is running, indicating the selected parameters. All informations printed by the function can be followed within the R
console. Information panels appear when the functions has finished running, results files have been created, or an error has been found.
shinyRFate
workflowCreated graphics and tables of loaded and used values can be visualized through the application.
Generally, the data shown onto the shiny application is saved into .csv
or .pdf
files.
Parameter files and folders can be created, visualized and modified from the application.
Multiple sets of parameters can be produced from a pre-existing simulation folder.
C++
model is run through R
with the Rcpp
package.
Outputs and log errors can be visualized in the application or the R
console.
RFate
package provides functions to pre-analyse results of FATE
simulations.
It can produce intermediate results files, quick summary graphics, and preliminary transformation of outputs. Existing graphics can be re-viewed with the browser panel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.