View source: R/get_neon_data.R
downloadRawSequenceData | R Documentation |
Downloads NEON raw sequence data files to the specified filepath, by referencing
URLs in the metadata output from downloadSequenceMetadata
.
downloadRawSequenceData(
metadata,
outDir = NULL,
overwrite = FALSE,
ignore_tar_files = TRUE,
checkSize = TRUE,
verbose = FALSE
)
metadata |
The output of |
outDir |
Location where output files are saved and sorted into target gene-specific subdirectories. By default (NULL), this is NEONMICROBE_DIR_SEQUENCE(). |
overwrite |
Default FALSE. If TRUE, overwrites existing files. |
ignore_tar_files |
If TRUE (default), does not download tar files. Each tar file is a batch containing an entire sequence run of fastq files. The tar file structure will soon be deprecated. |
verbose |
If TRUE, prints status messages associated with file downloads (in addition to default progress bars). |
Returns (invisibly) a list of integer codes: 0 indicates success of downloads and a non-zero integer indicates failure. See the help page for download.file
for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.