Description Usage Arguments Details Value Author(s)
A search algorithm which creates a ranked table of the greatest combined sum from each vector-elements in a list.
1 | combineRank(dlist, loghdval = Inf, alpha = 0.99, maxsearch = 1000)
|
dlist |
A list with vector elements of decreased sorted values. |
loghdval |
An optional value used to stop the search together with alpha. |
alpha |
An optional value used to stop the search together with loghdval. |
maxsearch |
The size of the ranked deconvolved profile table will not exceed this number (used to avoid endless search). |
The procedure takes a list with vector elements of decreased sorted values and creates a ranked table of the most probable summed values (sum) from each vector-elements in the list.
The search is stopped when SUM(exp(sum-loghdval))>alpha or when the size of the ranked table is equal maxsearch
ret A list(rankG,pG) where rankG is the ranked genotypes with corresponding probabilities in pG.
Oyvind Bleka <Oyvind.Bleka.at.fhi.no>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.