SangerRead-class-writeFastaSR {sangeranalyseR} | 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)