Description Usage Arguments Value Examples
downloadEncode is used to download a serie of files or datasets using their accession.
1 2 3 4 5 6 7 | downloadEncode(
file_acc = NULL,
df = get_encode_df(),
format = "all",
dir = ".",
force = TRUE
)
|
file_acc |
A |
df |
The reference |
format |
The specific file format to download. Default : all |
dir |
The directory to locate the downloaded files |
force |
|
A character
with the downloaded files
1 2 | fuzzy_result <- fuzzySearch("ENCSR396EAG", get_encode_df_demo(), filterVector = "accession")
## Not run: downloadEncode(fuzzy_result, format="tsv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.