deparse_chains.Rd
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"))
[tibble()
]
Sequence data for one protein.
[character(1)
]
A character or string to join lines of data with.
A character vector with FASTA-like entries or plain sequences.