Click or drag to resize
IPhylogeneticTreeParserParse Method
Parses a phylogenetic tree text from a stream.

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

Parameters

stream
Type: System.IOStream
A stream for a phylogenetic tree text, it will be left open.

Return Value

Type: Tree
Phylogenetic tree object.
See Also