load_fasta_file_as_tibble: Parse a FASTA file to a table with a 'name' and 'sequence'...

View source: R/load_fasta_file_as_tibble.R

load_fasta_file_as_tibbleR 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


pureseqtmr documentation built on April 6, 2023, 5:20 p.m.