Description Usage Arguments Value Examples
Integrates methylation and gene data
1 2 3 4 5 6 |
meth.data |
GenomicRatioSet or ExpressionSet with methylation data |
pheno.cond.col |
response variable, column of annotation that contains condition (one of the variable names contained in pheno data obtained with function pData()) |
annot.gene.col |
column of annotation that contains gene names (same annotations as gene.list). Default = "UCSC_RefGene_Name" |
annot.z.col |
prior information. Column of annotation that contains prior variable (for GenomicRatioSet functions getAnnotation() or fData() for ExpressionSet). Default = "UCSC_RefGene_Group" |
annot.mult.sep |
separator for annot.gene.col and maybe annot.z.col multiple values. Default = ";" |
z.matrix |
prior information. Alternative parameter to annot.z.col as matrix with rows the featureNames of meth.data and columns the Zvars can be given. Default = NULL |
pheno.covar.col |
covariates, column of annotation that contains names of covariates to include in the model (one or more of the variable names contained in pheno data). Default = NULL |
gene.list |
genes to analyze as a vector with symbols (HUGO) |
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.