View source: R/util-read_chains.R
deparse_chains | R Documentation |
Deparses chain data tibbles back to strings, depending on the
structure of the tibble; plain sequence if there's only one row and name
column is NA
, a FASTA-like format otherwise.
deparse_chains(tbl_sq, separator = ag_option("chain_separator"))
tbl_sq |
[ |
separator |
[ |
A character vector with FASTA-like entries or plain sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.