View source: R/load_fasta_file_as_tibble.R
load_fasta_file_as_tibble | R Documentation |
name
and sequence
columnParse a FASTA file to a table
with a name
and sequence
column
load_fasta_file_as_tibble(fasta_filename)
fasta_filename |
path to a FASTA file |
a tibble
with a name
and sequence
column
use load_fasta_file_as_tibble_cpp to directly call the C++ function that does the actual work. Use load_fasta_file_as_tibble_r to call the (approx ten thousand times slower) R function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.