Description Usage Format Source References Examples
Data that corresponds to GSEA analysis of differential expressed genes from treated versus control samples in HGPalmer-PDX-P30 experiment. Differential gene expression was obtained by using the oligo and limma R packages. GSEA analysis was performed using the clusterProfiler R package using MSigDb collections C2, C5 and Hallmarks.
1 |
An object of class data.frame with 52 observations and 4 variables:
Name of the gene set
Normalized Enrichment Score
False discovery rate
Genes that are in the leading edge subset
Arqués et al. Clinical Cancer Research. 2016 Feb 1;22(3):644-56. doi: 10.1158/1078-0432.CCR-14-3081. Epub 2015 Jul 29. (Clinical Cancer Research)
1 2 3 4 5 6 7 8 9 10 11 | data(genesets_sel)
gs.cl <- gm_clust(genesets_sel)
gm_dendplot(genesets_sel, gs.cl)
gm_enrichterms(genesets_sel, gs.cl)
gm_enrichcores(genesets_sel, gs.cl)
## Not run: gm_enrichreport(genesets_sel, gs.cl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.