tree <- get_study_tree(study_id="pg_1144", tree="tree2324")
## comparison of the first few tip labels depending on the options used
head(get_study_tree(study_id="pg_1144", tree="tree2324", tip_label="original_label")$tip.label)
head(get_study_tree(study_id="pg_1144", tree="tree2324", tip_label="ott_id")$tip.label)
head(get_study_tree(study_id="pg_1144", tree="tree2324", tip_label="ott_taxon_name")$tip.label)Run the code above in your browser using DataLab