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
Copy file name to clipboardExpand all lines: README.md
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# DeepPhe-Viz v0.2.0
1
+
# DeepPhe-Viz v0.3.0
2
2
3
3
The DeepPhe NLP extracts information from the patient cancer reports and stores the data in Neo4j graph database. The DeepPhe-Viz tool represents the extracted information in an organized workflow to end users, enabling exploration and discovery of patient data.
4
4
@@ -17,12 +17,12 @@ The DeepPhe NLP extracts information from the patient cancer reports and stores
17
17
18
18
You must have the following tools installed:
19
19
20
-
-[Nodejs 10.13.0 (includes npm 6.4.1) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
21
-
-[Neo4j 3.2.x Server](https://neo4j.com/download-center/#releases) - is used to store the graph output from DeepPhe NLP
20
+
-[Nodejs 10.15.1 (includes npm 6.4.1) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
21
+
-[Neo4j 3.5.x Server](https://neo4j.com/download-center/#releases) - is used to store the graph output from DeepPhe NLP
22
22
23
23
if you need to manage multiple versions of NodeJS, we have been successfully using the [nvm](https://github.com/creationix/nvm) tool to configure and manage our NodeJS environment; nvm enables a user to associate a paritcular NodeJS and NPM version with their Unix shell, allowing for each switching between NodeJS versions across different projects.
24
24
25
-
For neo4j server installation, we have tested the "Neo4j Community Edition 3.2.13" with this DeepPhe release, and you can download it from the [Neo4j Releases page](https://neo4j.com/download-center/#releases) by choosing the correct download for your platform. Then follow their [installation instructions](https://neo4j.com/docs/operations-manual/current/installation/) to configure and start the server.
25
+
For neo4j server installation, we have tested the "Neo4j Community Edition 3.5.1" with this DeepPhe release, and you can download it from the [Neo4j Releases page](https://neo4j.com/download-center/#releases) by choosing the correct download for your platform. Then follow their [installation instructions](https://neo4j.com/docs/operations-manual/current/installation/) to configure and start the server.
26
26
27
27

28
28
@@ -49,7 +49,7 @@ After building the [DeepPhe system](https://github.com/DeepPhe/DeepPhe-Release/b
49
49
dbms.active_database=deepphe.db
50
50
````
51
51
52
-
You'll also have a file named `deepphe-viz-0.2.0-plugin.zip` in the directory `deepphe-viz-neo4j/target` after building the [DeepPhe system](https://github.com/DeepPhe/DeepPhe-Release/blob/master/README.md). This compressed file contains a directory named `plugins`. All the jar files of the `plugins` directory must be copied to `<NEO4J_HOME>/plugins` directory. The DeepPhe-Viz uses these libraries to interact with the customized DeepPhe system database.
52
+
You'll also have a file named `deepphe-viz-0.3.0-plugin.zip` in the directory `deepphe-viz-neo4j/target` after building the [DeepPhe system](https://github.com/DeepPhe/DeepPhe-Release/blob/master/README.md). This compressed file contains a directory named `plugins`. All the jar files of the `plugins` directory must be copied to `<NEO4J_HOME>/plugins` directory. The DeepPhe-Viz uses these libraries to interact with the customized DeepPhe system database.
53
53
54
54
To run Neo4j as a console application, use:
55
55
`./<NEO4J_HOME>/bin/neo4j console`
@@ -77,7 +77,7 @@ The Viz tool consists of two major components—cohort analysis and individu
77
77
78
78
### Cohort Analysis
79
79
80
-
When we first load the DeepPhe-Viz in the web browser, you'll see a cohort analysis page. The system queries Neo4j to get all the patients of all cancer stages, and the results are represented in a series of charts.
80
+
When we first load the DeepPhe-Viz in the web browser, you'll see a cohort analysis page. The system queries Neo4j to get all the patients of all cancer stages, and the results are represented in a series of charts. The two charts (A) and (B) on the top section can be used as filters to narrow down the target patients (C) and the resulting charts (D), (E), and (F).
@@ -87,29 +87,34 @@ This chart shows the number of patients of each cancer stage. When users click o
87
87
88
88
**B. Patient Age of First Encounter Per Stage**
89
89
90
-
Box-whisker plots summarizing the distribution of patient age of diagnosis across all cancer stages.
90
+
Box-whisker plots summarizing the distribution of patient age of diagnosis across all cancer stages. The age range sliders on both sides can be used to specify the target range of first encounter age.
91
91
92
-
**C. Diagnosis**
92
+
**C. Target Patients**
93
93
94
-
The diagnosis chart is a summary of all the diagnosis across all the patient or patients from the selected stage. Moving the bottom slider scrolls through the patients in the X axis.
94
+
The target patients list is grouped by their age of first encounter and serves as the entry point to the individual patient profile. The highlighted patients are the ones being displayed in the Diagnosis chart (D).
95
95
96
-
**D. Biomarkers**
96
+
**D. Diagnosis**
97
97
98
-
The biomarkers chart is a stacked bar chart that shows the percentage of patients who are positive, negative, and unknown for major biomarkers. Note - as of October 2018, this display is only meaningful for breast cancer data.
98
+
The diagnosis chart is a summary of all the grouped diagnosis across all the target patients based on the filters. Moving the bottom slider scrolls through the patients in the X axis.
99
99
100
-
**E. Patients Table**
100
+
**E. Biomarkers Overview**
101
+
102
+
The biomarkers overview chart is a simple distrubtion that shows the percentage of patients with biomarkers and patients without biomarkers among the target patients. Because biomarkers don't apply to patients with certain diagnosis.
103
+
104
+
**F. Patients With Biomarkers**
105
+
106
+
The biomarkers overview chart is a stacked bar chart that shows the percentage of patients who are positive, negative, and unknown for major biomarkers.
101
107
102
-
The patient table groups the target patients by their age of first encounter and serves as the entry point to the individual patient profile.
103
108
104
109
### Individual Patient Profile
105
110
106
111
Clicking a target patient from the Cohort Analysis patient table, leads to display of the individual patient page.
The patient view starts with personal information on the upper left (A), followed by the cancer summary (B) and tumor summaries (C). The default tumor summary list view stacks all the tumors and the table view shows comparable items side by side. Similar concepts are grouped and share background colors. Concepts are ordered by importance, and each can be clicked to display their original sources in clinical notes on the right.
115
+
The patient view starts with personal information on the upper left (A), followed by the cancer and tumor summary (B). The default tumor summary list view stacks all the tumors and the table view shows comparable items side by side. Similar concepts are grouped and share background colors. Concepts are ordered by importance, and each can be clicked to display their original sources in clinical notes on the right.
111
116
112
-
This timeline view (D) provides a temporal view of all of the reports for this patient. Currently we have the following report types:
117
+
This timeline view (C) provides a temporal view of all of the reports for this patient. Currently we have the following report types:
113
118
114
119
- Progress Note
115
120
- Radiology Report
@@ -130,12 +135,17 @@ The double-thumb slider below the timeline can also be used to zoom and scroll
130
135
131
136
All information shown in the cohort graphs, cancer and tumor summaries, and patient timeline are extracted from clinical notes or inferred via domain rules.
132
137
133
-
When you click one of the report dots, the report text is shown underneath the timeline (E) with all of the concepts extracted from the report. Clicking on these terms scauses the document text to scroll to the relevant span.
138
+
When you click one of the report dots, the report text is shown underneath the timeline (D) with all of the concepts extracted from the report. Clicking on these terms scauses the document text to scroll to the relevant span.
134
139
135
140
Note that the text in this example is obscured to protect the privacy of the patient.
136
141
137
142
All of the summary items from the full cancer and tumor summaries can also be clicked to show their source report in the timeline.
138
143
144
+
## API Documentation
145
+
146
+
We've created a set of API endpoints using Swagger UI for advanced users to explore the potential use cases for their additional needs. The API documentation can be accessed at http://localhost:8383/documentation once you have the DeepPhe-Viz server running. This documentation allows the users to visualize and interact with the API's resources without having any of the implementation logic in place.
147
+
148
+

0 commit comments