Closed kshefchek closed 4 years ago
this is doable now given https://github.com/SciGraph/golr-loader/commit/4a1c91526a95cbb956013a5bdad4a83de6192967
instead we added a boolean for nodes with a phenotype since many non leaf diseases contain direct phenotype annotations, closed with https://github.com/biolink/biolink-api/pull/351
For applications such as the phenotype profile search it is useful to limit terms on "leaf" nodes, or terms that do not contain any subclasses. This is useful for diseases, but not for phenotypes, so this will require some special filter logic (category:disease AND leaf:true) OR ...