R/enrichViewNet.R
rosaNapaVsDMSOEnrichment.Rd
The enrichment analysis was done with gprofile2 package (Kolberg L et al 2020) with database version 'e109_eg56_p17_1d3191d' and g:SCS multiple testing correction method applying significance threshold of 0.05 (Raudvere U et al 2019). All tested genes were used as background.
data(rosaNapaVsDMSOEnrichment)
a list
created by gprofiler2 that contains the results
from the enrichment analysis:
"result"
: a data.frame
with the significantly
enriched terms
"meta"
: a list
with the meta-data information
The original RNA-sequencing data is available at the Gene Expression Omnibus (GEO) under the accession number GSE135352.
a list
created by gprofiler2 that contains the results
from the enrichment analysis:
"result"
: a data.frame
with the significantly enriched
terms
"meta"
: a list
with the meta-data information
The object is a named list
with 2 entries. The 'result' entry
contains a data.frame
with the enrichment analysis results and
the 'meta' entry contains metadata information.
The dataset used for the enrichment analysis is associated to this publication:
Froeling F.E.M. et al.Bioactivation of Napabucasin Triggers Reactive Oxygen Species–Mediated Cancer Cell Death. Clin Cancer Res 1 December 2019; 25 (23): 7162–7174
The enrichment analysis has been done with gprofile2 package (Kolberg L et al 2020) with database version 'e109_eg56_p17_1d3191d' and g:SCS multiple testing correction method applying significance threshold of 0.05 (Raudvere U et al 2019). All tested genes were used as background.
createNetwork for transforming functional enrichment results from gprofiler2 into a Cytoscape network
createEnrichMap for transforming functional enrichment results from gprofiler2 into an enrichment map
## Loading dataset containing the enrichment analysis done on the
## differentially expressed analysis between 2-hour treatment with 0.5 uM
## napabucasin and DMSO control MiaPaCa2 cells stably expressing
## the Rosa26 control vector
data(rosaNapaVsDMSOEnrichment)
## Create an enrichment map for the KEGG terms
createEnrichMap(gostObject=rosaNapaVsDMSOEnrichment,
query="rosa_napa_vs_DMSO", source="KEGG")