Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okbp committed Sep 8, 2017
1 parent 798ba52 commit 5eb7c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions d3sparql-htmltable.html
Expand Up @@ -52,6 +52,7 @@ <h1>d3htmltable</h1>
SELECT DISTINCT ?organism ?up_tax ?label ?length ?genes
WHERE
{
# Cyanobacteria (1117)
?organism a tax:Taxon ;
rdfs:subClassOf+ id_tax:1117 ;
stats:sequence_length ?length ;
Expand Down
1 change: 1 addition & 0 deletions d3sparql-scatterplot.html
Expand Up @@ -64,6 +64,7 @@ <h1>d3scatterplot</h1>
SELECT DISTINCT ?organism ?up_tax ?label ?length ?genes
WHERE
{
# Cyanobacteria (1117)
?organism a tax:Taxon ;
rdfs:subClassOf+ id_tax:1117 ;
stats:sequence_length ?length ;
Expand Down
1 change: 1 addition & 0 deletions d3sparql-treemapzoom.html
Expand Up @@ -75,6 +75,7 @@ <h1>d3treemapzoom</h1>
?root skos:narrowerTransitive* ?enzyme .
?parent skos:narrowerTransitive ?enzyme .
?protein up:enzyme ?enzyme .
# Homo sapiens (9606)
?protein up:organism taxon:9606
}
GROUP BY ?root ?parent ?enzyme ORDER BY ?enzyme
Expand Down

0 comments on commit 5eb7c97

Please sign in to comment.