GalaxyInputFile-class {RGalaxy} | R Documentation |
"GalaxyInputFile"
Represents a dataset hosted on Galaxy, to be passed to an R function that you expose in Galaxy.
GalaxyInputFile(required=TRUE, formatFilter=character(0))
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. |
No methods defined with class "GalaxyInputFile" in the signature.
link{galaxy}
, GalaxyConfig
inputfile1=GalaxyInputFile() ## The user can only choose csv files: inputfile2=GalaxyInputFile(formatFilter="csv")