Difference between revisions of "Enrichment analysis"

From BioUML platform
Jump to: navigation, search
(Space after icon)
(Automatic synchronization with BioUML)
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 
;Analysis title
 
;Analysis title
:[[File:Data-Enrichment-analysis-icon.png]] Enrichment analysis
+
:[[File:Gene-set-analysis-Enrichment-analysis-icon.png]] Enrichment analysis
 
;Provider
 
;Provider
 
:[[Institute of Systems Biology]]
 
:[[Institute of Systems Biology]]
 +
;Class
 +
:{{Class|biouml.plugins.enrichment.EnrichmentAnalysis}}
 +
;Plugin
 +
:[[Biouml.plugins.enrichment (plugin)|biouml.plugins.enrichment (Enrichment analysis plugin)]]
  
 
=== Enrichment analysis (GSEA) ===
 
=== Enrichment analysis (GSEA) ===
Line 20: Line 24:
 
* '''Minimal hits to group''' – Groups with lower number of hits will be filtered out (n<sub>min</sub>)
 
* '''Minimal hits to group''' – Groups with lower number of hits will be filtered out (n<sub>min</sub>)
 
* '''Only over-represented''' (expert) – If checked, under-represented groups will be excluded from the result
 
* '''Only over-represented''' (expert) – If checked, under-represented groups will be excluded from the result
* '''Number of permutations''' (expert) – Number of random permutations used for p-value calculation. Bigger values increase p-value precision, but make the analysis slower.
+
* '''Number of permutations''' (expert) – Number of random permutations used for p-value calculation (10-10000). Bigger values increase p-value precision, but make the analysis slower.
 
* '''P-value threshold''' – P-value threshold (P<sub>max</sub>)
 
* '''P-value threshold''' – P-value threshold (P<sub>max</sub>)
 
* '''Result name''' – Name and path for the resulting table
 
* '''Result name''' – Name and path for the resulting table
Line 34: Line 38:
 
* '''Number of hits''' (''n''): Number of genes from the input set matched to the group. Only groups for which ''n ≥ n<sub>min</sub>'' are included into result.
 
* '''Number of hits''' (''n''): Number of genes from the input set matched to the group. Only groups for which ''n ≥ n<sub>min</sub>'' are included into result.
 
* '''Plot''': Click to see the plot. The plot shows how Kolmogorov-Smirnov score (''KS'') depends on gene rank (''r''). Axis X shows gene ranks, axis Y shows ''KS'' value. ''KS'' can be defined recurrently as follows:
 
* '''Plot''': Click to see the plot. The plot shows how Kolmogorov-Smirnov score (''KS'') depends on gene rank (''r''). Axis X shows gene ranks, axis Y shows ''KS'' value. ''KS'' can be defined recurrently as follows:
*::: [[File:Data-Enrichment-analysis-ks_score.png]]
+
*::: [[File:Gene-set-analysis-Enrichment-analysis-ks_score.png]]
 
*:Here ''N'' is the total number of genes in the input group. The value of ''ES'' is the most extreme (maximal by absolute value) ''KS''. Plot example is shown below.
 
*:Here ''N'' is the total number of genes in the input group. The value of ''ES'' is the most extreme (maximal by absolute value) ''KS''. Plot example is shown below.
 
* '''Hits''': List of Ensembl IDs from the input set matched to the group (number of IDs is always ''n'').
 
* '''Hits''': List of Ensembl IDs from the input set matched to the group (number of IDs is always ''n'').
Line 42: Line 46:
 
==== Plot example ====
 
==== Plot example ====
  
[[File:Data-Enrichment-analysis-plot_example.png]]
+
[[File:Gene-set-analysis-Enrichment-analysis-plot_example.png]]
  
 
In this example plot is displayed for the set of 10 genes (''N'' = 10) and 3 hits in the group (''n'' = 3), which have ranks 1, 3 and 4. The most extreme ''KS'' value (which is enrichment score or ''ES'') equals to ''KS''(4), which can be calculated as follows:
 
In this example plot is displayed for the set of 10 genes (''N'' = 10) and 3 hits in the group (''n'' = 3), which have ranks 1, 3 and 4. The most extreme ''KS'' value (which is enrichment score or ''ES'') equals to ''KS''(4), which can be calculated as follows:
  
