Ingenuity Pathway Analysis: A Practical Guide for Omics Researchers

By Dr. Zubair Khalid, DVM, MS, PhD ·

Ingenuity Pathway Analysis: A Practical Guide for Omics Researchers

Key Takeaways

  • Ingenuity Pathway Analysis (IPA) is a commercial platform that interprets omics data by mapping molecular entities onto a curated knowledge base of biological relationships, enabling the identification of enriched pathways and prediction of upstream regulators. It distinguishes itself through causal reasoning, leveraging structured relationships (activation, inhibition) extracted from literature to infer directional effects, unlike correlation-based methods.
  • The Ingenuity Knowledge Base is a proprietary, manually curated repository containing millions of findings on molecular interactions, annotated with direction, mechanism, species context, and literature citations, which is updated quarterly to reflect the latest scientific literature. This dynamic curation is a key advantage over static pathway databases.
  • IPA's core analytical advantages include causal directionality via the activation z-score algorithm, which predicts pathway activation or inhibition; upstream regulator prediction to identify potential molecular drivers of observed changes; and network context to reveal how disparate differentially expressed genes participate in common regulatory modules.
  • Data preprocessing for IPA requires careful attention to identifier consistency (e.g., HGNC symbols), appropriate normalization (e.g., TMM for RNA-seq), filtering of low-expression genes, and correction for batch effects, as IPA does not perform these steps internally. Uploading pre-computed differential expression results with adjusted p-values is standard practice.
  • Interpretation of IPA outputs involves systematically reading pathway diagrams, noting node shapes and colors representing molecule types and expression changes, and understanding edge symbols indicating interaction mechanisms. The activation z-score is critical for determining pathway directionality, with |z-score| > 2 indicating significant predicted activation or inhibition.
  • Common pitfalls in IPA analysis include ignoring multiple testing correction, using inappropriate reference sets for enrichment tests, over-interpreting z-scores with few targets, and confusing correlation with causation; best practices emphasize documenting parameters, using consistent identifiers, and validating predictions with orthogonal experimental methods.

Introduction to Ingenuity Pathway Analysis

What is IPA?

Ingenuity Pathway Analysis (IPA) is a commercial, web-based software platform developed by QIAGEN for the interpretation of high-throughput omics data. At its core, IPA maps user-uploaded molecular data—typically gene lists, expression matrices, or variant calls—onto a manually curated repository of biological knowledge called the Ingenuity Knowledge Base. The platform then applies statistical algorithms to identify enriched pathways, predict upstream regulators, and infer causal networks that may explain the observed molecular changes.

IPA distinguishes itself from open-source alternatives like Gene Ontology Pathway Enrichment tools through its emphasis on causal reasoning. Rather than merely reporting which pathways contain more differentially expressed genes than expected by chance, IPA attempts to answer why those genes changed. It does this by leveraging a structured representation of molecular relationships—activation, inhibition, protein–DNA binding, protein–protein interaction, and post-translational modification—that have been manually extracted from the primary literature by trained curators.

The platform has been in continuous development since the early 2000s and has become a de facto standard in pharmaceutical and academic settings for downstream functional analysis. Its user base spans transcriptomics, proteomics, metabolomics, and genomics, and it is particularly prevalent in toxicology, oncology, and immunology research.

Why use IPA in omics studies?

High-throughput technologies routinely generate lists of hundreds to thousands of differentially expressed genes, proteins, or metabolites. Interpreting these lists manually is impractical. IPA provides three principal advantages over simpler enrichment approaches:

First, causal directionality. Standard enrichment tools tell you that a pathway is overrepresented; IPA tells you whether the pathway is predicted to be activated or inhibited based on the direction of change in the molecules that constitute it. This is achieved through the activation z-score algorithm, which integrates the known direction of effect (activation or inhibition) of each relationship in the knowledge base.

Second, upstream regulator prediction. IPA can identify transcription factors, cytokines, kinases, or chemical compounds whose activity changes could explain the observed expression pattern. This is a form of reverse causal inference that is particularly useful when the direct experimental perturbation is unknown or when you wish to generate hypotheses about the molecular drivers of a phenotype.

Third, network context. IPA constructs interaction networks from your data, connecting focus genes through curated relationships. These networks often reveal that seemingly disparate differentially expressed genes participate in a common regulatory module, providing biological coherence to noisy omics data.

For researchers already familiar with Differential Gene Expression Analysis Deseq2, IPA serves as the logical downstream step: DESeq2 identifies which genes change, IPA helps explain what those changes mean.

