Learn R Programming

canceR (version 1.4.0)

getCor_ExpCNAMet: 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

Run this code
load(paste(path.package("canceR"),"/data/Circos.RData", sep=""))
## Not run: 
# getListProfData()
# getCor_ExpCNAMet(myGlobalEnv$ListProfData$Expression, dimension="mRNA")
# head(myGlobalEnv$Cor_Exp)
# ## End(Not run)

Run the code above in your browser using DataLab