getCor_ExpCNAMet: Get gene correlation for multiple dimensions.

Description Usage Arguments Value Examples

View source: R/getCor_ExpCNAMet.R

Description

Get gene correlation for multiple dimensions.

Usage

1
getCor_ExpCNAMet(ListMatrix, dimension)

Arguments

ListMatrix

is a List of numeric matrices

dimension

Exp,CNA, Met , miRNA , RPPA

Value

correlation matrix

Examples

1
2
3
4
5
6
7
readRDS(paste(path.package("canceR"),"/extdata/rdata/Circos.rds", sep=""))
## Not run: 
getListProfData()
getCor_ExpCNAMet(myGlobalEnv$ListProfData$Expression, dimension="mRNA")
head(myGlobalEnv$Cor_Exp)

## End(Not run)

canceR documentation built on Nov. 8, 2020, 7:21 p.m.