summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-10-04 11:41:41 +0300
committerFrederick Muriuki Muriithi2022-10-04 11:44:27 +0300
commit92b92785405f0cf7c6d88e1a5dbbe71e4d95632d (patch)
tree7cfe7c34f312f2c8a02268eeefa63c8a9af0e8ff /issues
parent8b21ba335494b51ed78a1b53b3cf87774b147ea9 (diff)
downloadgn-gemtext-92b92785405f0cf7c6d88e1a5dbbe71e4d95632d.tar.gz
Update error report
Diffstat (limited to 'issues')
-rw-r--r--issues/phenotype-correlation-error.gmi16
1 files changed, 15 insertions, 1 deletions
diff --git a/issues/phenotype-correlation-error.gmi b/issues/phenotype-correlation-error.gmi
index fa09f09..4d34dec 100644
--- a/issues/phenotype-correlation-error.gmi
+++ b/issues/phenotype-correlation-error.gmi
@@ -73,7 +73,11 @@ so far, triangulated the issue to possibly being the fact that the "target_datas
## Literature Correlation: ...
-I also run into the following error when I run the mechanical-rob tests
+Run literature correlation for
+=> http://localhost:5033/show_trait?trait_id=1442370_at&dataset=HC_M2_0606_P this trait
+against the "BXD Published Phenotype" database and observe the following exception:
+
+This also fails if you run it against the "BXD Genotypes" dataset.
```
ERROR:wqflask:http://localhost:5033/corr_compute ( 4:26AM UTC Oct 03, 2022)
@@ -95,6 +99,16 @@ Traceback (most recent call last):
AttributeError: 'PhenotypeDataSet' object has no attribute 'retrieve_genes'
```
+The literature correlations computation calls the `retrieve_genes` method, that is only present in the `base.data_set.mrnaassaydataset.MrnaAssayDataSet` class, which handles traits of type "ProbeSet".
+
+==================
+
+In my (fredm) work on partial correlations, before doing the computations,
+=> https://github.com/genenetwork/genenetwork3/blob/ff34aee0f39c2e91db243461d7d67405e7aea0e3/gn3/computations/partial_correlations.py#L704-L750 there were error checks
+that were run.
+
+Should these be present for the full correlations too?
+
## Tags
* assigned: alexm, fredm, zsloan
* type: bug