getMethyVsExpression: The function get the correlation between methylation and...

Description Usage Arguments Value Examples

View source: R/getMethyVsExpression.R

Description

The function get the correlation between methylation and expression

Usage

1

Arguments

df1:

A dataframe which contains the methylation,1st column is gene Symbol(or refseq name, gene id etc)

df2:

A dataframe which contains the expression,1st column is gene Symbol(or refseq name, gene id etc)

Value

A dataframe which contains the p-value & corr coefficients

Examples

1
2
data("ExampleCorr")
result<-getMethyVsExpression(exMethyMatrix,exExpMatrix)

ritianjiang/MethyAge2 documentation built on Dec. 3, 2019, 2:03 p.m.