Added script relevant for the pseudo-bulk expression and UMAP coordinates rendering - #327
Open
StevenQiaoUT wants to merge 4 commits into
Open
Added script relevant for the pseudo-bulk expression and UMAP coordinates rendering#327StevenQiaoUT wants to merge 4 commits into
StevenQiaoUT wants to merge 4 commits into
Conversation
rmobmina
added a commit
to rmobmina/BAR_API
that referenced
this pull request
Aug 10, 2026
Integrates the UMAP coordinate/expression endpoint and per-tissue pseudobulk gene expression endpoint (originally PR BioAnalyticResource#327) onto the current combined_master.json-driven schema catalog, since the old pre-refactor helpers that PR was written against no longer exist. Adds 7 new pseudobulk databases to the schema catalog (species + gene_id_class sourced from combined_master.json, hand-added pending the real XML scrape/verify pass once that metadata is available) and wires their MySQL binds into CI config. The pseudobulk sample_data tables carry one extra data_signal_std column beyond the standard 3-column schema; query_efp_database_dynamic only selects columns by name so this needed no schema changes. UMAP databases are queried directly via raw SQL and are intentionally left out of the schema catalog since they use a different table shape.
rmobmina
added a commit
to rmobmina/BAR_API
that referenced
this pull request
Aug 10, 2026
Integrates the UMAP coordinate/expression endpoint and per-tissue pseudobulk gene expression endpoint (originally PR BioAnalyticResource#327) onto the current combined_master.json-driven schema catalog, since the old pre-refactor helpers that PR was written against no longer exist. Adds 7 new pseudobulk databases to the schema catalog (species + gene_id_class sourced from combined_master.json, hand-added pending the real XML scrape/verify pass once that metadata is available) and wires their MySQL binds into CI config. The pseudobulk sample_data tables carry one extra data_signal_std column beyond the standard 3-column schema; query_efp_database_dynamic only selects columns by name so this needed no schema changes. UMAP databases are queried directly via raw SQL and are intentionally left out of the schema catalog since they use a different table shape.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.