MethylMix_ModelGeneExpression: The MethylMix_ModelGeneExpression function

Description Usage Arguments Value Examples

View source: R/MethylMix.R

Description

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.

Usage

1

Arguments

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.

Value

vector with the names of the genes for which there is a significant linear and negative association between methylation and gene expression.

Examples

1
2
3
4
5
6
# load data sets
data(METcancer)
data(GEcancer)

# model gene expression
MethylMixResults <- MethylMix_ModelGeneExpression(METcancer, GEcancer)

gevaertlab/methylmix documentation built on May 25, 2019, 5:25 p.m.