# \donttest{
# Read in sequences from a FASTA file
sample_file_path <- system.file("extdata", "sample_fa.fasta", package = "baseq")
read.fasta_to_list(sample_file_path)
# }
# Access a specific sequence by name
# sample_fa[["sample_seq.1"]]
Run the code above in your browser using DataLab