create_hub | R Documentation |
create a new object for itol.hub
create_hub(
tree,
field_tree = NULL,
seq = NULL,
abundance = NULL,
taxonomy = NULL,
node_data = NULL,
tip_data = NULL
)
tree |
tree file |
field_tree |
todo |
seq |
todo |
abundance |
todo |
taxonomy |
todo |
node_data |
todo |
tip_data |
todo |
Returns a itol.hub object
TREE <- system.file("extdata", "tree_of_itol_templates.tree", package = "itol.toolkit")
create_hub(tree = TREE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.