It looks like there may be missing data in the nodes field for some pathways in the flatmap data, even though the corresponding features are listed in the connectivity. This was observed while testing "Human Male" data on the devel server.
For example, the pathway ilxtr:sparc-nlp/liver/121 includes the liver (UBERON:0002107) in its connectivity and also includes the related feature ID 1121 in its nodes. However, another pathway, ilxtr:sparc-nlp/liver/109, also lists liver in its connectivity, but does not include feature ID 1121 in its nodes.
Furthermore, in the node-paths object:
"1121": [
"ilxtr:sparc-nlp/liver/112",
"ilxtr:sparc-nlp/liver/121",
"ilxtr:sparc-nlp/liver/119",
"ilxtr:sparc-nlp/liver/125",
"ilxtr:sparc-nlp/liver/110",
"ilxtr:sparc-nlp/liver/123"
],
ilxtr:sparc-nlp/liver/109 is missing from the list, despite having the same connectivity feature.
Liver is just one example, but this issue may affect other pathways as well. Based on previous discussions with Yuda, this could be due to the recent addition of connectivity data in the Maps. Opening this issue to confirm whether this is a case of missing data or expected behaviour.
It looks like there may be missing data in the
nodesfield for some pathways in the flatmap data, even though the corresponding features are listed in theconnectivity. This was observed while testing "Human Male" data on the devel server.For example, the pathway
ilxtr:sparc-nlp/liver/121includes the liver (UBERON:0002107) in itsconnectivityand also includes the related feature ID1121in itsnodes. However, another pathway,ilxtr:sparc-nlp/liver/109, also lists liver in itsconnectivity, but does not include feature ID1121in itsnodes.Furthermore, in the
node-pathsobject:ilxtr:sparc-nlp/liver/109is missing from the list, despite having the same connectivity feature.Liver is just one example, but this issue may affect other pathways as well. Based on previous discussions with Yuda, this could be due to the recent addition of connectivity data in the Maps. Opening this issue to confirm whether this is a case of missing data or expected behaviour.