Click or drag to resize
NewickParserParse Method (Stream)
Parses a Phylogenetic tree text from a reader into a PhylogeneticTree.

Namespace: Bio.IO.Newick
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Tree Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream for a Phylogenetic tree text.

Return Value

Type: Tree
A new PhylogeneticTree instance containing parsed data.

Implements

IPhylogeneticTreeParserParse(Stream)
See Also