Closed zachcp closed 5 years ago
It turns out the query we were using to fetch properties was not returning a complete set! I have changed out we get properties to a newer, more reliable method and everything now seems to work. Here's the output for the above query:
[{:drugLabel "AIDA",
:geneLabel "GRM1",
:diseaseLabel "autosomal recessive spinocerebellar ataxia 13"}
{:drugLabel "CPCCOEt",
:geneLabel "GRM1",
:diseaseLabel "autosomal recessive spinocerebellar ataxia 13"}
{:drugLabel "AIDA",
:geneLabel "GRM1",
:diseaseLabel "spinocerebellar ataxia 44"}
{:drugLabel "CPCCOEt",
:geneLabel "GRM1",
:diseaseLabel "spinocerebellar ataxia 44"}
{:drugLabel "Hypothetical protein CTL0156",
:geneLabel "TP53",
:diseaseLabel "basal-cell carcinoma"}
{:drugLabel "Hypothetical protein CT_788",
:geneLabel "TP53",
:diseaseLabel "basal-cell carcinoma"}
{:drugLabel "Hypothetical protein CTL0156",
:geneLabel "TP53",
:diseaseLabel "head and neck squamous cell carcinoma"}
{:drugLabel "Hypothetical protein CT_788",
:geneLabel "TP53",
:diseaseLabel "head and neck squamous cell carcinoma"}
{:drugLabel "everolimus",
:geneLabel "MTOR",
:diseaseLabel
"macrocephaly-intellectual disability-neurodevelopmental disorder-small thorax syndrome"}
{:drugLabel "ridaforolimus",
:geneLabel "MTOR",
:diseaseLabel
"macrocephaly-intellectual disability-neurodevelopmental disorder-small thorax syndrome"}]
Hi Jack,
Thanks for adding a bio-focused example to Mundaneum. However, if I pull-and-run, I get an error related to the
:genetic-association
key which is also not found in the properties json file (see below). Am I doing something wrong or are you using a more complete set of properties?zach cp