load_fasta_file_as_tibble {pureseqtmr}R Documentation

Parse a FASTA file to a table with a name and sequence column

Description

Parse a FASTA file to a table with a name and sequence column

Usage

load_fasta_file_as_tibble(fasta_filename)

Arguments

fasta_filename

path to a FASTA file

Value

a tibble with a name and sequence column

See Also

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


[Package pureseqtmr version 1.4 Index]