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