tlynx-0.0.1: Handle phylogenetic trees

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

Compare.Options

Description

Creation date: Thu Aug 29 13:02:22 2019.

Synopsis

Documentation

data CompareArguments Source #

Arguments needed to compute distance measures.

type Compare = LoggingT (ReaderT CompareArguments IO) Source #

Lgger and reader data type.

data Distance Source #

Supported distance measures.

Constructors

Symmetric

Symmetric distance.

IncompatibleSplit Double

Incompatible split distance; collapse nodes with branch support below given value.

BranchScore Bool

Branch score distance. If given, normalize the trees before comparison.

Instances
Show Distance Source # 
Instance details

Defined in Compare.Options

compareFooter :: String Source #

Information about provided distance types.