diff options
author | Frederick Muriuki Muriithi | 2022-11-23 08:10:12 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-23 08:11:46 +0300 |
commit | e5290ab69eadc70ea40b35f652ee1ddf4286914f (patch) | |
tree | 5a4cc33724dd1f47b985627ea8a17f1879ca4ee9 | |
parent | f15ee18c69e590d1cc78813ec2751f2a51b0c295 (diff) | |
download | gn-gemtext-e5290ab69eadc70ea40b35f652ee1ddf4286914f.tar.gz |
issues: (correlations-return-fewer-results): update issue with notes
* issues/correlations-return-fewer-results.gmi: Update the issue with
some notes on the findings so far
-rw-r--r-- | issues/correlations-return-fewer-results.gmi (renamed from issues/correlations-return-fewer-results) | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/issues/correlations-return-fewer-results b/issues/correlations-return-fewer-results.gmi index 82a0a10..fa7a79a 100644 --- a/issues/correlations-return-fewer-results +++ b/issues/correlations-return-fewer-results.gmi @@ -1,5 +1,6 @@ +# Correlations: Returning Fewer Results -# Tags +## Tags * assigned: alexm * priority: high @@ -42,3 +43,15 @@ An additional error has been reported by Beni where there's an error about NoneT addressed on this Pr => https://github.com/genenetwork/genenetwork2/pull/746/files + +## Notes 2022-11-23 + +=> https://genenetwork.org/show_trait?trait_id=rsm10000006649&dataset=BXDGeno On production + +with a selection of top 500 results I got the following: + +* Without changing any of the filters, I get 500 results +* Location: Chr: 5, Mb: 105 to 107 => I get 18 results +* Location: Chr: 5, Mb: 70 to 150 => I get 327 results + +I think the issue here is the sequence of events - the system takes the top 500 results, and then applies the given filters, rather than applying the filters first, then selecting the top 500 of the filtered results. |