Description Usage Arguments Details Value Examples
After processing to a basic search with the searchEncode
function or a
precise search thanks to the queryEncode
function, you can proceed to
the downloading of all the corresponding files.
1 2 |
df |
|
resultSet |
the results set. |
resultOrigin |
name of the function used to generate the result set
( |
format |
file format, default = all |
dir |
the name of the directory where the downloaded file will be saved. Default = current directory |
This function can be used to download a set of files by providing the results set, its origin (searchEncode or queryEncode), the file format and finally the destination directory.
void
1 2 3 4 5 | resultSet <- queryEncode(biosample = "A549", file_format = "bam")
## Not run:
downloadEncode(resultSet = resultSet, dir = ".")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.