Core Concepts and Data Model

Ingenuity Knowledge Base

The Ingenuity Knowledge Base is the foundation upon which all IPA analyses rest. It is a proprietary, manually curated database of biological relationships extracted from full-text scientific publications. As of recent releases, it contains over 10 million findings spanning genes, proteins, chemicals, drugs, diseases, and biological processes.

Each finding in the knowledge base is structured as a relationship between two entities, with an associated direction and mechanism. For example, a finding might state that "TP53 activates CDKN1A transcription" or that "TNF inhibits PPARG expression." These relationships are annotated with:

  • Direction: activation or inhibition
  • Mechanism: transcription, protein–DNA binding, phosphorylation, ubiquitination, etc.
  • Species and cell type context
  • Literature citation for traceability
  • Confidence score reflecting the strength of evidence

The knowledge base is updated quarterly, with curators adding findings from newly published literature. This continuous updating is a key advantage over static pathway databases like KEGG, which may lag behind the current literature.

It is important to understand that IPA does not rely solely on canonical pathway definitions. Instead, it uses a graph-based model where nodes are molecules and edges are causal relationships. Canonical pathways in IPA are curated sets of molecules that participate in a well-characterized biological process, but the underlying graph allows for novel connections to be drawn between pathways.

Network types and causal relationships

IPA supports several types of networks, each serving a different analytical purpose:

Canonical pathways are predefined sets of molecules that participate in a named biological process, such as the PI3K/AKT signaling pathway or the complement system. These are analogous to pathways in KEGG or Reactome but are curated specifically for IPA's data model.

Causal networks are constructed de novo from your uploaded data. These networks connect focus genes (your differentially expressed molecules) through curated causal relationships, with the goal of identifying the most influential nodes—those that can explain the behavior of many other nodes in the network.

Upstream regulator networks are a specific type of causal network where the root node is a predicted regulator (transcription factor, cytokine, drug, etc.) and the downstream nodes are the molecules in your dataset that this regulator is known to affect.

Disease and function networks connect your molecules to disease phenotypes and biological functions annotated in the knowledge base.

The key concept underlying all these network types is the causal edge. Unlike correlation-based networks (e.g., WGCNA), IPA edges have direction and sign. An edge from A to B with a positive sign indicates that A activates B; a negative sign indicates inhibition. This directional information is what enables the activation z-score calculation and upstream regulator prediction.

Input Data Requirements and Preprocessing

Supported data types

IPA accepts a wide range of input data types, each with specific formatting requirements:

Gene lists: A simple list of gene identifiers (HGNC symbols, Entrez IDs, RefSeq IDs, etc.) with optional fold change and p-value columns. This is the minimal input format and is suitable for enrichment analysis without directionality.

Expression matrices: A table with genes in rows and samples in columns, containing expression values (e.g., log2 CPM, TPM, or microarray intensities). IPA can perform differential expression analysis internally, or you can upload pre-computed results.

Differential expression results: The output of tools like DESeq2, edgeR, or limma, containing gene identifiers, log2 fold changes, and adjusted p-values. This is the most common input format for transcriptomics studies. For guidance on generating these results, see Differential Gene Expression Dge Analysis.

Variant data: VCF files or variant tables containing SNPs, indels, or copy number variants. IPA can annotate these variants with their predicted functional impact and link them to pathways.

Proteomics and metabolomics data: Similar to expression matrices, but with protein or metabolite identifiers. IPA supports a range of metabolite identifiers including HMDB, KEGG, and ChEBI.

MicroRNA and epigenetic data: miRNA expression data and methylation data are also supported, with appropriate identifier mapping.

Data normalization and ID mapping

Proper preprocessing is critical for meaningful IPA results. The following steps are recommended before uploading data:

Identifier consistency: IPA uses its own internal identifier system. While it accepts common identifiers (gene symbols, Entrez IDs, etc.), you should ensure that all identifiers in your upload are of the same type. Mixing identifier types within a single file will cause a substantial fraction of molecules to be unmapped. For gene lists, HGNC symbols are generally the most reliable, but be aware of historical symbols and aliases—IPA's mapping algorithm handles these reasonably well, but it is not infallible.

Expression data normalization: If you are uploading raw expression matrices, normalize your data using an appropriate method for your data type. For RNA-seq, this typically means TMM normalization followed by CPM or TPM conversion, or variance stabilizing transformation from DESeq2. For microarray data, RMA or MAS5 normalization is standard. IPA does not perform normalization internally, so this must be done prior to upload.

