load_fasta_file_as_tibble_r {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_r(fasta_filename)
Arguments
fasta_filename |
path to a FASTA file |
Value
a tibble
with a name
and sequence
column
[Package pureseqtmr version 1.4 Index]