Annotation Sources & Instructions
How to Use Gene Annotate
Single Gene: Type a gene symbol (e.g. TP53, BRCA1) into the search box and press Enter or click Search. Switch species between Human and Mouse using the buttons above the search bar. You can also right-click any gene label across OmicsPlot and select Annotate this gene to open it directly here.
Batch Annotation: Switch to the Batch tab, paste up to 200 gene symbols, then click Annotate Genes. Results appear as a sortable table with GO terms per gene. Download as CSV.
Data Sources
NCBI Gene
Gene symbol, full name, aliases, and summary text via MyGene.info. Coverage: human, mouse, 100+ species.
GO Consortium
Gene Ontology terms for Biological Process, Molecular Function, and Cellular Component. Up to 6 terms per category.
HPA
Tissue expression levels (High/Medium/Low) from the Human Protein Atlas. Human genes only.
UniProt
Protein function annotations through MyGene.info. Supplements NCBI summaries with additional functional context.
Volcano — Log Base Options
Log2
Output from DESeq2, edgeR, and limma. Column typically named log2FoldChange or logFC. Values range roughly −10 to +10. Most common format.
Log10
Less common in RNA-seq. Seen in some metabolomics and proteomics tools. Converted to Log2 automatically.
Use As-Is
Values are already on the correct scale. Use for custom fold change scales or pre-converted columns.
Raw FC
Unlogged ratio where 1.0 = no change, 2.0 = 2× up, 0.5 = 2× down. Log2 transform applied automatically.
P-value vs Adjusted P-value
P-value — raw statistical probability. False positives accumulate when testing thousands of genes simultaneously.
Adjusted P-value (padj / FDR) — Benjamini-Hochberg correction for multiple testing. Most journals expect this for genome-wide analyses.
Heatmap — Clustering Methods
Ward — Minimizes within-cluster variance. Best for most RNA-seq / proteomics. Recommended.
Complete — Max distance between clusters. Evenly-sized groups. Good when you want to avoid chaining.
Average (UPGMA) — Mean inter-cluster distance. Middle ground. Common in phylogenetics.
None — No clustering. Genes appear in input order. Use for pre-sorted gene lists.
GO Plot — Dot Size Column
Single number — plain integer in the count column (DAVID, g:Profiler, Enrichr).
Gene list (semicolons) — symbols separated by / or ; (clusterProfiler). OmicsPlot counts symbols automatically.
Venn / Overlap — Guide
The Venn / Overlap tool compares gene lists across multiple experiments or comparisons. Enter up to 10 lists by pasting identifiers or uploading files. Lists are saved automatically — navigating away and returning restores your last session.
2–3 Lists: Venn Diagram
Jaccard Index — |A∩B| / |A∪B|. Measures how much the lists share relative to everything in either list. Range 0–1. Higher = more similar.
Overlap Coefficient — |A∩B| / min(|A|,|B|). Fraction of the smaller list that appears in the larger. Useful when lists differ greatly in size — a small gene set entirely contained in a large one scores 1.0 here but low on Jaccard.
Pairwise Matrix (3+ lists) — every pair shown in a color-coded grid. Viridis scale: purple = low similarity, yellow = high. Generalized Jaccard and Mean Pairwise Jaccard appear in the right panel.
4–10 Lists: Similarity Network + Heatmap
Network graph — each list is a node. Edge thickness and the number label show shared gene count. Click any edge to view which genes are shared between those two lists, with Annotate links.
Presence/Absence Heatmap — rows are genes sorted by frequency (genes shared across the most lists appear first). Each colored cell = gene is present in that list. Gray = absent. Click any row to view that gene. Use the "≥ N lists" filter to focus on highly shared genes.
Graph tab controls — node size, opacity, border color/thickness, edge filter (hide edges below a shared-gene threshold), font, background. Color pickers for each node appear at the top of the Graph tab.
Sending Lists to Venn from Other Tools
In Volcano, click → Venn to send Up or Down gene lists with context labels (e.g. "Up — MI vs Control"). In the Heatmap, send individual clusters. When you open the popup a second time with lists already loaded in Venn, you can choose Add to existing (append) or Start fresh (replace) — this is the key workflow for comparing DEGs across multiple comparisons.
Export Format Guide
PNG
Raster image at your chosen DPI. Best for presentations, posters, and journals that accept PNG. At 300 DPI, suitable for most print submissions.
TIFF
Required by many journals (Nature, Cell, Science). Lossless compression, DPI metadata embedded. Use 300 DPI for most submissions, 600 DPI for figures with fine lines or small text.
PDF
Vector format. Infinitely scalable. Editable in Adobe Illustrator or Inkscape. Ideal for post-processing labels, colors, or layout after export.
SVG
Vector, web-native. Opens in browsers and vector editors. Smaller than PDF. Best for Inkscape editing or web embedding.
Venn / Network Exports
Venn (2–3 lists): PNG at 3× resolution (≈288 DPI) or SVG via the Venn tab in the left panel.
Network (4+ lists): PNG or SVG via the Graph tab. Uses outerHTML capture — all colors are baked in, no CSS variable dependencies.
Gene Presence Table: Download CSV button inside the heatmap panel. Apply the "≥ N lists" filter first to limit to well-shared genes.
Pairwise Jaccard Matrix: Download Excel button in the matrix header — two sheets: human-readable (J + OC) and numeric-only for R/Python.