Description Usage Arguments Value Examples
View source: R/getCovariateMx.R
Returning a matrix of IC coefficients that are associated with covariates or have multiple clusters.
| 1 | getCovariateMx(input_list = NULL, idx = NULL)
 | 
| input_list | ICA or PCA object generated by  | 
| idx | Component indexes that the user wishes to recover. | 
Matrix with component coefficients
| 1 2 3 4 5 6 | data(expr_data)
ica_object <- runICA(expr_data)
ica_object <- covarAssociationCheck(ica_object, covars = sample_info)
ica_object <- detectClusters(ica_object)
getCovariateMx(ica_object)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.