Description Usage Arguments Value Examples
Model gene expression as a function of gene expression with a simple linear regression model. Genes with a significant negative linear association between DNA methylation and gene expression are returned.
1 | MethylMix_ModelGeneExpression(METcancer, GEcancer, CovariateData = NULL)
|
METcancer |
matrix with methylation data for cancer samples (genes in rows, samples in columns). |
GEcancer |
matrix with gene expression data for cancer samples (genes in rows, samples in columns). |
CovariateData |
vector (numeric or character) indicating a covariate to be included in the model to adjust for it. Not used in an standard run of MethylMix. It can be used if samples can from different tissue type, for example. |
vector with the names of the genes for which there is a significant linear and negative association between methylation and gene expression.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.