Refactor InferelatorJL + add evaluation pipeline#1
Open
sheyiphunmi wants to merge 14 commits intomainfrom
Open
Refactor InferelatorJL + add evaluation pipeline#1sheyiphunmi wants to merge 14 commits intomainfrom
sheyiphunmi wants to merge 14 commits intomainfrom
Conversation
…N2 → refineTFA for clarity
…N2 → refineTFA for clarity
…tep 7 evaluation to examples - Add applyTimeLag/applyTimeLag! with timeLagFile/timeLag params wired through refineTFA, inferGRN, and run_pipeline functions - Fix evaluateNetwork to wrap computePR instead of computeMacroMetrics - Fix matplotlib heightRatios → height_ratios in PlotBatch.jl - Fix edgeSS > 0 code path (rand → StatsBase.sample, median → dropdims) - Replace println with @info/@warn throughout src/ - Add Step 7 evaluation section to all four example scripts - Add applyTimeLag test set to runtests.jl
Update README and add instability diagnostic plots - Update README: add step 3b/7 to pipeline, fix output filenames, add timeLagFile/timeLag params, fix evaluateNetwork signature, add dev example files to examples table - Add plotInstabilityCurves (src/grn/PlotInstability.jl): auto-generated network-level λ selection diagnostics; standalone per-gene mode - Add lambdaRangeWarm and targGenes to GrnData for plot support
cfb6f3c to
e040984
Compare
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.
Summary
Major refactor of InferelatorJL repository.
Changes
Notes
This is a large architectural update (dev-refactor branch).
Please review carefully before merging.