Description Usage Arguments Examples
Run the CLUMPP algorithms.
1 | clumpp(Q_list, method = "greedy", iter = 100)
|
Q_list |
A list of of Q matrices. |
method |
The algorithm to use to infer the correct permutations. One of 'greedy' or 'greedyLargeK' or 'stephens' |
iter |
The number of iterations to use if running either 'greedy' or 'greedyLargeK' |
1 2 3 4 5 | # use multiple K=3 runs
cl_data <- exampleStructure("clumpp")
print(cl_data)
Q_list <- lapply(cl_data, getQ)
clumppy <- clumpp(Q_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.