GalaxyOutput-class {RGalaxy}R Documentation

Class "GalaxyOutput"

Description

Represents an output file generated by an R function in Galaxy.

Usage

GalaxyOutput(basename, format)

Arguments

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.

Methods

No methods defined with class "GalaxyOutput" in the signature.

See Also

link{galaxy}, GalaxyConfig

Examples

params <- list(
    outputfile1=GalaxyOutput("plot", "pdf"),
    outputfile2=GalaxyOutput("data", "csv"))

[Package RGalaxy version 1.37.1 Index]