Documentation
¶
Overview ¶
package acr provides data structures & functions for ancestral sequence reconstruction methods
Index ¶
Constants ¶
View Source
const ( ALGO_DELTRAN = iota ALGO_ACCTRAN ALGO_DOWNPASS ALGO_NONE )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AncestralSequence ¶
type AncestralSequence struct {
// contains filtered or unexported fields
}
func NewAncestralSequence ¶
func NewAncestralSequence(length int, alphabetlength int) (*AncestralSequence, error)
type AncestralState ¶
type AncestralState struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.