You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add query hooks to neurons (driven by scRNAseq flag)
Hack in hasScRNAseq tag via Cypher. Don't wait for another DB build. MATCH (primary:Class:Anatomy)<-[r:SUBCLASSOF*0..]-(a:Class:Anatomy)<-[r1:composed_primarily_of]-(c:Cluster:Individual)-[r3:has_source]->(ds:scRNAseq_DataSet:Individual) SET primary:hasScRNAseq
Add query text for query for clusters: "Single cell transcriptomics data for {%anatomy}"
Add Query details to XMI - run subClassOf query in OWLERY to generate input
Hack in DataSet label to node with scRNAseqDataSet => fix queries for data and license on cluster TermInfo. @Robbie1977 (Note - this will be fixed in new database load)
Query hook for clusters - can just use "Cluster" for now - but in future it would be better to have an scRNAseq label as we may well re use cluster for other purposes. QUery tet: Genes expressed in ${cluster}
Changes to XMI - direct neo4j query - just takes ID of cluster (Individual)
Code needed to translate queries to results tables
@Robbie1977 has written - will link PR to this ticket.
MATCH (primary:Class:Anatomy)<-[r:SUBCLASSOF*0..]-(a:Class:Anatomy)<-[r1:composed_primarily_of]-(c:Cluster:Individual)-[r3:has_source]->(ds:scRNAseq_DataSet:Individual) SET primary:hasScRNAseq
Pushing scRNAseq data queries live: Can we do it this week?
MATCH (primary:Class:Anatomy)<-[r:SUBCLASSOF*0..]-(a:Class:Anatomy)<-[r1:composed_primarily_of]-(c:Cluster:Individual)-[r3:has_source]->(ds:scRNAseq_DataSet:Individual) SET primary:hasScRNAseq
The text was updated successfully, but these errors were encountered: