read_fasta | R Documentation |
Read in raw data from a fasta file.
read_fasta(filename)
filename |
The name of the fasta file to read data from. |
returns a dataframe with the columns: "header", "sequence"
fastq_example_file = system.file('extdata/small_unittest.fasta', package = 'bioreadr') data = read_fastq(fastq_example_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.