getProfilesDataMultipleGenes {canceR} | R Documentation |
get Profles Data of multiple genes
getProfilesDataMultipleGenes(getSummaryGSEAExists)
getSummaryGSEAExists |
if equal to 0, the clinical data is displayed in table. if the argument is equal to 1, the clinical data is used to summarise GSEA analysis results. |
a file with a dataframe of profle data
readRDS(paste(path.package("canceR"),"/extdata/rdata/prad_michPhenoTest1021.rds", sep="")) ## Not run: getProfilesDataMultipleGenes(getSummaryGSEAExists = 0) ## End(Not run)