Documentation
¶
Index ¶
- func BuildWeightsDirichlet(al align.Alignment) []float64
- func BuildWeightsGamma(al align.Alignment) []float64
- func DistMatrix(al align.Alignment, weights []float64, model DistModel, cpus int) [][]float64
- type DistModel
- type F81Model
- type F84Model
- type JCModel
- type K2PModel
- type PDistModel
- type TN82Model
- type TN93Model
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildWeightsDirichlet ¶ added in v0.1.2
Returns a vector of weights following a Dirichlet distribution D(n ; 1,...,1)
with n alignment length
func BuildWeightsGamma ¶ added in v0.1.2
Return a normalized vector of weights following a Gamma distribution
Types ¶
type DistModel ¶
type F81Model ¶
type F81Model struct {
// contains filtered or unexported fields
}
func NewF81Model ¶
type F84Model ¶
type F84Model struct {
// contains filtered or unexported fields
}
func NewF84Model ¶
type JCModel ¶
type JCModel struct {
// contains filtered or unexported fields
}
func NewJCModel ¶
type K2PModel ¶
type K2PModel struct {
// contains filtered or unexported fields
}
func NewK2PModel ¶
type PDistModel ¶
type PDistModel struct {
// contains filtered or unexported fields
}
func NewPDistModel ¶
func NewPDistModel(removegaps bool) *PDistModel
type TN82Model ¶
type TN82Model struct {
// contains filtered or unexported fields
}
func NewTN82Model ¶
Click to show internal directories.
Click to hide internal directories.