Examples
This page gives practical user journeys for common BRIDGE tasks.
Showcase dataset snapshot
If you use the showcase-style database, a common setup is:
| Table | Omics type | Rows | Datapoint columns |
|---|---|---|---|
zebrafish_proteomics_Showcase_1 |
Proteomics | 273 |
18 |
zebrafish_phosphoproteomics_Showcase_1 |
Phosphoproteomics | 533 |
18 |
zebrafish_rnaseq_Showcase_1 |
RNA-seq | 1000 |
18 |
Example 1: RNA-seq single-table exploration
Goal:
- inspect variance structure
- identify significant genes
Steps:
- Load one RNA-seq table in
Loading Data. - Open
PCAand click compute. - Open
Volcano Plot, choose contrast, set thresholds, compute. - Open
Gene Expressionand inspect selected genes over datapoints.
Example 2: Proteomics table with enrichment
Goal:
- find significant signals and enriched pathways
Steps:
- Load one proteomics table.
- Run
DE HeatmapandVolcano Plot. - Open
Enrichment Analysis. - Pick contrast + database (GO, KEGG, or Reactome), set thresholds, compute.
Example 3: Raw integration across datasets
Goal:
- compare trends across omics without significance filtering
Steps:
- Load two or more datasets.
- Open
Raw Integration. - Select tables and matching datapoint columns.
- Check integration preview.
- Compute and inspect integrated raw table + datapoints plot.
Example 4: Processed integration across matched contrasts
Goal:
- find intersecting significant IDs across datasets
Steps:
- Load at least two datasets with computed processed outputs.
- Open
Processed Integration. - Select one contrast per dataset.
- Set p-value/LFC thresholds and cluster number
k. - Compute and inspect processed tables, heatmaps, and LFC scatterplots.
Tips:
- Use comparable contrasts across datasets.
- Start with moderate thresholds, then refine.
- Check preview dimensions before interpretation.