sraToFastq | R Documentation |
This function downloads and converts the sra files to fastq files by using the URLs indicated through the identifier argument. The function admits both gz and sra formats. This function is used internally by rawAlignment
but it can be used separatelly.
sraToFastq(identifier)
identifier |
A vector that contains a list with the URLs requested. |
Nothing.
# This function needs the download of the pre-compiled tools supplied by KnowSeq. ## Not run: sraToFastq("SRA1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.