create_hub {itol.toolkit}R Documentation

Create itol.hub Object

Description

create a new object for itol.hub

Usage

create_hub(
  tree,
  field_tree = NULL,
  seq = NULL,
  abundance = NULL,
  taxonomy = NULL,
  node_data = NULL,
  tip_data = NULL
)

Arguments

tree

tree file

field_tree

todo

seq

todo

abundance

todo

taxonomy

todo

node_data

todo

tip_data

todo

Value

Returns a itol.hub object

Examples

TREE <- system.file("extdata", "tree_of_itol_templates.tree", package = "itol.toolkit")
create_hub(tree = TREE)


[Package itol.toolkit version 1.1.7 Index]