View source: R/correlate_gene_expression.R
generateFunctionalPairs | R Documentation |
Wrapper function to get functional CpG-gene pairs, used for Regular, miRNA and lncRNA modes
generateFunctionalPairs(
MET_matrix,
control.names,
gene.expression.data,
ProbeAnnotation,
raw.pvalue.threshold,
adjusted.pvalue.threshold,
cores,
mode = "Regular",
correlation = "negative"
)
MET_matrix |
matrix of methylation states |
control.names |
character vector indicating the samples names in the control group |
gene.expression.data |
matrix of gene expression data |
ProbeAnnotation |
dataframe of probe annotation |
raw.pvalue.threshold |
raw p value threshold |
adjusted.pvalue.threshold |
adjusted p value threshold |
cores |
number of computational cores |
mode |
character string indicating the analytic mode |
correlation |
the expected relationship between DNAme and gene expression |
a dataframe of functional CpG-gene matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.