Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate progress reports #81

Open
dosumis opened this issue Apr 2, 2021 · 0 comments
Open

Generate progress reports #81

dosumis opened this issue Apr 2, 2021 · 0 comments

Comments

@dosumis
Copy link
Contributor

dosumis commented Apr 2, 2021

STATUS: Draft

For reporting back to the wider group, it would be useful to regularly generate reports we can use to track progress. Here's a first attempt at a simple cypher query to use for generating a crude progress report:

MATCH (Cluster:Class { label: 'Cluster'})<-[:INSTANCEOF]-(i:Individual) 
OPTIONAL MATCH (cl:Class)<-[:SUBCLASSOF]-(c:Class)-[r:has_exemplar]->(i) 
RETURN count(distinct r) as transcriptomics_classes, count(distinct i) as taxonomy_nodes, 
count(distinct cl) as cl_parent_classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant