Description Usage Arguments Value Examples
A SangerRead method which writes the sequence into Fasta files.
1 2 3 | ## S4 method for signature 'SangerRead'
writeFastaSR(object, outputDir = NULL,
compress = FALSE, compression_level = NA)
|
object |
A SangerRead S4 instance. |
outputDir |
The output directory of the generated FASTA file. |
compress |
Like for the |
compression_level |
This parameter will be passed to |
The output absolute path to the FASTA file.
1 2 | data("sangerReadFData")
writeFastaSR(sangerReadFData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.