Skip to content

Commit

Permalink
Improved text in scenario 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rosazwart committed Jul 26, 2024
1 parent a99bcd5 commit 7a07f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPARQL/scenario_4/question1_a.rq
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ?genesymbolvalue ?otherdiagnosis ?otherdiseaseid ?otherdiseaselabel
WHERE {
# Find phenopacket with given ID
# Find phenopacket of AML cell line given its ID ('new-reference-files')
?phenopacket a obo:NCIT_C79269 ;
sio:SIO_000228 ?role .
?id sio:SIO_000020 ?role ;
Expand Down
4 changes: 2 additions & 2 deletions scenario4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ A researcher is interested in the diversity and prevalence of genetic aberration

Have patients been observed with variants in the same gene and the same diagnosis?

To answer this question the genes are found in which at least one mutation is present given the phenopacket of the AML cell line and given a collected set of other instances of phenopackets. The next step is to acquire the diagnosed diseases with which the relevant mutations are associated. These steps are performed in the following SPARQL query:
To answer this question the genes are found in which at least one mutation is present given the phenopacket of the AML cell line identified as `new-reference-files` and given a set of other instances of phenopackets collected from a public data source. This database contains phenopackets holding information from different published cases and cohort reports. The next step is to acquire the diagnosed diseases with which the relevant mutations are associated in the collected phenopackets. These steps are performed in the following SPARQL query:

```{literalinclude} SPARQL/scenario_4/question1_a.rq
:language: sparql
```

From the collection of available phenopackets, a disease other than AML is identified that is associated with a mutation in the same gene as for the given AML cell line based on the query result shown below:
From the collection of available phenopackets, a disease other than AML associated with a mutation in the same gene as for the given AML cell line is identified based on the query result shown below:

```{glue} scenario4_diagnosis
:doc: hamlet_notebook.ipynb
Expand Down

0 comments on commit 7a07f03

Please sign in to comment.