sra2fastq | R Documentation |
Convert all SRA files to fastq files and return the sequencing type, i.e., single-end (SE) or paired-end (PE) reads.
sra2fastq(threads = 4)
threads |
the number of threads to be used. Default is 4. |
A string indicates single-end (SE) or paired-end (PE) reads.
sra_download(accession = 'SRR11427582') sra2fastq()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.