Read.fasta | R Documentation |
Simple reading of 'FASTA' files
Read.fasta(file)
file |
File name |
Simple reading of 'FASTA' files.
Data frame with two columns: 'name' and 'sequence'.
Alexey Shipunov
write(file=file.path(tempdir(), "tmp.fasta"), ">some_id\nATGC") Read.fasta(file=file.path(tempdir(), "tmp.fasta"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.