View source: R/parse_fasta_text_to_list.R
parse_fasta_text_to_list | R Documentation |
This function parses a FASTA-formatted text into a list of sequences, where each sequence is keyed by the header (which includes organism name and chain information).
parse_fasta_text_to_list(fasta_text)
fasta_text |
A string containing FASTA-formatted text. |
A list where each element is a FASTA sequence keyed by the header.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.