Description Usage Arguments Details Value Examples
The function selectK is used to select the best K according to BIC or Modified BIC criterion.
1 |
SCobject |
is an object generated from SC.MEB function. |
K_set |
is a integer vector used in SC.MEB. The default is 2:10 |
criterion |
is a character specifying the criterion for selecting K. The default value is BIC. The alternative value MBIC can also be used. |
c |
is a positive value in the modified BIC. The default is 1. Here we briefly explain how to choose the parameter c in the modified BIC. In general, For the ST or Visium dataset, it often ranges from 0.4 to 1 while for the MERFISH dataset with large number of cells, it often becomes larger, for example 10,20. Most importantly, SC-MEB is fast, scaling well in terms of sample size, which allow the user to tune the c based on their prior knowledge about the tissues or cells. |
The function selectK is used to select the best K according to BIC or Modified BIC criterion.
a list contains two items. one is for the best K and the other is the clustering labels of n spots.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.