sesameAnno_download | R Documentation |
see also http://zwdzwd.github.io/InfiniumAnnotation
sesameAnno_download(url, destfile = tempfile(basename(url)))
url |
url or title of the annotation file |
destfile |
download to this file, a temp file if unspecified |
This function acts similarly as sesameAnno_get except that it directly download files without invoking BiocFileCache. This is needed in some situation because BiocFileCache may change the file name and downstream program may depend on the correct file names. It also lets you download files in a cleaner way without routing through BiocFileCache
the path to downloaded file
## Not run:
## avoid testing as this function uses external host
sesameAnno_download("Test/3999492009_R01C01_Grn.idat")
sesameAnno_download("EPIC.hg38.manifest.tsv.gz")
sesameAnno_download("EPIC.hg38.snp.tsv.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.