downloadEncode {ENCODExplorer} | R Documentation |
downloadEncode is used to download a serie of files or datasets using their accession.
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
fuzzy_result <- fuzzySearch("ENCSR396EAG", get_encode_df_demo(), filterVector = "accession") ## Not run: downloadEncode(fuzzy_result, format="tsv")