Artificial intelligent assistant

How to get the file of a published phylogeny of a taxon If an article has a published phylogeny, is it common to get the newick file with branch lengths from the authors? In order to do further research with the tree.

Look at the R script related to this article. rotl: an R package to interact with the Open Tree of Life data <


install.packages("rotl")
library(rotl)
studies <- studies_find_studies(property = "ot:focalCladeOTTTaxonName",
value = "Caesalpinieae", exact = TRUE)
tree <- get_study_tree(study_id = studies[["study_ids"]][1],
tree_id = strsplit(studies[["tree_ids"]],", ")[[1]][1])

# Example 2
cat_studies <- studies_find_studies(property = "ot:focalCladeOTTTaxonName",
value = "Felidae", exact = TRUE)
cat_tree <- get_study_tree(study_id = cat_studies[["study_ids"]][1],
tree_id = cat_studies[["tree_ids"]][1])
cat_tree
##
## Phylogenetic tree with 38 tips and 37 internal nodes.
##
## Tip labels:
## Neofelis_nebulosa, Panthera_tigris, Panthera_uncia, Panthera_pardus, ...
##
## Rooted; includes branch lengths.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 7abc8b01ea8ffdd30e38cb3fdfd0f332