va-big-data-genomics / trellis-mvp-data-modelling

Resources uses for interacting and updating the Trellis MVP graph database model.
MIT License
0 stars 0 forks source link

Add WgsDataReleaseTest study #3

Closed pbilling closed 1 year ago

pbilling commented 1 year ago

Create a study named "WgsDataReleaseTest" to represent the n=79 samples Joe has been using as a test set for WGS data release resources.

pbilling commented 1 year ago
MATCH (s:Study)-[:HAS_PARTICIPANT]->(p:Participant)-[:IS]->(:Person)
WHERE s.name = "WgsDataReleaseTestSmall"
RETURN COUNT(p)

COUNT(p)
79
pbilling commented 1 year ago

Used script (fa4b012) to add participants to study.