GetGeneCorrelationNetwork: Get Gene Correlation Network

Description Usage Arguments Value

View source: R/StatisticalTests.R

Description

Given an gene expression matrix (raw or embedded in the high dimensional elastic tree) it calculates the correlations in between all pairs of gene expression profiles and plots the network

Usage

1
2
GetGeneCorrelationNetwork(ExpressionMatrix, cor_threshold = 0.4,
  plot = T)

Arguments

ExpressionMatrix

contaings the expression profiles(columns) along the cells (rows)

cor_threshold

correlation threshold for showing edges in the network plot (default=0.4)

plot

whether the network should be plotted or not (default=T)

Value

cor.genes pair correlation matrix


soedinglab/merlot documentation built on June 28, 2020, 9:36 a.m.