The following query produces a standard FLyBase linkout table with 1-2 links per FB construct.
MATCH (f:Feature)<-[]-(ep:Class)-[dbx:hasDbXref]->(s:Site { short_form: 'FlyLight'})
WITH f, ep MATCH (ep)<-[:INSTANCEOF]-(i:Individual)
<-[]-(channel:Individual)-[irw:in_register_with]->(t:Individual)
WITH distinct f.short_form AS `#FlyBase ID`, collect(i.short_form)[0] AS DBID,
t.label as template
RETURN `#FlyBase ID`, 'VFB' as DBNAME, DBID ORDER BY `#FlyBase ID`
=>
| #FlyBase ID |
DBNAME |
DBID |
| "FBtp0057296" |
"VFB" |
"VFB_00020468" |
| "FBtp0057297" |
"VFB" |
"VFB_00023198" |
| "FBtp0057299" |
"VFB" |
"VFB_00020592" |
| ... |
|
|
Link recipe:
https://virtualflybrain.org/reports/VFB_00068899
Thumbnail link recipe:
https://virtualflybrain.org/reports/VFB_00068899/thumbnail.png
The following query produces a standard FLyBase linkout table with 1-2 links per FB construct.
=>
Link recipe:
https://virtualflybrain.org/reports/VFB_00068899
Thumbnail link recipe:
https://virtualflybrain.org/reports/VFB_00068899/thumbnail.png