|
TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
This is the complete list of members for PhyloTree.Formats.NcbiAsnText, including all inherited members.
| ParseAllTrees(string inputFile) | PhyloTree.Formats.NcbiAsnText | static |
| ParseAllTrees(Stream inputStream, bool keepOpen=false) | PhyloTree.Formats.NcbiAsnText | static |
| ParseTree(string source) | PhyloTree.Formats.NcbiAsnText | static |
| ParseTree(TextReader reader) | PhyloTree.Formats.NcbiAsnText | static |
| ParseTrees(string inputFile) | PhyloTree.Formats.NcbiAsnText | static |
| ParseTrees(Stream inputStream, bool keepOpen=false) | PhyloTree.Formats.NcbiAsnText | static |
| WriteAllTrees(IEnumerable< TreeNode > trees, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteAllTrees(IEnumerable< TreeNode > trees, string outputFile, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteAllTrees(List< TreeNode > trees, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteAllTrees(List< TreeNode > trees, string outputFile, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteTree(TreeNode tree, string outputFile, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteTree(TreeNode tree, Stream outputStream, bool keepOpen=false, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |
| WriteTree(TreeNode tree, string treeType=null, string label=null) | PhyloTree.Formats.NcbiAsnText | static |