MEDIPS.correlation: Calculates pairwise Pearson correlations between provided...

Description Usage Arguments Value Author(s) Examples

View source: R/MEDIPS.correlation.R

Description

The function calculates genome wide Pearson correlations between all pairs of provided MEDIPS SETs.

Usage

1
MEDIPS.correlation(MSets=NULL, plot = T, method="spearman")

Arguments

MSets

a concatenated set of MEDIPS SETs

plot

if specified, the correlation will be depicted as a scatter plot

method

default: spearman; alternatives: kendall, spearman

Value

a correlation matrix

Author(s)

Lukas Chavez

Examples

1
2
3
4
5
library(MEDIPSData)
data(hESCs_MeDIP)
data(DE_MeDIP)

correlation = MEDIPS.correlation(MSets=c(hESCs_MeDIP[[1]], DE_MeDIP[[1]]), plot = FALSE)

chavez-lab/MEDIPS documentation built on Feb. 17, 2021, 3:24 a.m.