Description Usage Arguments FastaFile objects Author(s) See Also
These functions support the import and export of the Fasta sequence format, using the Biostrings package.
1 2 3 4 5 6 7 8 |
con |
A path or |
object |
The object to export, should be an |
format |
If not missing, should be “fasta”. |
text |
If |
type |
Type of biological sequence. |
... |
Arguments to pass down
to |
The FastaFile
class extends RTLFile
and is a
formal represention of a resource in the Fasta format.
To cast a path, URL or connection to a FastaFile
, pass it to
the FastaFile
constructor.
Michael Lawrence
These functions are implemented by the Biostrings
writeXStringSet
(export) and the
readDNAStringSet
family of functions
(import).
See export-methods in the BSgenome package for exporting a BSgenome object as a FASTA file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.