process_sequence,phyDat-method | R Documentation |
Process sequences
## S4 method for signature 'phyDat'
process_sequence(
x,
division = 16L,
dropout_character = "*",
default_character = "0",
deletion_character = "-"
)
x |
input data in phyDat format |
division |
cell division |
dropout_character |
Dropout character (default: '*') |
default_character |
Default character (default: '0') |
deletion_character |
Deletion character (default: '-') |
a 'lineage_tree_config' object
Wuming Gong (gongx030@umn.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.