LiangruiPan commited on
Commit
4c8eec0
·
verified ·
1 Parent(s): 4885682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dataset structure
2
+
3
+ This dataset contains the LUAD data snapshot used for FORESEE evaluation.
4
+
5
+ Files:
6
+ - tcga_type_all_clean.csv: cleaned LUAD clinical table, including patient ID, survival time, survival status, and matched sample information.
7
+ - tcga_type_rna.csv: RNA-seq features matched to patient/sample IDs.
8
+ - tcga_type_cnv.csv: CNV features matched to patient/sample IDs.
9
+ - tcga_type_mut.csv: mutation features matched to patient/sample IDs.
10
+
11
+ Data leakage check:
12
+ We checked patient-level overlap between the training cohort and this evaluation cohort using TCGA patient barcodes/case IDs and sample IDs. No overlapping patients were identified.
13
+
14
+ Usage:
15
+ These files are provided to reproduce the LUAD evaluation and to verify the exact patient-level data snapshot used in the study.
16
+