gka_allele_mutation {UAHDataScienceUC} | R Documentation |
Allele mutation probability computation
Description
Allele mutation probability computation
Usage
gka_allele_mutation(data, k, centers, ...)
Arguments
data |
a set of observations, presented as a matrix-like object where
every row is a new observation. The matrix is of size |
k |
the number of clusters. |
centers |
a matrix of size |
... |
additional arguments passed to |
Value
a matrix of size n
by k
with the probability of each
allele mutating to a specific cluster.
Author(s)
Eduardo Ruiz Sabajanes, eduardo.ruizs@edu.uah.es
[Package UAHDataScienceUC version 1.0.1 Index]