create_hub: Create itol.hub Object

View source: R/object.R

create_hubR 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)


itol.toolkit documentation built on Nov. 18, 2023, 5:11 p.m.