getCor_ExpCNAMet: Get gene correlation for multiple dimensions.

View source: R/getCor_ExpCNAMet.R

getCor_ExpCNAMetR Documentation

Get gene correlation for multiple dimensions.

Description

Get gene correlation for multiple dimensions.

Usage

getCor_ExpCNAMet(ListMatrix, dimension)

Arguments

ListMatrix

is a List of numeric matrices

dimension

Exp,CNA, Met , miRNA , RPPA

Value

correlation matrix

Examples

readRDS(paste(path.package("canceR"),"/extdata/rdata/Circos.rds", sep=""))
## Not run: 
getListProfData()
getCor_ExpCNAMet(ENV$ListProfData$Expression, dimension="mRNA")
head(ENV$Cor_Exp)

## End(Not run)

kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.