Tool Usage and Reliability Trends
Monthly and yearly breakdown of HRA tool page visits, plus cross-tool reliability trends. KG Explorer launched in Aug 2025 and immediately became the most-visited tool.
Monthly Visits per Tool
Nov 2023 – Apr 2026 · Use the slider or scroll to zoom
6th release: 33 ASCT+B tables, 65 3D reference objects, systems graph added
7th release: 8 new OMAPs, ~100 new dataset-to-HRA mappings, terminology expansions
8th release: HRA Knowledge Graph covers all digital objects with provenance
9th release: 73 organs, HRApop v1.0, 662 datasets across 17 organs, 26 FTUs
10th release: 77 3D ref objects, 4,810 AS, 1,334 CT, 2,070 biomarkers, KG app + HRApop Visualizer launched
Months with publications see 78% more traffic on average. Correlation is suggestive but confounders (releases, workshops) often overlap with publication months.
Visits by Year (Grouped)
Year-over-year tool breakdown
All-Time Tool Share
Cumulative visits across all tools
When Each Tool Gets Used — By Hour (EST)
Event count per hour of day (EST) · KG Explorer peaks late morning EST; EUI follows a similar pattern
Visits by Day of Week
Stacked by tool · EUI Sunday spike driven by March 2024 workshop event skewing the aggregate
All tools see sharply lower weekend traffic — CDE, RUI, and FTU drop 60–80%. The pattern is most consistent with weekday professional or academic workflows, with lighter casual usage on weekends.
EUI shows unusually high Sunday visits — an artifact of the March 2024 workshop (7,140 visits) whose dates happened to fall on a Sunday, skewing the DOW aggregate.
KG Explorer has the most even distribution across days — reflecting its international user base across multiple time zones rather than a single institution's working hours.
Where Do the Errors Come From?
38,922 logged error events (22.5% of all events) · stack trace clustering (44,660 sampled) shows 72% traceable to 3 fixable bugs
Error volume by source
Portal/Other (unattributed app context) and KG Explorer account for most error volume; RUI and CDE are low.
Errors by root cause
Top 2 causes alone account for 62% of all errors — both are infrastructure issues, not UX.Source: NLP clustering on 44,660 error messages — separate universe from the event-log error count above.
API request blocked before response — the technology list request fails before any HTTP status comes back, so users see loading failures instead of a clear server message. Fix CORS policy and cross-origin routing on apps.humanatlas.io/api/v1.
KG Explorer missing icons — SVG assets for organs and products (all-organs, kidneys, ftu, schema…) not resolving on CDN. Audit CDN asset paths.
EUI selection state is sometimes empty — the 3D picker tries to read the first selected item even when nothing is selected, causing a client crash. Add a null/length guard in getLastPickedObject before indexing.
Root-Cause Composition by Source
Stacked error counts by source (Portal/Other + tools)
Repair icon asset delivery
Audit icon manifest paths, publish missing SVGs, and add pre-deploy link checks against CDN URLs.
Bucket: Icon retrieval failures
Stabilize technology list API access
Fix CORS + gateway routing for /api/v1/technology-names and add retries with fallback cache.
Bucket: Net/CORS: technology list API
Triage long-tail errors
Sample the uncategorized tail weekly and promote recurring patterns into explicit buckets.
Bucket: Other
Guard empty selection states
Add null/length checks before index access in selection handlers (e.g., getLastPickedObject).
Bucket: Null selection read
Error Volume Over Time
Monthly error events by source (tools + Portal/Other) · Oct 2025 spike = KG launch + CDN icon failures · trend improving
12,387 errors in October — driven by KG Explorer's August launch triggering CDN icon resolution failures that accumulated until CDN paths were corrected.
Errors fell from 12,387 → 3,149 → 2,976 in Oct–Dec 2025. Jan 2026 is partial but tracking lower. The CDN fixes are taking hold.
The large “Portal/Other” bar represents errors from the HRA portal layer before app-attribution is set in the event payload. Some KG icon failures were logged without app attribution, so they appear under Portal/Other.
KG Explorer — Error Rate
Hover a month to see that month's top errors · click to pin
Apr '26 — top error sources(486 errors)
hover to explore · click to pinPeaked at 68.5 in Oct '25 (CDN icon failures + CORS on the technology list API). Down to 25.4 — 63% improvement.
EUI — Error Rate
Hover a month to see that month's top errors · click to pin
Q2 '26 — top error sources(16 errors)
hover to explore · click to pinEUI peaked at 197.7 errors/100 visits (Nov 2025). API failures (session-token, ontology endpoints) and null-ref errors on map initialization are the top drivers.
CDE — Error Rate
Hover a month to see that month's top errors · click to pin
Q2 '26 — top error sources(10 errors)
hover to explore · click to pinCDE peaked at 1228 errors/100 visits (Jan 2026), latest at 31.3 (Apr 2026). Angular DI errors (NG0201, NG0950) and undefined property reads dominate.
RUI — Error Rate
Hover a month to see that month's top errors · click to pin
All-time — top error sources(74 errors)
hover to explore · click to pinRUI generally has low error rates — peak at 12.7 errors/100 (Dec 2025). Icon retrieval from localhost dev environments accounts for most of the noise.
FTU Explorer — Error Rate
Hover a month to see that month's top errors · click to pin
Q2 '26 — top error sources(8 errors)
hover to explore · click to pinFTU Explorer peaked at 810.1 errors/100 (Feb 2026). can't access property "clientWidth", this.viewportElement is undefined is the dominant error (564 hits). Localhost dev noise also inflates counts.
Are Users Coming Back? — Tool Return Rates
% of monthly active users who visited that tool in a prior month · data from H2 2025 onward
RUI has the highest return rate at 25% in the latest month. Tissue registration is a recurring professional task — users come back because they have to.
EUI sits at 16.2%, consistent with a mixed audience of returning researchers and first-time workshop visitors.
KG Explorer launched at near-zero return rate and is now at 26.6%. Adding bookmarking and share features could accelerate habit formation significantly.
Launched Aug 2025, reached 3,891 visits/mo by Oct 2025 — fastest-growing tool in the HRA suite.
March 2024 saw 7,140 EUI visits (41× baseline), almost certainly a university workshop or class exercise.
CDE, EUI, and RUI all spiked simultaneously in Oct 2024 — likely a conference demonstration.
RUI visits have gradually increased in 2025, possibly reflecting growing adoption in tissue registration workflows.