Filtering: Remove genes with low expression across all samples, as these contribute noise without biological signal. A common threshold is to retain genes with CPM > 1 in at least 10% of samples. For differential expression results, apply your significance thresholds (e.g., adjusted p-value < 0.05 and |log2 fold change| > 1) before uploading, unless you want IPA to apply its own filters.

Multiple testing correction: If you are uploading raw p-values, IPA will apply its own multiple testing correction during enrichment analysis. However, if you are uploading pre-computed differential expression results, you should include adjusted p-values (e.g., Benjamini–Hochberg) rather than raw p-values, as IPA will use the provided values directly.

Batch effects: If your data comes from multiple batches or sequencing runs, correct for batch effects using tools like ComBat or limma's removeBatchEffect before uploading. IPA has no built-in batch correction capability.

Core Analysis Workflow

Setting analysis parameters

The core analysis is the default analysis type in IPA and is the starting point for most investigations. The workflow proceeds as follows:

  1. Upload data: Navigate to the "My Data" section, create a new dataset, and upload your file. Specify the identifier type and the measurement type (expression, differential expression, etc.).
  1. Set analysis parameters: After upload, you will be prompted to configure the core analysis. Key parameters include:
  2. Cutoff criteria: Set thresholds for fold change and p-value. IPA defaults to |log2 fold change| > 0.58 (i.e., 1.5-fold) and p-value < 0.05, but you should adjust these based on your study design and data quality.
  3. Reference set: Choose the background set for enrichment analysis. The default is all molecules in the Ingenuity Knowledge Base, but you can restrict this to molecules expressed in your experimental system (e.g., all genes detected in your RNA-seq experiment). Using the correct reference set is critical for avoiding bias in enrichment statistics.
  4. Species and tissue context: Specify the species and, if known, the tissue or cell type. This filters the knowledge base to relevant findings.
  1. Run analysis: IPA will map your molecules to the knowledge base, perform enrichment analysis, calculate activation z-scores, and construct networks. This typically takes a few minutes.
  1. Explore results: The analysis generates a dashboard with multiple tabs: Canonical Pathways, Upstream Regulators, Diseases & Functions, Networks, and Molecule Activity Predictor.

Interpreting canonical pathways and upstream regulators

The Canonical Pathways tab displays a bar chart of pathways ranked by enrichment significance. Each pathway is shown with its -log(p-value) and a ratio indicating the fraction of pathway molecules present in your dataset. The pathway is color-coded by its predicted activation state: orange for activated (positive z-score), blue for inhibited (negative z-score), and gray for no prediction.

When interpreting this tab, focus on pathways with both a significant p-value (typically -log(p-value) > 1.3, corresponding to p < 0.05) and a |z-score| > 2. A pathway with a significant p-value but a z-score near zero may be enriched simply because it contains many molecules, without a coordinated directional response.

The Upstream Regulators tab lists predicted regulators ranked by a combined p-value and activation z-score. Each regulator is annotated with:

  • Predicted activation state: Activated (z > 2) or inhibited (z < -2)
  • p-value of overlap: The significance of the overlap between the regulator's known targets and your dataset
  • Target molecules in dataset: The number of known targets of this regulator that appear in your data

For example, if you observe upregulation of CDKN1A, GADD45A, and BAX, and downregulation of CCND1 and MYC, IPA might predict TP53 as an activated upstream regulator, because this pattern is consistent with known TP53 transcriptional activity.

Algorithms and Statistical Methods

Fisher's exact test for enrichment

The enrichment of canonical pathways, upstream regulators, and disease/function annotations is assessed using a right-tailed Fisher's exact test. This test evaluates whether the overlap between your focus molecules and a curated set (e.g., a pathway) is greater than expected by chance.

The test is based on a 2×2 contingency table:

In pathwayNot in pathway
In datasetab
Not in datasetcd

Where:

  • a = number of focus molecules in the pathway
  • b = number of focus molecules not in the pathway
  • c = number of pathway molecules not in the dataset
  • d = number of molecules neither in the pathway nor in the dataset

The p-value is calculated as the probability of observing a or more overlapping molecules given the marginal totals. This is a hypergeometric test, and it is exact in the sense that it does not rely on asymptotic approximations.

A critical consideration is the reference set (the total number of molecules in the universe). If you use the entire knowledge base as the reference, the test can be biased toward well-studied pathways that contain many molecules. Using a dataset-specific reference set (e.g., all genes expressed in your experiment) mitigates this bias.

