NewickParserParse Method (Stream) |
Parses a Phylogenetic tree text from a reader into a PhylogeneticTree.
Namespace: Bio.IO.NewickAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Tree Parse(
Stream stream
)
Public Function Parse (
stream As Stream
) As Tree
public:
virtual Tree^ Parse(
Stream^ stream
) sealed
abstract Parse :
stream : Stream -> Tree
override Parse :
stream : Stream -> Tree
Parameters
- stream
- Type: System.IOStream
A stream for a Phylogenetic tree text.
Return Value
Type:
TreeA new PhylogeneticTree instance containing parsed data.
Implements
IPhylogeneticTreeParserParse(Stream)See Also