juanmoisesdelas commited on
Commit
2616d1f
·
verified ·
1 Parent(s): 6ea3daf

Add dataset card README

Browse files
Files changed (1) hide show
  1. README.md +45 -3
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
+ [![DOI](https://img.shields.io/badge/DOI-10.7910%2FDVN%2FQBQXKL-blue)](https://doi.org/10.7910/DVN/QBQXKL) [![GitHub](https://img.shields.io/badge/GitHub-Code-black)](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