Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: >-
|
| 4 |
+
Topic model data from Finding Long-COVID: temporal topic modeling of
|
| 5 |
+
electronic health records from the N3C and RECOVER programs
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
These data represent medical concept probabilities for 300 topics generated via Latent Direchlet Allocation applied
|
| 9 |
+
to 387M electronic health record conditions for 7.9M patients as described in
|
| 10 |
+
[Finding Long-COVID: temporal topic modeling of electronic health records from the N3C and RECOVER programs
|
| 11 |
+
](https://www.nature.com/articles/s41746-024-01286-3#Sec7). Terms are encoded as OMOP CDM standard `concept_id` values;
|
| 12 |
+
see details at [OHDSI](https://ohdsi.org/) and [OHDSI ATHENA](https://athena.ohdsi.org).
|
| 13 |
+
|
| 14 |
+
Column summary:
|
| 15 |
+
- `topic_name`: topics are named T-1 to T-300, in order of weighted usage; also included in topic name are `U` (aggregate usage of topic in data), `H` (a measure of topic usage uniformity across data contributing sites), and `C` (a z-score normalized coherence value indicating relative topic quality)
|
| 16 |
+
- `concept_name`: human-readable name of the OMOP CDM concept
|
| 17 |
+
- `concept_id`: OMOP CDM standard concept ID
|
| 18 |
+
- `term_weight`: the probability of the `concept_id` being generated by the topic `topic_name`
|
| 19 |
+
- `relevance`: A measure of topic-relative weight - positive values indicate concepts more specific to the topic than background, negative values less specific
|