getCovariateMx: Function that returns a matrix of IC coefficients that can be...

Description Usage Arguments Value Examples

View source: R/getCovariateMx.R

Description

Returning a matrix of IC coefficients that are associated with covariates or have multiple clusters.

Usage

1
getCovariateMx(input_list = NULL, idx = NULL)

Arguments

input_list

ICA or PCA object generated by runICA() or runPCA().

idx

Component indexes that the user wishes to recover.

Value

Matrix with component coefficients

Examples

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)

jinhyunju/picaplot documentation built on May 19, 2019, 10:35 a.m.