kstar | R Documentation |
Determine optimal rank
kstar(object, df = NULL, BF.threshold = 3, type = 1, m = 96)
object |
|
df |
Degrees of freedom for split fit. Upper bound is the total number of data points (number of rank values scanned). |
BF.threshold |
Bayes factor threshold for statistical threshold. |
type |
|
m |
Number of features (e.g., genes) in the count matrix. Only necessary when
|
The input object is used along with Bayes factor threshold to determine the
heterogeneity type (1 or 2) and the optimal rank.
If evidence(rank 1)/evidence(rank2) > BF.treshold
, rank 1 is favorable than rank 2.
List containing type
and ropt
(optimal rank).
set.seed(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.