GalaxyInputFile-class: Class '"GalaxyInputFile"'

Description Usage Arguments Methods See Also Examples

Description

Represents a dataset hosted on Galaxy, to be passed to an R function that you expose in Galaxy.

Usage

1
GalaxyInputFile(required=TRUE, formatFilter=character(0))

Arguments

required

Whether to require that the user provide this dataset.

formatFilter

(optional) A file type for filtering the list of possible input data sets. Should be one of the file types listed in the datatypes_conf.xml file in the root of your Galaxy distribution.

Methods

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

See Also

link{galaxy}, GalaxyConfig

Examples

1
2
3
4
    inputfile1=GalaxyInputFile()
    ## The user can only choose csv files:
    inputfile2=GalaxyInputFile(formatFilter="csv")
    

RGalaxy documentation built on Nov. 8, 2020, 7:42 p.m.