feat(analysis): finemap Top-N table generator (Fig 5 of chorus-article)#98
Merged
Merged
Conversation
…sis_figures render_finemap_table + the `finemap` subcommand produce Fig 5 (fig_rs9504151_finemap.png) for the chorus-article post: a clean Top-N causal-variant table from a prioritize_causal_variants run, highlighting the lead (rs9504151, #1) and the high-LD neighbour rs62384944. The article's figures/README.md and reproduce/ steps already reference `regenerate_analysis_figures.py finemap`; this commits the code behind it so Fig 5 is reproducible from the repo (ism/tf_scan were already committed in #96). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
render_finemap_table+ thefinemapsubcommand toscripts/regenerate_analysis_figures.py. It renders the Top-N causal-variant prioritisation table (Fig 5,fig_rs9504151_finemap.png) from aprioritize_causal_variantsrun, highlighting the lead variant rs9504151 (#1) and demoting the high-LD neighbour rs62384944.Why: the chorus-article post's
figures/README.mdand reproduction steps already instruct readers to runregenerate_analysis_figures.py finemap, but the code behind it was never committed (onlyismandtf_scanlanded in #96). This closes that reproducibility gap so Fig 5 regenerates from the repo.No behavior change to existing commands; purely additive.
🤖 Generated with Claude Code