R/GenerateTree.R

# Function removed since it's not being used anywhere else in the package
# by: F. Campelo, 3 Sept 2024


# Function to generate and plot a taxonomic tree
# GenerateTree <- function(taxonIds, db = "ncbi") {
#   taxize_class <- taxize::classification(taxonIds, db = db)
#   taxize_tree  <- class2tree(taxize_class, check = TRUE)
#   # taxize::plot.classtree(taxize_tree)
#   invisible(taxize_tree)
# }

Try the CALANGO package in your browser

Any scripts or data that you put into this service are public.

CALANGO documentation built on Sept. 11, 2024, 6:33 p.m.