# run MEDUSA 0.93-4-33 library("MEDUSA") library("multicore") phy <- read.nexus("ancillary/Supporting_Information_S09.tree"); phy <- ladderize(phy) richness <- read.csv("ancillary/Supporting_Information_S03.csv") res <- MEDUSA(phy, richness, stop="threshold", model="mixed", modelLimit=25, mc=TRUE) pdf(file="ancillary/supp_mat_12_MEDUSA_mcc_tree_from_random_sample_of_1000_trees.pdf", width=9, height=23) summ <- medusaSummary(res, cex=0.3) dev.off()