elynx-tree-0.1.0: Handle phylogenetic trees

Copyright(c) Dominik Schrempf 2019
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

ELynx.Data.Tree.EvoTree

Description

Creation date: Thu Jan 17 14:19:26 2019.

XXX: This module is not used.

Synopsis

Documentation

class EvoLabel n where Source #

An evolutionary label has some information about where the corresponding node is on the tree, and if the node is extant, extinct, internal, or external. The latter two could also be determined from the tree. This could be species, genes or individuals; probably more.

Minimal complete definition

extant, extinct

Methods

extant :: n -> Bool Source #

extinct :: n -> Bool Source #

internal :: n -> Bool Source #

external :: n -> Bool Source #