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
load(paste(path.package("canceR"),"/data/prad_michPhenoTest1021.RData", sep="")) ## Not run: getProfilesDataMultipleGenes(getSummaryGSEAExists = 0) ## End(Not run)