writeFastaSR {sangeranalyseR} | R Documentation |
Method writeFastaSR
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)