View source: R/analysis_functions.R
inferState | R Documentation |
Infer activation state using Gaussian decomposition
inferState(score, group = NULL, diffvar = TRUE, k = 5, min_k = 1, verbose = T)
score |
activity vector from which activation state will be inferred. Must be continuous data. |
group |
grouping vector. Default is NULL. |
diffvar |
specify whether data is heteroscedastic. Default is T. |
k |
Number of components to evaluate. |
min_k |
minimum number of components to evaluate. Default is 1. |
verbose |
Print progress. Default is TRUE. |
list of results
Mclust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.