read_chains: Parse chain sequence data

View source: R/util-read_chains.R

read_chainsR Documentation

Parse chain sequence data

Description

Reads amino acid sequences and their corresponding names, if available. The input should be either in FASTA format or a single sequence without a name.

Usage

read_chains(txt, separator = ag_option("chain_separator"))

Arguments

txt

[character(1)]
Sequence data to parse.

separator

[character(1)]
A character or string to split data into lines on.

Value

A tibble with the following columns: name and sequence.


KotulskaLab/AmyloGraph documentation built on June 30, 2023, 8:48 p.m.