Description Usage Arguments Value Examples
Integrates two omic data through hierarchical modeling
1 2 3 |
data.matrix |
matrix with features as rownames and samples as columns |
cond |
response variable, usually a numerical factor with two levels representing the conditions to compare. If cond is a numerical vector (continuous response), a hiearchical linear regression model will be fit instead of the default hierarchical logistic regression model |
z.matrix |
matrix with prior information related to features, with rownames the features and columns the samples |
covar.matrix |
vector or matrix of continuous covariates, with samples as rownames (in the same order as cond) and covariates as columns. Default = NULL |
agg.matrix |
matrix with features as rownames and columns corresponding to the groups according to some feature aggregation criteria, 0 for non pertenance. If not specified, analysis will be performed by feature, univariate. Default = NULL |
seed |
numerical seed for the use of function set.seed in the generation of the model, for reproducibility |
cores |
cores in case of parallelization. Default = 1 (no parallelization) |
n.adapt |
number of iterations for the adaptative phase of the hierarchical model. Default = 1000 |
n.iter |
number of iteractions for the burn in phase or sampling of the hierarchical model. Default = 2000 |
n.chain |
number of chains of the hierarchical model. Default = 3 |
an object of class HOmics
1 | to be built
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.