R/load.R
load_fasta.Rd
Parses a FASTA file into a tibble of protein IDs and sequences.
load_fasta(path)
Character. Path to FASTA file.
A tibble with columns: protein_id, sequence.