x-atlas-consortia / hra-pop

HRApop
MIT License
0 stars 1 forks source link

Consider separating `as-cell-summaries` by laterality #98

Open andreasbueckle opened 1 month ago

andreasbueckle commented 1 month ago

Relevant for kidney, ovary, eye, knee, and others.

bherr2 commented 1 month ago

If we end up slicing by scenegraph node, laterality would be taken car of as part of that (the laterality is part of the node's name)

andreasbueckle commented 1 month ago

For indexing/querying purposes, would it be better to have an additional, explicit field with the laterality? Might be hard to find/parse if it is embedded in a string.

PS: This issue is related to #96

bherr2 commented 1 month ago

Maybe, but you should be able to do a graph query to go from the scenegraph node (which could be the URI of the Spatial Entity) and then get the laterality from the reference organ it's part of.