getCor_ExpCNAMet {canceR} | R Documentation |
Get gene correlation for multiple dimensions.
getCor_ExpCNAMet(ListMatrix, dimension)
ListMatrix |
is a List of numeric matrices |
dimension |
Exp,CNA, Met , miRNA , RPPA |
correlation matrix
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)