:: [[File:Data-Enrichment-analysis-es_calculation.png]]
+
:: [[File:Gene-set-analysis-Enrichment-analysis-es_calculation.png]]
  
 
==== References ====
 
==== References ====
Line 53: Line 57:
  
 
[[Category:Analyses]]
 
[[Category:Analyses]]
[[Category:Data (analyses group)]]
+
[[Category:Gene set analysis (analyses group)]]
 
[[Category:ISB analyses]]
 
[[Category:ISB analyses]]
 
[[Category:Autogenerated pages]]
 
[[Category:Autogenerated pages]]

Latest revision as of 18:15, 9 December 2020

Analysis title
Gene-set-analysis-Enrichment-analysis-icon.png Enrichment analysis
Provider
Institute of Systems Biology
Class
EnrichmentAnalysis
Plugin
biouml.plugins.enrichment (Enrichment analysis plugin)

Contents

[edit] Enrichment analysis (GSEA)

Gene set enrichment analysis (GSEA) is an advanced categories classification technique which works with ranked set of genes. A group from classification is considered over-represented if most of input set genes belonging to the group are top-ranked genes. Ranking is specified by user via numerical column (Fold-change values, for example).

For this analysis you have to prepare input table having Ensembl genes as rows. If your data have different row identifiers, consider using "Convert table" analysis first.

[edit] Parameters:

  • Source data set – Input table having Ensembl genes as rows.
  • Species – Species corresponding to the input table.
  • Weight column – Column to rank genes by. Gene is considered top-ranked if value in this column is the highest.
  • Classification – Classification you want to use. List of classifications may differ depending on software version and your subscription. Use 'Repository folder' for custom classification.
  • Path to classification root – Specify path to the folder containing classification tables, when 'Repository folder' is selected as classification. Only tables with 'Ensembl gene' type are used for the classification.
  • Reference collection – If specified, this collection will be used as list of all Ensembl genes for custom classification. If not specified, list of all Ensembl genes will be created by combining all categories.
  • Minimal hits to group – Groups with lower number of hits will be filtered out (nmin)
  • Only over-represented (expert) – If checked, under-represented groups will be excluded from the result
  • Number of permutations (expert) – Number of random permutations used for p-value calculation (10-10000). Bigger values increase p-value precision, but make the analysis slower.
  • P-value threshold – P-value threshold (Pmax)
  • Result name – Name and path for the resulting table

[edit] Result

As the result of this analysis you will see the table where each row corresponds to the single group. The following columns are always present in the result:

  • ID: Accession number representing given group.
  • Nominal p-value: (P): P-value, calculated for the group using random permutations of the ranks: fraction of random permutations which showed better ES. Only groups for which P ≤ Pmax are included into result.
  • ES: Enrichment score (or the most extreme Kolmogorov-Smirnov score).
  • NES: Normalized enrichment score. It's ES divided by average ES for all random sets which have the same sign.
  • Number of hits (n): Number of genes from the input set matched to the group. Only groups for which n ≥ nmin are included into result.
  • Plot: Click to see the plot. The plot shows how Kolmogorov-Smirnov score (KS) depends on gene rank (r). Axis X shows gene ranks, axis Y shows KS value. KS can be defined recurrently as follows:
    Gene-set-analysis-Enrichment-analysis-ks score.png
    Here N is the total number of genes in the input group. The value of ES is the most extreme (maximal by absolute value) KS. Plot example is shown below.
  • Hits: List of Ensembl IDs from the input set matched to the group (number of IDs is always n).

More columns may present for specific classifications (e.g. group description). Column 'Level' if present means minimal number of steps necessary to achieve the root of classification hierarchy (thus higher values mean more specific and smaller groups).

[edit] Plot example

Gene-set-analysis-Enrichment-analysis-plot example.png

In this example plot is displayed for the set of 10 genes (N = 10) and 3 hits in the group (n = 3), which have ranks 1, 3 and 4. The most extreme KS value (which is enrichment score or ES) equals to KS(4), which can be calculated as follows:

Gene-set-analysis-Enrichment-analysis-es calculation.png

[edit] References

  1. Gene Set Enrichment Analysis page on the Broad Institute site
Personal tools
Namespaces

Variants
Actions
BioUML platform
Community
Modelling
Analysis & Workflows
Collaborative research
Development
Virtual biology
Wiki
Toolbox