View source: R/read_write_fasta.R
read_fasta | R Documentation |
Read sequences in FASTA format
read_fasta(file, type = "DNA")
file |
A path to a file, a connection or a character string. |
type |
Type of data. Can be "DNA" (the default), "RNA" or "AA". |
A DNA, RNA or AA vector (depending on type
argument).
Other input/output operations:
write_fasta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.