SangerAlignment-class-writeFastaSA {sangeranalyseR} | 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)