read_fasta | R Documentation |
Takes the path to a fasta file. Loads the fasta file, and converts it to a tabseq table.
read_fasta(file, basename_only = T, remove_extension = F, skip = 0)
file |
The path to a fasta-file |
basename_only |
If TRUE, the full paths to the files will be truncated in favor of the basename only |
skip |
Skip this number of lines in the file before reading |
A tibble containing the respective records and sequences from the fasta-file, represented in the tabseq format.
my_sequences = read_tabseq("~/tabseq/examples/random.fasta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.