Description Usage Arguments Value Examples
View source: R/main_functions.R
Function searches for settings objects in the STUDY-studyMetaData-settings slot, then automatically executes the analysis for each arm described by the settings.
1 | autoRunFromSettings(study, verbose = T)
|
study |
A |
verbose |
A flag indicating if analyses should be run in interactive/verbose mode, prompting user to check intermediate settings. |
A Study
object with analysis described by settings complete.
1 2 3 4 5 6 7 8 9 10 | #load a set of settings
abacavirSettings = getBasicSettings()
#initialize the study
s1 = getStudyObject(path_detail=getDefaultPaths(),
settings=abacavirSettings,
study.name="integrationTestAvacavirMetabolism")
s1 = loadBasicArms(STUDY=s1)
sres = autoRunFromSettings(study=s1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.