GalaxyOutput-class {RGalaxy} | R Documentation |
"GalaxyOutput"
Represents an output file generated by an R function in Galaxy.
GalaxyOutput(basename, format)
basename |
Required. The name of the output file, minus the extension. |
format |
Required. The file type of the output file. For suggested extensions, see GALAXY_HOME/datatypes_conf.xml. |
No methods defined with class "GalaxyOutput" in the signature.
link{galaxy}
, GalaxyConfig
params <- list( outputfile1=GalaxyOutput("plot", "pdf"), outputfile2=GalaxyOutput("data", "csv"))