data(ExampleClones)
trees <- getTrees(ExampleClones[10,])
plotTrees(trees)[[1]]
if (FALSE) {
data(ExampleClones)
trees <- getTrees(ExampleClones[10,],igphyml="/path/to/igphyml",
id="temp",dir="temp", trait="sample_id")
plotTrees(trees)[[1]]
}
Run the code above in your browser using DataLab