Computes BIC from a list of outputs of EM algorithm, then returns the position with minimal BIC
| 1 | BIC_criterion_FLASH(Obj, Mut_num, k, model.selection, s)
 | 
| Obj | Numeric vector with objective function values | 
| Mut_num | Number of mutations to cluster | 
| k | the number of clusters (in the same order as Obj) | 
| model.selection | The function to minimize for the model selection: can be "AIC", "BIC", or numeric. In numeric, the function | 
| s | Number of samples | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.