View source: R/getListProfData.R
getListProfData | R Documentation |
Get list of data frame with profiles data (CNA,mRNA, Methylation, Mutation...)
getListProfData(checked_Studies, geneList)
checked_Studies |
checked studies in corresponding panel (input$StudiesIDCircos, input$StudiesIDReactome). |
geneList |
GeneList with Hugo Symbol |
A LIST of profiles data (CNA, mRNA, Methylation, Mutation, miRNA, RPPA). Each dimension content a list of studies.
readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Not run:
getListProfData()
head(ENV$ProfData$Expression)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.