Parse a fasta file into a named character vector.
read_fasta(file, ids = NULL)
A named character vector in which names are the fasta headers and values are the sequences.
A file/URL with fasta-formatted sequences. Can optionally be compressed with gzip, bzip2, xz, or lzma.
Character vector of IDs to retrieve. The default, NULL
,
will retrieve everything.