Activation z-score calculation

The activation z-score is a statistical measure that predicts whether a pathway or regulator is activated or inhibited based on the direction of change in its downstream targets. The algorithm works as follows:

  1. For each relationship between a regulator R and a target T in the knowledge base, determine the direction of effect (activation or inhibition) and the observed direction of change of T in your dataset (up or down).
  1. Assign a consistency score to each relationship:
  2. If R activates T and T is upregulated, or R inhibits T and T is downregulated: +1 (consistent with activation of R)
  3. If R activates T and T is downregulated, or R inhibits T and T is upregulated: -1 (consistent with inhibition of R)
  4. If T is not in the dataset or has no directional change: 0
  1. Calculate the z-score using the formula:

z = (Σ consistency scores) / √(number of relationships)

This is essentially a sign test that evaluates whether the pattern of target regulation is more consistent with activation or inhibition of the regulator. A z-score > 2 indicates significant activation; a z-score < -2 indicates significant inhibition.

The z-score is most reliable when there are many target molecules in your dataset (typically > 10). With fewer targets, the z-score is unstable and should be interpreted cautiously. IPA flags predictions based on few targets with a warning.

Causal network analysis

Causal network analysis in IPA extends beyond simple enrichment to identify the most plausible regulators of your observed molecular changes. The algorithm constructs a network of causal relationships connecting your focus molecules to potential upstream regulators, then scores each regulator based on:

  1. Overlap p-value: The significance of the overlap between the regulator's known targets and your dataset.
  2. Activation z-score: The consistency of the direction of change.
  3. Network connectivity: The number of independent paths connecting the regulator to your focus molecules.

The key output is the regulator effect network, which shows the predicted regulator, the intermediate molecules it affects, and the downstream biological functions that are predicted to change. This network is constructed by:

  • Identifying all upstream regulators that are significantly enriched in your dataset
  • Connecting each regulator to its targets in your dataset
  • Connecting the targets to downstream diseases and functions
  • Selecting the highest-scoring networks for display

The causal network algorithm uses a greedy approach to expand networks from seed molecules, adding nodes that maximize the network's explanatory power. The final networks are scored and ranked, with the most significant networks displayed in the output.

Interpreting IPA Outputs

Reading pathway diagrams

Pathway diagrams in IPA are information-dense and require systematic reading. Each molecule is represented by a node with a specific shape:

  • Oval: Transcription factor or regulator
  • Rectangle: Ion channel or transporter
  • Triangle: Kinase or enzyme
  • Circle: Other protein or molecule
  • Diamond: Chemical or drug

Nodes are colored by their expression change: red for upregulation, green for downregulation, and gray for no change. The intensity of the color reflects the magnitude of the fold change.

Edges between nodes represent relationships, with arrows indicating direction and symbols indicating mechanism:

  • Arrow with bar: Inhibition
  • Arrow with plus: Activation
  • Dashed arrow: Indirect interaction
  • Solid arrow: Direct interaction

The Molecule Activity Predictor tool allows you to simulate the effect of activating or inhibiting a specific node. When you select a node and specify a predicted activation state, IPA propagates this through the network and updates the predicted expression states of downstream nodes. This is useful for hypothesis generation: if you predict that TP53 is activated, which downstream genes should change, and does this match your data?

Using the regulator effects tool

The Regulator Effects tool is one of IPA's most powerful features. It identifies causal networks that connect upstream regulators to downstream biological functions through your focus molecules. The output is a set of networks, each showing:

  • Upstream regulator: The predicted master regulator (e.g., a transcription factor or cytokine)
  • Focus molecules: The molecules in your dataset that connect the regulator to the function
  • Downstream function: The biological process predicted to be affected

To use this tool effectively:

  1. From the core analysis results, navigate to the "Regulator Effects" tab.
  2. Review the list of predicted networks, sorted by a combined score that integrates the regulator's activation z-score and the function's enrichment p-value.
  3. Select a network of interest and examine the diagram. Verify that the direction of change in your focus molecules is consistent with the predicted regulator state.
  4. Use the "Path Explorer" tool to trace the path from the regulator to the function, examining each intermediate relationship.

A common mistake is to focus only on the top-ranked network. Networks ranked lower may be more biologically relevant to your specific context, especially if the top-ranked network is driven by a well-studied but context-irrelevant regulator (e.g., TP53 in a p53-null cell line).

Advanced Features and Integrations

Comparison analysis

