www.gusucode.com > bioinfo 案例源码程序 matlab代码 > bioinfo/ViewAPhylogeneticTreeExample.m

    %% View a Phylogenetic Tree
% This example shows how to view a phylogenetic tree.

% Copyright 2015 The MathWorks, Inc.


%%
% Load a sample phylogenetic tree.
tr= phytreeread('pf00002.tree')

%%
% View the phylogenetic tree.
phytreeviewer(tr)

%%
% Alternatively, you can click Phylogenetic Tree on the *Apps* tab to
% open the app, and view the phylogenetic tree object |tr| .