TreeNode 1.5.2
A library to manipulate phylogenetic trees
Loading...
Searching...
No Matches
PhyloTree.Formats.NcbiAsnText Member List

This is the complete list of members for PhyloTree.Formats.NcbiAsnText, including all inherited members.

ParseAllTrees(string inputFile)PhyloTree.Formats.NcbiAsnTextstatic
ParseAllTrees(Stream inputStream, bool keepOpen=false)PhyloTree.Formats.NcbiAsnTextstatic
ParseTree(string source)PhyloTree.Formats.NcbiAsnTextstatic
ParseTree(TextReader reader)PhyloTree.Formats.NcbiAsnTextstatic
ParseTrees(string inputFile)PhyloTree.Formats.NcbiAsnTextstatic
ParseTrees(Stream inputStream, bool keepOpen=false)PhyloTree.Formats.NcbiAsnTextstatic
WriteAllTrees(IEnumerable< TreeNode > trees, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteAllTrees(IEnumerable< TreeNode > trees, string outputFile, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteAllTrees(List< TreeNode > trees, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteAllTrees(List< TreeNode > trees, string outputFile, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteTree(TreeNode tree, string outputFile, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteTree(TreeNode tree, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic
WriteTree(TreeNode tree, string treeType=null, string label=null)PhyloTree.Formats.NcbiAsnTextstatic