Add dataset card README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- neuroinflammation
|
| 7 |
+
- depression
|
| 8 |
+
- biomarkers
|
| 9 |
+
- IL-6
|
| 10 |
+
- TNF-alpha
|
| 11 |
+
- CRP
|
| 12 |
+
- mental-health
|
| 13 |
+
- psychiatry
|
| 14 |
+
pretty_name: Neuroinflammation Biomarkers in Depression (2020-2024)
|
| 15 |
+
doi: 10.7910/DVN/QBQXKL
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Neuroinflammation Biomarkers in Depression (2020-2024)
|
| 19 |
+
|
| 20 |
+
[](https://doi.org/10.7910/DVN/QBQXKL) [](https://github.com/juanmoisesd/neuroinflammation-biomarkers-depression-2020-2024)
|
| 21 |
+
|
| 22 |
+
**Author:** Juan Moises de la Serna | ORCID: 0000-0002-8401-8018
|
| 23 |
+
**Full dataset:** [Harvard Dataverse doi.org/10.7910/DVN/QBQXKL](https://doi.org/10.7910/DVN/QBQXKL)
|
| 24 |
+
|
| 25 |
+
## Description
|
| 26 |
+
|
| 27 |
+
Global meta-analysis of neuroinflammation biomarkers (IL-6, TNF-α, CRP, IL-1β) in depression (MDD), bipolar disorder (BD), and healthy controls. 147 studies, 15,000+ participants, 2020–2024.
|
| 28 |
+
|
| 29 |
+
| Biomarker | MDD | HC | Ratio |
|
| 30 |
+
|-----------|-----|-------|-------|
|
| 31 |
+
| IL-6 | 7.8 pg/mL | 2.4 pg/mL | 3.25× |
|
| 32 |
+
| TNF-α | 18.5 pg/mL | 8.2 pg/mL | 2.26× |
|
| 33 |
+
| CRP | 4.2 mg/L | 1.2 mg/L | 3.50× |
|
| 34 |
+
|
| 35 |
+
## Quick Start
|
| 36 |
+
|
| 37 |
+
```python
|
| 38 |
+
# pip install neuroinflammation-biomarkers-depression
|
| 39 |
+
from neuroinflammation_biomarkers import load_dataset, get_biomarker_summary
|
| 40 |
+
df = load_dataset()
|
| 41 |
+
summary = get_biomarker_summary()
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## Citation
|
| 45 |
+
de la Serna, J.M. (2024). Neuroinflammation Biomarkers in Depression. Harvard Dataverse. https://doi.org/10.7910/DVN/QBQXKL
|