| SangerContig-class-writeFastaSC | R Documentation | 
A SangerContig method which writes sequences into Fasta files.
## S4 method for signature 'SangerContig'
writeFastaSC(
  object,
  outputDir = NULL,
  compress = FALSE,
  compression_level = NA,
  selection = "all"
)
object | 
 A SangerContig 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("sangerContigData")
writeFastaSC(sangerContigData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.