I am trying to get different subtree from a big tree and output to file(either newick format or picture format). I am using function get_lca from Bio::Tree::TreeFunctionsI module to get my interested Node object. But I do not know how to transform this object into TreeI object so that I can use write_tree to output it. I am newbie to bioperl. So, any suggestion is greatly appreciated. Thanks