Closed chilampoon closed 4 years ago
A more succinct way to show the 'row' data. Turn list to dataframe?
When you have time, perhaps sharing the different possible ways of displaying the data in this thread would help discussions
What about:
query:
MATCH p1 = (pe:PhysicalEntity)<-[:input|output|catalystActivity|regulatedBy]-(event:Event)
MATCH p2 = (event:Event)<-[:hasEvent*]-(upperevent:Event)
WHERE pe.stId = "R-HSA-196015"
RETURN pe,event,upperevent,relationships(p1),relationships(p2)
'row output:
upperevent df (physicalEntity & event dfs are similar):
relationships:
Yes, I think this shows the data nicely!
A more succinct way to show the 'row' data. Turn list to dataframe?