The Comparison Analysis feature allows you to compare results across multiple datasets or analyses side-by-side. This is particularly useful for:

  • Comparing different treatment conditions (e.g., drug A vs. drug B)
  • Comparing different time points
  • Comparing different cell types or tissues
  • Comparing your data with public datasets

To perform a comparison analysis:

  1. Run core analyses on each dataset separately.
  2. Navigate to the "Comparison Analysis" module.
  3. Select the analyses you wish to compare.
  4. Choose the readouts to compare (canonical pathways, upstream regulators, diseases/functions).
  5. IPA generates a heatmap with analyses in columns and pathways/regulators in rows, colored by activation z-score.

The comparison heatmap is an excellent way to identify pathways that are commonly or uniquely affected across conditions. For example, you might find that the p53 pathway is activated in both drug treatments, but the unfolded protein response is only activated by drug A.

IPA in multi-omics integration

IPA supports integration of multiple omics data types within a single analysis. The most common approach is to upload transcriptomics and proteomics data together, with the same gene identifiers. IPA will map both datasets and identify concordant and discordant changes.

For metabolomics integration, IPA can connect metabolite changes to enzyme expression changes. For example, if you observe increased lactate levels and increased LDHA expression, IPA can link these through the knowledge base, suggesting that the metabolic shift is driven by transcriptional upregulation of LDHA.

For Google Single Cell Analysis workflows, IPA is not designed for single-cell data directly, but you can aggregate single-cell data into pseudobulk expression profiles and analyze these with IPA. Alternatively, you can identify cell-type-specific marker genes and analyze the marker lists separately.

IPA also integrates with other bioinformatics tools through its API and through direct import of results from common platforms. For example, you can import results from Differential Gene Expression Analysis in R workflows directly into IPA, provided you format the output correctly.

Common Pitfalls and Best Practices

Avoiding false positives

The most common pitfall in IPA analysis is over-interpreting enrichment results without considering the statistical and biological context. Specific failure modes include:

Ignoring multiple testing: IPA reports raw p-values for pathway enrichment. If you test 300 canonical pathways, you expect 15 to have p < 0.05 by chance alone. Always apply a multiple testing correction (e.g., Benjamini–Hochberg) or require a more stringent threshold (p < 0.01) before considering a pathway significant.

Using an inappropriate reference set: If you upload a gene list from a RNA-seq experiment where 15,000 genes were detected, but IPA uses the entire knowledge base (~30,000 molecules) as the reference, the enrichment test is biased. Genes in well-studied pathways will appear enriched simply because they are more likely to be annotated. Always set the reference set to the background of your experiment.

Over-interpreting z-scores with few targets: A z-score of 2.5 based on 3 target molecules is not as reliable as a z-score of 2.0 based on 30 targets. IPA flags these cases, but you should also check the number of target molecules in the regulator's prediction.

Confusing correlation with causation: IPA networks are based on curated literature relationships, not on your data. A network connecting your genes through known interactions does not prove that these interactions are active in your experimental system. The network is a hypothesis, not a conclusion.

Ignoring directionality: A pathway can be enriched with a p-value of 0.001 but have a z-score near zero. This means the pathway contains many of your genes, but they are not changing in a coordinated direction. This could indicate that the pathway is not centrally involved, or that it contains both positive and negative regulators that are changing in opposite directions.

Best practices for reproducible analysis

To ensure your IPA analysis is reproducible and defensible:

  1. Document all parameters: Record the exact thresholds, reference set, and species/tissue settings used for each analysis. IPA does not automatically save this information in a readily exportable format, so keep a lab notebook entry or a text file with these details.
  1. Use consistent identifiers: Standardize on HGNC symbols for human data and MGI symbols for mouse data. Convert all identifiers to this standard before uploading.
  1. Preprocess consistently: Apply the same filtering and normalization steps to all datasets that will be compared. Differences in preprocessing can create apparent differences in IPA results that are artifacts.
  1. Validate with orthogonal methods: IPA predictions should be validated experimentally. For example, if IPA predicts activation of the NF-κB pathway, confirm with a reporter assay or Western blot for phospho-p65.
  1. Export and archive results: IPA allows you to export all results tables and images. Save these exports for your records and for inclusion in supplementary materials.
  1. Consider the knowledge base bias: The Ingenuity Knowledge Base is biased toward well-studied molecules and pathways. Novel or poorly characterized genes may not have sufficient annotations for IPA to generate meaningful predictions. This is not a failure of your experiment, but a limitation of the tool.

