Sampade07 commited on
Commit
1f00e0d
·
verified ·
1 Parent(s): 6d2be44

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # ANODE: Synthetic NSCLC EHR & Genomics Dataset
6
+
7
+ ## Title: ANODE-OncoGen High-Fidelity Synthetic Records
8
+
9
+ This dataset consists of a high-density `.jsonl` collection of synthetic patient records for Non-Small Cell Lung Cancer (NSCLC), integrating clinical history with deep genomic markers.
10
+
11
+
12
+
13
+ ### 📋 Full Feature Specifications
14
+ The dataset includes the following features for every patient record:
15
+
16
+ #### 1. Administrative & Metadata
17
+ * **patient_id**: Unique identifier for the synthetic patient (e.g., `ANODE_551499`).
18
+ * **record_id**: Unique identifier for the specific clinical event.
19
+ * **record_generation_timestamp**: ISO 8601 timestamp of data simulation.
20
+ * **synthetic_source**: Versioning information for the Grok-4 high-fidelity simulator.
21
+
22
+ #### 2. Clinical Demographics
23
+ * **age_at_diagnosis**: Patient age in years.
24
+ * **sex**: Biological sex (male/female).
25
+ * **smoking_pack_years**: Quantitative history of tobacco use.
26
+ * **ecog_performance_status**: Functional status score (0–4) indicating the patient's level of self-care.
27
+
28
+ #### 3. Oncology & Histology
29
+ * **cancer_type**: Specific malignancy (Non-small cell lung cancer).
30
+ * **histology**: Cellular classification (e.g., Adenocarcinoma, Squamous cell carcinoma).
31
+ * **stage_at_diagnosis**: Disease progression stage (e.g., IVA, IVB).
32
+ * **primary_tumor_size_cm**: Diameter of the primary lesion in centimeters.
33
+ * **metastatic_sites_count**: Numerical count of secondary tumor locations.
34
+
35
+
36
+
37
+ #### 4. Genomic & Biomarker Profile
38
+ * **driver_mutation**: Identified genetic drivers (e.g., ALK fusion, EGFR, KRAS, BRAF, or None).
39
+ * **pd_l1_tps_percent**: Tumor Proportion Score for PD-L1 expression (0–100%).
40
+ * **tmb_mutations_per_mb**: Tumor Mutational Burden measured in mutations per megabase.
41
+ * **msi_status**: Microsatellite instability status (e.g., MSS).
42
+
43
+ #### 5. Treatment & Survival Outcomes
44
+ * **first_line_regimen**: Initial therapy used (e.g., carboplatin + paclitaxel + pembrolizumab).
45
+ * **overall_survival_months**: Time elapsed from diagnosis to death or last follow-up.
46
+ * **censored**: Boolean flag (true/false) indicating if the patient was still alive at the end of the simulation period.
47
+
48
+
49
+
50
+ ### 📂 Technical Format
51
+ * **File Extension**: `.jsonl` (JSON Lines)
52
+ * **Encoding**: UTF-8
53
+ * **Schema Consistency**: Strict key-value pairing across all entries for programmatic parsing.
54
+ *