summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2022-10-05 05:41:30 +0300
committerAlexander_Kabui2022-10-05 05:41:30 +0300
commitd902ddd48954d6a6d6ee00f72646ec51a8c4d4fc (patch)
treecf3e5807bbdc631e4b2d30b1c5e70e4756c73c18
parent965a104ccb7c7d23ecd33779b01222406855f8df (diff)
downloadgn-gemtext-d902ddd48954d6a6d6ee00f72646ec51a8c4d4fc.tar.gz
Issue: remove preprocessed data for other correlations
-rw-r--r--issues/phenotype-correlation-error.gmi18
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/phenotype-correlation-error.gmi b/issues/phenotype-correlation-error.gmi
index 7bec588..ea8483a 100644
--- a/issues/phenotype-correlation-error.gmi
+++ b/issues/phenotype-correlation-error.gmi
@@ -154,6 +154,24 @@ My initial hunch was correct. We should not be running the tissue and literature
We now need to check for these combinations and display an error for the user, as is done in GN1
+
+
+The error reported above
+```
+raise KeyError(
+KeyError: "'1' information is not found in the database for dataset 'HC_M2_0606_P' with id '112'."
+
+```
+causes the correlation below to fail
+for maintainability and to fix current bugs
+this code that does preprocessing of data needs to be modified
+thats is :-
+
+* Tissue correlation data
+* top n sample correlation data
+* top n tissue correlation data
+
+
## Tags
* assigned: alexm, fredm, zsloan
* type: bug