downloadChipTypeFile.AromaRepository | R Documentation |
Download a particular chip type annotation file by its chip type, tags and suffix.
## S3 method for class 'AromaRepository'
downloadChipTypeFile(this, chipType, tags=NULL, suffix=sprintf(".%s", ext), ext=NULL,
..., gunzip=TRUE, skip=TRUE, overwrite=FALSE, mustExist=TRUE, verbose=getVerbose(this))
chipType |
The chip type of the file to be downloaded. |
tags |
Optional tags of the file to be downloaded. |
suffix |
The filename suffix (including any preceding period) of the file to be downloaded. |
ext |
The filename extension. |
... |
Additional arguments passed to |
skip |
If |
overwrite |
If |
mustExist |
If |
verbose |
See |
Returns the relative pathname of the uncompressed downloaded file.
Henrik Bengtsson
For more information see AromaRepository
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.