Description Usage Arguments Details
View source: R/test_functions.R
A variation on functionToGalaxify that takes a multiple-choice option using the GalaxySelectParam class.
1 2 3 4 5 6 | testFunctionWithGalaxySelectParam(inputfile1 = GalaxyInputFile(),
inputfile2 = GalaxyInputFile(),
plotTitle = GalaxySelectParam(c(TitleA = "A"), force_select = TRUE),
plotSubTitle = GalaxyCharacterParam("My subtitle"),
outputfile1 = GalaxyOutput("mydata", "csv"),
outputfile2 = GalaxyOutput("myplot", "pdf"))
|
inputfile1 |
the first matrix |
inputfile2 |
the second matrix |
plotTitle |
the plot title |
plotSubTitle |
the plot subtitle |
outputfile1 |
the csv output file |
outputfile2 |
the pdf output file |
There are no details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.