View source: R/getSummaryFiles.R
getSummaryFiles | R Documentation |
Implicit system dependcies - aws cli
getSummaryFiles(
sras,
s3_path = "s3://lovelywater2/summary/",
local_path = "summary_files"
)
sras |
a string vector of the SRAs to download |
s3_path |
a string s3 path to summary files |
local_path |
local path into which to download the data |
Serratus S4 class
sras <- c("SRR9701190", "SRR9705127", "SRR975462", "SRR9843091", "SRR9843092")
serr <- getSummaryFiles(sras, 's3://lovelywater2/summary/', "summary_files")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.