Description Usage Arguments Value Author(s)
Writes the content of multiple FASTA files into a new FASTA file. Existing files are left unmodified.
1 2 3 4 | ## S3 method for class 'FastaReferenceSet'
writeFastaReferenceFile(this, filename=sprintf("%s,%s.fa", getOrganism(this),
getChecksum(this)), path=file.path("annotationData", "organisms", getOrganism(this)),
..., overwrite=FALSE, verbose=FALSE)
|
filename, path |
The filename and path of the generated
|
... |
Not used. |
overwrite |
If |
verbose |
See |
Returns a FastaReferenceFile
.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.