getListProfData: Get list of data frame with profiles data (CNA,mRNA,...

View source: R/getListProfData.R

getListProfDataR Documentation

Get list of data frame with profiles data (CNA,mRNA, Methylation, Mutation...)

Description

Get list of data frame with profiles data (CNA,mRNA, Methylation, Mutation...)

Usage

getListProfData(checked_Studies, geneList)

Arguments

checked_Studies

checked studies in corresponding panel (input$StudiesIDCircos, input$StudiesIDReactome).

geneList

GeneList with Hugo Symbol

Value

A LIST of profiles data (CNA, mRNA, Methylation, Mutation, miRNA, RPPA). Each dimension content a list of studies.

Examples

readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Not run: 
getListProfData()
head(ENV$ProfData$Expression)

## End(Not run)


kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.