sraDownload | R Documentation |
This function executes a ubuntu docker that produces as output FASTQCstdin_fastqc.html and stdin_fastqc.zip files
sraDownload(
group = c("sudo", "docker"),
sra.name,
data.folder,
scratch.folder,
threads = 8
)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
sra.name |
a character string indicating the name of the SRA object to be download |
data.folder |
a character string indicating the working folder where output folder will be written |
scratch.folder |
a character string indicating the temporary folder for data preprocessing |
threads |
a integer indicating the number of threads to be used from fasterq-dumper |
Raffaele Calogero, raffaele.calogero [at] unito [dot] it, University of Torino
## Not run:
#running sraDownload
sraDownload(group="docker", sra.name="SRR7762358", data.folder=getwd(), scratch.folder="/data/scratch", threads=8)
system("mv ./SRR7762358/SRR7762358.fastq.gz ./SRR7762358/SRR7762358_S1_L001_R1_001.fastq.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.