View source: R/getCor_ExpCNAMet.R
getCor_ExpCNAMet | 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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.