Closed adamstruck closed 5 years ago
Currently if you perform a traversal such as:
V("Program:GTEx").in_("InProgram").hasId("Project:GTEx_Ovary").in_("InProject").in_("SampleFor")
You would end up with samples from multiple GTEx projects since each case links to all of its derived samples. This could be addressed by adding an edge between Project and Case
Currently if you perform a traversal such as:
You would end up with samples from multiple GTEx projects since each case links to all of its derived samples. This could be addressed by adding an edge between Project and Case