GalaxyOutput-class: Class '"GalaxyOutput"'

Description Usage Arguments Methods See Also Examples

Description

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

Usage

1

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

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

dtenenba/RGalaxy_refactor documentation built on May 15, 2019, 4:55 p.m.