read_fasta | R Documentation |
Read in raw data from a fasta file.
read_fasta(x)
x |
The name of the fasta file to read data from. |
fasta_example_file = system.file('extdata/coi_sequel_data_subset.fastq', package = 'debar')
data = read_fasta(fasta_example_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.