| Bioinformatics Toolbox™ | ![]() |
Tree2 = subtree(Tree1, Nodes)
Tree2 = subtree(Tree1, Nodes) extracts a new subtree (Tree2) where the new root is the first common ancestor of the Nodes vector from Tree1. Nodes in the tree are indexed as [1:NUMLEAVES] for the leaves and as [NUMLEAVES+1:NUMLEAVES+NUMBRANCHES] for the branches. Nodes can also be a logical array of following sizes [NUMLEAVES+NUMBRANCHES x 1], [NUMLEAVES x 1] or [NUMBRANCHES x 1].
Load a phylogenetic tree created from a protein family.
tr = phytreeread('pf00002.tree')Get the subtree that contains the VIPS and CGRR human proteins.
sel = getbyname(tr,{'vips_human','cgrr_human'});
sel = any(sel,2);
tr = subtree(tr,sel)
view(tr);Bioinformatics Toolbox functions: phytree (object constructor)
Bioinformatics Toolbox methods of phytree object: get, getbyname, prune, select
![]() | std (DataMatrix) | sum (DataMatrix) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |