@@ -4,31 +4,46 @@ layout: default
44nav_order : 4
55---
66
7- SeptiSearch includes the ability to upload a list of your own genes (e.g. those
7+ # Perform Pathway Enrichment
8+
9+ ## Overview
10+ SeptiSearch includes the ability to upload any list of genes (e.g. those
811identified as differentially expressed in an RNA-Seq experiment) and test them
9- for enriched Reactome pathways using
10- [ ReactomePA] ( https://bioconductor.org/packages/ReactomePA ) , as well as MSigDB's
11- Hallmark gene sets and GO terms via
12- [ enrichR] ( https://cran.r-project.org/package=enrichR ) . This functionality is
13- designed to complement the use of GSVA (the next tab), which tests your data for
14- the dysregulation of the curated sepsis gene sets.
15-
16- - You have a few options for submitting data here:
17- - Use the "Load example data" button to load a preselected list of genes
18- - You can paste your own list of genes as a single column, with one gene per
19- line. Submitted genes IDs can be Ensembl, Entrez, or HGNC names.
20- - From the Explore the Database (ADD LINK) tab, select a
21- single gene set in the top table, then use the "Test this gene set for
22- enriched pathways" button to send the genes to the Enrichment tab
23- - Next, the "1. Perform gene ID mapping" button will be enabled, which will
12+ for enriched Reactome pathways using [ ReactomePA] ( https://bioconductor.org/packages/ReactomePA ) ,
13+ as well as MSigDB's Hallmark gene sets and GO terms via [ enrichR] ( https://cran.r-project.org/package=enrichR ) .
14+ This functionality is designed to complement the use of GSVA (the next tab),
15+ which tests your data for the dysregulation of the curated sepsis gene sets.
16+
17+ ## Supported input types
18+ You have a few options for submitting data to SeptiSearch for pathway enrichment:
19+
20+ 1 . Use the "Load example data" button to load a preselected list of genes
21+ 2 . Paste your own list of genes into the input field as a single column, with
22+ one gene per line
23+ - Submitted genes IDs can be Ensembl, Entrez, or HGNC names; the ID type is
24+ automatically detected, and mapping is performed as needed
25+ 3 . From the [ Explore the Database] ( explore ) tab, select a single gene set in the
26+ top table, then use the "Test this gene set for enriched pathways" button to
27+ send the genes to the Enrichment tab
28+
29+ ## Running pathway enrichment
30+ Once you've added genes via one of the above methods, you can proceed with the
31+ next steps to test your genes:
32+
33+ - The "1. Perform gene ID mapping" button will now be enabled, which will
2434 complete any necessary mapping steps prior to enrichment testing
25- - Once the ID mapping is completed, you can hit the "2. Submit genes for pathway
26- enrichment" button to run the tests.
27- - Your results will be displayed in two tables; one containing Reactome pathways
28- identified by ReactomePA, and the second containing GO terms and MSigDB
29- Hallmark gene sets found by enrichR; use the buttons to switch between the
30- two. Hover your cursor over the column names to see a description of each.
31- Both tables can be downloaded using the buttons at the bottom of the
32- sidebar.
33-
34- ![ Table of enrichment results, from ReactomePA.] ( ../assets/images/t6.png )
35+ - A confirmation message will appear to confirm your genes have been mapped;
36+ click "OK" or anywhere outside the popup to dismiss it
37+ - When the ID mapping is completed, you can then press the "2. Submit genes for
38+ pathway enrichment" button to run the enrichment tests
39+ - Depending on the number of genes uploaded, this may take up to 30 seconds to
40+ complete - please be patient!
41+
42+ Your results will be displayed in two tables; one containing Reactome pathways
43+ identified by ReactomePA, and the second containing GO terms and MSigDB
44+ Hallmark gene sets found by enrichR. You can use the buttons to switch between
45+ the two tables. If you're unsure what any of the columns mean, hover your
46+ cursor over the column names to see a brief description. Both tables can be
47+ then downloaded using the buttons at the bottom of the sidebar.
48+
49+ ![ Table of enrichment results, from ReactomePA.] ( ../assets/images/t6.png )
0 commit comments