Remove the leftover uncorrected-significance correlation cell#11
Merged
Conversation
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.
The FDR-correction work (merged in #5) added a Benjamini-Hochberg cell plus a caveat markdown that reads "the cell below uses Benjamini-Hochberg FDR-adjusted p-values" — but the old cell that stars raw Pearson correlations at p<.05 with no correction was left in place, right above it. On n=10 that cell is exactly the false-positive source the caveat warns against, and it contradicts the notebook's own header.
Removed that one cell; the FDR-corrected matrix (which prints "6 raw → 2 after FDR") is now the only significance-annotated heatmap. No other cell touched.
Closes #6