Description Usage Arguments Methods See Also Examples
Represents a dataset hosted on Galaxy, to be passed to an R function that you expose in Galaxy.
1 | 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.
1 2 3 4 | inputfile1=GalaxyInputFile()
## The user can only choose csv files:
inputfile2=GalaxyInputFile(formatFilter="csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.