View source: R/util-read_chains.R
read_chains | R Documentation |
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.
read_chains(txt, separator = ag_option("chain_separator"))
txt |
[ |
separator |
[ |
A tibble
with the following columns: name
and sequence
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.