SangerRead-class-writeFastaSR | R Documentation |
A SangerRead method which writes the sequence into Fasta files.
## 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.
data("sangerReadFData")
writeFastaSR(sangerReadFData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.