UniTuebingen-BDVA / ProtEGOnist

ProtEGOnist is a graph visualisation approach to visualize small world networks based on the concept of ego graphs around nodes of interest.
MIT License
1 stars 0 forks source link

How to handle orphans? (In data loading) #187

Closed ThHarbig closed 4 months ago

ThHarbig commented 4 months ago

Should we

  1. Filter graphs for Orphans before working with them.
  2. Allow orphans in graphs and allow them to be displayed.
  3. Show orphans in the metadata table (if they have metadata) but do not allow adding them to the visualizations

I can think of only a few use cases with orphans:

  1. You want to check if a node is an orphan
  2. You want to look at the metadata of the orphan

Related to #175