functionToGalaxify(inputfile1=GalaxyInputFile(), inputfile2=GalaxyInputFile(), plotTitle=GalaxyCharacterParam(testValues="test plot title"), plotSubTitle=GalaxyCharacterParam("My subtitle", testValues="test plot subtitle"), outputfile1=GalaxyOutput("mydata", "csv"), outputfile2=GalaxyOutput("myplot", "png"))
first
tab-separated matrix.
stop
with a useful/informative error
message. The Galaxy user will see these messages if an error occurs.
Functions which take datasets as input should accept as arguments
the filenames pointing to those datasets. The Galaxy user interface
will allow the user to chose the dataset graphically.
Return values of functions are ignored. Function output should be
written to one or more files, and the names of these files should
be passed into the function as arguments.
Functions should be documented with a manual page. RGalaxy
will use this manual page to fill in relevant sections of the
Galaxy XML file.
galaxy
,
GalaxyConfig
, GalaxyOutput
functionToGalaxify(system.file("extdata", "a.tsv", package="RGalaxy"),
system.file("extdata", "b.tsv", package="RGalaxy"),
"My Plot Title", "My Plot Subtitle",
"output.csv", "output.pdf")
Run the code above in your browser using DataLab