Description Usage Arguments Value Examples
View source: R/getProfilesDataMultipleGenes.R
get Profles Data of multiple genes
1 | 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
1 2 3 4 5 | readRDS(paste(path.package("canceR"),"/extdata/rdata/prad_michPhenoTest1021.rds", sep=""))
## Not run:
getProfilesDataMultipleGenes(getSummaryGSEAExists = 0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.