Description Usage Arguments Value Examples
A SangerContig method which writes sequences into Fasta files.
1 2 3 | ## 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.
1 2 | data("sangerContigData")
writeFastaSC(sangerContigData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.