Summary and Practical Recommendations

Quick start checklist

Before you begin your IPA analysis, ensure you have completed the following steps:

  1. Generate high-quality differential expression results using a robust pipeline such as __MASK_6 or MASK_7__.
  1. Format your data correctly: Use a single identifier type (HGNC symbols recommended), include log2 fold change and adjusted p-values, and ensure no missing values.
  1. Define your reference set: Use all genes detected in your experiment, not the entire knowledge base.
  1. Set appropriate thresholds: Use adjusted p-value < 0.05 and |log2 fold change| > 1 as starting points, adjusting based on your data quality.
  1. Run the core analysis and review the canonical pathways, upstream regulators, and regulator effects tabs.
  1. Apply multiple testing correction when interpreting enrichment results.
  1. Validate key predictions experimentally before drawing conclusions.
  1. Document all parameters for reproducibility.

Frequently Asked Questions

What is Ingenuity Pathway Analysis (IPA)?

Ingenuity Pathway Analysis (IPA) is a commercial bioinformatics software platform that interprets high-throughput omics data (transcriptomics, proteomics, metabolomics, genomics) by mapping uploaded molecules onto a manually curated knowledge base of biological relationships. It identifies enriched pathways, predicts upstream regulators, and constructs causal networks to explain observed molecular changes.

How does IPA determine if a pathway is significantly enriched?

IPA uses a right-tailed Fisher's exact test to evaluate whether the overlap between your uploaded molecules and a curated pathway is greater than expected by chance. The test compares the proportion of your focus molecules in the pathway against the proportion expected based on the reference set. The resulting p-value indicates the significance of the enrichment.

What is an activation z-score in IPA?

The activation z-score is a statistical measure that predicts whether a pathway or regulator is activated or inhibited based on the direction of change in its downstream targets. It is calculated by comparing the observed direction of change in each target molecule to the expected direction based on the regulator's known effect. A z-score > 2 indicates significant activation, while a z-score < -2 indicates significant inhibition.

What types of data can I upload to IPA?

IPA accepts gene lists, expression matrices, differential expression results, variant data (VCF files), proteomics data, metabolomics data, microRNA expression data, and methylation data. The most common input is a differential expression result table containing gene identifiers, log2 fold changes, and adjusted p-values.

Is IPA free to use?

No, IPA is a commercial product that requires a paid license. Licenses are typically held by academic institutions or companies. Some institutions provide access to their researchers through site licenses. There is no free version, although QIAGEN occasionally offers trial licenses.

What is the Ingenuity Knowledge Base?

The Ingenuity Knowledge Base is IPA's proprietary, manually curated database of biological relationships extracted from full-text scientific publications. It contains millions of findings describing activation, inhibition, protein–DNA binding, protein–protein interactions, and post-translational modifications, each with direction, mechanism, species context, and literature citation.

How should I preprocess my data before uploading to IPA?

Before uploading, ensure your data uses a single identifier type (HGNC symbols recommended), apply appropriate normalization (TMM/CPM for RNA-seq, RMA for microarray), filter low-expression genes, correct for batch effects if present, and apply your significance thresholds. Use adjusted p-values (e.g., Benjamini–Hochberg) rather than raw p-values in your differential expression results.

Further Reading

  • Krämer A et al. Causal analysis approaches in Ingenuity Pathway Analysis. Bioinformatics (Oxford, England). 2014. PubMed 24336805
  • Sugiyama N et al. Ingenuity pathway analysis of gingival epithelial cells stimulated with estradiol and progesterone. Journal of oral biosciences. 2024. PubMed 37949170
  • Chen Y et al. Gene set enrichment analysis and ingenuity pathway analysis to verify the impact of Wnt signaling in psoriasis treated with Taodan granules. American journal of translational research. 2023. PubMed 36777818
  • Suthar SK, Lee SY. Ingenuity pathway analysis of α-synuclein predicts potential signaling pathways, network molecules, biological functions, and its role in neurological diseases. Frontiers in molecular neuroscience. 2022. PubMed 36523604
  • Ru Y et al. Gene set enrichment analysis and ingenuity pathway analysis to identify biomarkers in Sheng-ji Hua-yu formula treated diabetic ulcers. Journal of ethnopharmacology. 2022. PubMed 34800645
  • Chen C et al. Ingenuity pathway analysis of human facet joint tissues: Insight into facet joint osteoarthritis. Experimental and therapeutic medicine. 2020. PubMed 32256786

Related Clinical & Scientific Guides