View source: R/download_bed_file.R
downloadBedFile | R Documentation |
Function loads bed-files from URL to the given directory.
downloadBedFile(targetDir = "", version = "2018", species = "Homo sapiens",
assembly = "hg38", type = "Test peaks", force = FALSE)
targetDir |
The name of the directory to download the file in, by default "~/tmp". |
version |
Version of ReMap. |
species |
Name of specie. |
assembly |
Number of assembly. |
type |
Type of data. |
force |
It can be FALSE or TRUE. If FALSE (default), then no file is overwrited and the user is given confirmation message. |
The path to the downloaded file.
Alexey Solovyev
downloadBedFile(targetDir = "", version = "2018", species = "Homo sapiens",
assembly = "hg38", type = "Test peaks", force = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.