
gmyc_tbl()
processes output from gmyc into an
object of class tbl_df
.
gmyc_tbl(gmyc_res, delimname = "gmyc")
An object of class tbl_df.
Output from gmyc.
Character. String to rename the delimitation method in the table. Default to 'gmyc'.
Thomas Ezard, Tomochika Fujisawa, Tim Barraclough.
splits
package uses gmyc to optimize
genetic clusters and spec.list to cluster samples into
species partitions. gmyc_tbl()
turns these results into a tibble which matches
the output from bgmyc_tbl and locmin_tbl.
# \donttest{
# run GMYC
gmyc_res <- splits::gmyc(ape::as.phylo(geophagus_beast))
# create a tibble
gmyc_df <- gmyc_tbl(gmyc_res)
# check
gmyc_df
# }
Run the code above in your browser using DataLab