From d902ddd48954d6a6d6ee00f72646ec51a8c4d4fc Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 5 Oct 2022 05:41:30 +0300 Subject: Issue: remove preprocessed data for other correlations --- issues/phenotype-correlation-error.gmi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit v1.2.3