IPhylogeneticTreeParserParse Method |
Parses a phylogenetic tree text from a stream.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Tree Parse(
Stream stream
)
Function Parse (
stream As Stream
) As Tree
Tree^ Parse(
Stream^ stream
)
abstract Parse :
stream : Stream -> Tree
Parameters
- stream
- Type: System.IOStream
A stream for a phylogenetic tree text, it will be left open.
Return Value
Type:
TreePhylogenetic tree object.
See Also