Description Usage Arguments Value
Conducts co-expression analysis using glasso.
1 2 | run_glasso(x, method = c("glasso", "mb", "ct"), criterion = c("ric",
"stars"), verbose = FALSE, ...)
|
x |
The n by p matrix of counts. |
method |
Graph estimation method. Should be either "mb", "glasso", or "ct". Default is "glasso". |
criterion |
Model selection criterion. Should be either "ric" or "stars". Default is "ric". |
verbose |
boolean indicating whether trace information during estimation and selection should be printed. Default is FALSE. |
A p by p matrix of association scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.