Skip to contents

This function acts as a wrapper for TASSEL's CreateTreePlugin.

Usage

createTree(tasObj, clustMethod = c("Neighbor_Joining", "UPGMA"))

Arguments

tasObj

An object of class TasselGenotypePenotype.

clustMethod

What clustering method should be used? Current options are UGMA and Neighbor_Joining. Defaults to Neighbor_Joining.

Value

Returns a phylo tree object. See the ape package for further details.