parse_fasta_text_to_list: Helper Function: Parse FASTA Text to List Grouped by Header

View source: R/parse_fasta_text_to_list.R

parse_fasta_text_to_listR 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.


rPDBapi documentation built on Sept. 11, 2024, 6:37 p.m.