SangerAlignment-class-writeFastaSA | R Documentation |
A SangerAlignment method which writes sequences into Fasta files.
## S4 method for signature 'SangerAlignment'
writeFastaSA(
object,
outputDir = NULL,
compress = FALSE,
compression_level = NA,
selection = "all"
)
object |
A SangerAlignment S4 instance. |
outputDir |
The output directory of generated FASTA files. |
compress |
Like for the |
compression_level |
This parameter will be passed to |
selection |
This value can be |
The output directory of FASTA files.
data("sangerAlignmentData")
writeFastaSA(sangerAlignmentData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.