parse_fasta_text_to_list {rPDBapi} | R Documentation |
Helper Function: Parse FASTA Text to List Grouped by Header
Description
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).
Usage
parse_fasta_text_to_list(fasta_text)
Arguments
fasta_text |
A string containing FASTA-formatted text. |
Value
A list where each element is a FASTA sequence keyed by the header.
[Package rPDBapi version 2.1.1 Index]