powered by
To plot Canopy's reconstructed phylogeny. Major plotting function of Canopy.
canopy.plottree(tree, pdf, pdf.name, txt, txt.name)
input tree to be plotted
whether a pdf plot should be generated, default to be FALSE
name of pdf to be generated, has to be provided if pdf is to be generated
whether a txt file should be generated with information on mutations along the tree branches, default to be FALSE
name of txt to be generated, has to be provided if txt is to be generated
Plot of tree structure, clonal frequency and mutation legends (pdf format).
# NOT RUN { data(MDA231_tree) canopy.plottree(MDA231_tree, pdf = TRUE, pdf.name = 'MDA231_tree.pdf') # }
Run the code above in your browser using DataLab