Create a fastSeqDump object Users have the option of downloading SRA data using fastq-dump or FTP.
1 2 3 4 5 6 7 8 9 | setFastSeqDump(
sampleURLs,
outDir,
validate = FALSE,
sampleList,
useFastqDump = FALSE,
fastqDumpPath = NA_character_,
install_dump = FALSE
)
|
sampleURLs |
OPTIONAL input. Path to text file containing FTP URLs generated from SRA Explorer. If this parameter is provided, then fastqDumpPath is ignored. |
outDir |
Required input. Path to write output files. |
validate |
Default is FALSE. When TRUE, all validation methods are executed |
sampleList |
Required input if fastqDumpPath is specified. New-line delimited text file containin SRA accession IDs. |
useFastqDump |
If TRUE, Fastq-dump will be used in place of wget. Requires fastqDumpPath to be supplied. If not present, fastq-dump present in system.files will be used. |
fastqDumpPath |
Set path to fastq-dump script. If provided, fastq-dump is used in place of wget/curl. TODO: Add Example |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.