Liu-Hy commited on
Commit
5716e25
·
verified ·
1 Parent(s): 13fd1a3

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +22 -0
  2. p3/preprocess/COVID-19/GSE185658.csv +3 -0
  3. p3/preprocess/COVID-19/gene_data/GSE185658.csv +3 -0
  4. p3/preprocess/COVID-19/gene_data/GSE211378.csv +0 -0
  5. p3/preprocess/COVID-19/gene_data/GSE216705.csv +3 -0
  6. p3/preprocess/Cervical_Cancer/gene_data/TCGA.csv +3 -0
  7. p3/preprocess/Colon_and_Rectal_Cancer/TCGA.csv +3 -0
  8. p3/preprocess/Colon_and_Rectal_Cancer/gene_data/TCGA.csv +3 -0
  9. p3/preprocess/Coronary_artery_disease/GSE120774.csv +3 -0
  10. p3/preprocess/Coronary_artery_disease/GSE86216.csv +3 -0
  11. p3/preprocess/Craniosynostosis/GSE27976.csv +3 -0
  12. p3/preprocess/Craniosynostosis/clinical_data/GSE27976.csv +4 -0
  13. p3/preprocess/Craniosynostosis/gene_data/GSE27976.csv +3 -0
  14. p3/preprocess/Creutzfeldt-Jakob_Disease/GSE87629.csv +0 -0
  15. p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/GSE62699.csv +2 -0
  16. p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/GSE87629.csv +2 -0
  17. p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/TCGA.csv +0 -0
  18. p3/preprocess/Creutzfeldt-Jakob_Disease/code/GSE62699.py +150 -0
  19. p3/preprocess/Creutzfeldt-Jakob_Disease/code/GSE87629.py +144 -0
  20. p3/preprocess/Creutzfeldt-Jakob_Disease/code/TCGA.py +27 -0
  21. p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/GSE62699.csv +0 -0
  22. p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/GSE87629.csv +0 -0
  23. p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/TCGA.csv +3 -0
  24. p3/preprocess/Crohns_Disease/GSE169568.csv +3 -0
  25. p3/preprocess/Crohns_Disease/GSE186963.csv +3 -0
  26. p3/preprocess/Crohns_Disease/GSE207022.csv +3 -0
  27. p3/preprocess/Crohns_Disease/GSE259353.csv +0 -0
  28. p3/preprocess/Crohns_Disease/GSE66407.csv +0 -0
  29. p3/preprocess/Crohns_Disease/GSE83448.csv +3 -0
  30. p3/preprocess/Crohns_Disease/clinical_data/GSE123086.csv +4 -0
  31. p3/preprocess/Crohns_Disease/clinical_data/GSE123088.csv +4 -0
  32. p3/preprocess/Crohns_Disease/clinical_data/GSE169568.csv +4 -0
  33. p3/preprocess/Crohns_Disease/clinical_data/GSE186582.csv +3 -0
  34. p3/preprocess/Crohns_Disease/clinical_data/GSE186963.csv +2 -0
  35. p3/preprocess/Crohns_Disease/clinical_data/GSE193677.csv +4 -0
  36. p3/preprocess/Crohns_Disease/clinical_data/GSE207022.csv +2 -0
  37. p3/preprocess/Crohns_Disease/clinical_data/GSE259353.csv +4 -0
  38. p3/preprocess/Crohns_Disease/clinical_data/GSE66407.csv +3 -0
  39. p3/preprocess/Crohns_Disease/clinical_data/GSE83448.csv +2 -0
  40. p3/preprocess/Crohns_Disease/code/GSE123086.py +246 -0
  41. p3/preprocess/Crohns_Disease/code/GSE123088.py +240 -0
  42. p3/preprocess/Crohns_Disease/code/GSE169568.py +313 -0
  43. p3/preprocess/Crohns_Disease/code/GSE186582.py +158 -0
  44. p3/preprocess/Crohns_Disease/code/GSE186963.py +152 -0
  45. p3/preprocess/Crohns_Disease/code/GSE193677.py +137 -0
  46. p3/preprocess/Crohns_Disease/code/GSE207022.py +148 -0
  47. p3/preprocess/Crohns_Disease/code/GSE259353.py +142 -0
  48. p3/preprocess/Crohns_Disease/code/GSE66407.py +152 -0
  49. p3/preprocess/Crohns_Disease/code/GSE83448.py +152 -0
  50. p3/preprocess/Crohns_Disease/code/TCGA.py +25 -0
.gitattributes CHANGED
@@ -1590,3 +1590,25 @@ p3/preprocess/Coronary_artery_disease/GSE250283.csv filter=lfs diff=lfs merge=lf
1590
  p3/preprocess/Colon_and_Rectal_Cancer/gene_data/GSE46862.csv filter=lfs diff=lfs merge=lfs -text
1591
  p3/preprocess/Congestive_heart_failure/gene_data/GSE182600.csv filter=lfs diff=lfs merge=lfs -text
1592
  p3/preprocess/Coronary_artery_disease/GSE109048.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1590
  p3/preprocess/Colon_and_Rectal_Cancer/gene_data/GSE46862.csv filter=lfs diff=lfs merge=lfs -text
1591
  p3/preprocess/Congestive_heart_failure/gene_data/GSE182600.csv filter=lfs diff=lfs merge=lfs -text
1592
  p3/preprocess/Coronary_artery_disease/GSE109048.csv filter=lfs diff=lfs merge=lfs -text
1593
+ p3/preprocess/Coronary_artery_disease/GSE86216.csv filter=lfs diff=lfs merge=lfs -text
1594
+ p3/preprocess/COVID-19/gene_data/GSE216705.csv filter=lfs diff=lfs merge=lfs -text
1595
+ p3/preprocess/COVID-19/gene_data/GSE185658.csv filter=lfs diff=lfs merge=lfs -text
1596
+ p3/preprocess/COVID-19/GSE185658.csv filter=lfs diff=lfs merge=lfs -text
1597
+ p3/preprocess/Cervical_Cancer/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
1598
+ p3/preprocess/Coronary_artery_disease/GSE120774.csv filter=lfs diff=lfs merge=lfs -text
1599
+ p3/preprocess/Crohns_Disease/GSE186963.csv filter=lfs diff=lfs merge=lfs -text
1600
+ p3/preprocess/Crohns_Disease/GSE207022.csv filter=lfs diff=lfs merge=lfs -text
1601
+ p3/preprocess/Crohns_Disease/GSE83448.csv filter=lfs diff=lfs merge=lfs -text
1602
+ p3/preprocess/Crohns_Disease/gene_data/GSE186963.csv filter=lfs diff=lfs merge=lfs -text
1603
+ p3/preprocess/Crohns_Disease/GSE169568.csv filter=lfs diff=lfs merge=lfs -text
1604
+ p3/preprocess/Crohns_Disease/gene_data/GSE207022.csv filter=lfs diff=lfs merge=lfs -text
1605
+ p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
1606
+ p3/preprocess/Crohns_Disease/gene_data/GSE169568.csv filter=lfs diff=lfs merge=lfs -text
1607
+ p3/preprocess/Cystic_Fibrosis/GSE100521.csv filter=lfs diff=lfs merge=lfs -text
1608
+ p3/preprocess/Crohns_Disease/gene_data/GSE83448.csv filter=lfs diff=lfs merge=lfs -text
1609
+ p3/preprocess/Cystic_Fibrosis/GSE53543.csv filter=lfs diff=lfs merge=lfs -text
1610
+ p3/preprocess/Colon_and_Rectal_Cancer/TCGA.csv filter=lfs diff=lfs merge=lfs -text
1611
+ p3/preprocess/Colon_and_Rectal_Cancer/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
1612
+ p3/preprocess/Craniosynostosis/GSE27976.csv filter=lfs diff=lfs merge=lfs -text
1613
+ p3/preprocess/Craniosynostosis/gene_data/GSE27976.csv filter=lfs diff=lfs merge=lfs -text
1614
+ p3/preprocess/Cystic_Fibrosis/gene_data/GSE100521.csv filter=lfs diff=lfs merge=lfs -text
p3/preprocess/COVID-19/GSE185658.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0c0ee0d672b3051d7aa55332f164500c1be2b5ac0b35cd621e00ca2af4c6b8
3
+ size 18243248
p3/preprocess/COVID-19/gene_data/GSE185658.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b064b4ff46319ff3299b7070c722d1dc8c5d18ccd250e48a01a23b881a5478
3
+ size 18243051
p3/preprocess/COVID-19/gene_data/GSE211378.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/COVID-19/gene_data/GSE216705.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c22c8d0c34aa028810b7673fa1c3b2f58abae81102b012522eb4adb18fa013
3
+ size 11734154
p3/preprocess/Cervical_Cancer/gene_data/TCGA.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1aed702adaa4b3040456eb9839bf7e1c3d919fbadc044c16076aaf11fe5ed8e
3
+ size 92575525
p3/preprocess/Colon_and_Rectal_Cancer/TCGA.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5390e6daf5e3e47bb2c3812fe5afc0432b495fa8f86816dbdef6f026e048eb
3
+ size 126039154
p3/preprocess/Colon_and_Rectal_Cancer/gene_data/TCGA.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ad01388efefe4f4b1c0553956a6584709216157e914efc50afbd3ab6db088f
3
+ size 126034303
p3/preprocess/Coronary_artery_disease/GSE120774.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:572b9b7e3d2c15c7a7eab65b1c5ab74a3008cfec616d5179ab2d5dc861426e4e
3
+ size 62368984
p3/preprocess/Coronary_artery_disease/GSE86216.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73603a06c89ea3702f7d25d3c4087030e3aaa3575a78f00e62a90fa7252484d2
3
+ size 29506518
p3/preprocess/Craniosynostosis/GSE27976.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557ff216dbfb89b8495832e041de2ba238ab1d53ac0c276a5e1bf2e4b7ab7f35
3
+ size 84076597
p3/preprocess/Craniosynostosis/clinical_data/GSE27976.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM692146,GSM692147,GSM692148,GSM692149,GSM692150,GSM692151,GSM692152,GSM692153,GSM692154,GSM692155,GSM692156,GSM692157,GSM692158,GSM692159,GSM692160,GSM692161,GSM692162,GSM692163,GSM692164,GSM692165,GSM692166,GSM692167,GSM692168,GSM692169,GSM692170,GSM692171,GSM692172,GSM692173,GSM692174,GSM692175,GSM692176,GSM692177,GSM692178,GSM692179,GSM692180,GSM692181,GSM692182,GSM692183,GSM692184,GSM692185,GSM692186,GSM692187,GSM692188,GSM692189,GSM692190,GSM692191,GSM692192,GSM692193,GSM692194,GSM692195,GSM692196,GSM692197,GSM692198,GSM692199,GSM692200,GSM692201,GSM692202,GSM692203,GSM692204,GSM692205,GSM692206,GSM692207,GSM692208,GSM692209,GSM692210,GSM692211,GSM692212,GSM692213,GSM692214,GSM692215,GSM692216,GSM692217,GSM692218,GSM692219,GSM692220,GSM692221,GSM692222,GSM692223,GSM692224,GSM692225,GSM692226,GSM692227,GSM692228,GSM692229,GSM692230,GSM692231,GSM692232,GSM692233,GSM692234,GSM692235,GSM692236,GSM692237,GSM692238,GSM692239,GSM692240,GSM692241,GSM692242,GSM692243,GSM692244,GSM692245,GSM692246,GSM692247,GSM692248,GSM692249,GSM692250,GSM692251,GSM692252,GSM692253,GSM692254,GSM692255,GSM692256,GSM692257,GSM692258,GSM692259,GSM692260,GSM692261,GSM692262,GSM692263,GSM692264,GSM692265,GSM692266,GSM692267,GSM692268,GSM692269,GSM692270,GSM692271,GSM692272,GSM692273,GSM692274,GSM692275,GSM692276,GSM692277,GSM692278,GSM692279,GSM692280,GSM692281,GSM692282,GSM692283,GSM692284,GSM692285,GSM692286,GSM692287,GSM692288,GSM692289,GSM692290,GSM692291,GSM692292,GSM692293,GSM692294,GSM692295,GSM692296,GSM692297,GSM692298,GSM692299,GSM692300,GSM692301,GSM692302,GSM692303,GSM692304,GSM692305,GSM692306,GSM692307,GSM692308,GSM692309,GSM692310,GSM692311,GSM692312,GSM692313,GSM692314,GSM692315,GSM692316,GSM692317,GSM692318,GSM692319,GSM692320,GSM692321,GSM692322,GSM692323,GSM692324,GSM692325,GSM692326,GSM692327,GSM692328,GSM692329,GSM692330,GSM692331,GSM692332,GSM692333,GSM692334,GSM692335,GSM692336,GSM692337,GSM692338,GSM692339,GSM692340,GSM692341,GSM692342,GSM692343,GSM692344,GSM692345,GSM692346,GSM692347,GSM692348,GSM692349,GSM692350,GSM692351,GSM692352,GSM692353,GSM692354,GSM692355,GSM692356,GSM692357,GSM692358,GSM692359,GSM692360,GSM692361,GSM692362,GSM692363,GSM692364,GSM692365,GSM692366,GSM692367,GSM692368,GSM692369,GSM692370,GSM692371,GSM692372,GSM692373,GSM692374,GSM692375,GSM692376,GSM692377,GSM692378,GSM692379,GSM692380,GSM692381,GSM692382,GSM692383,GSM692384,GSM692385,GSM692386,GSM692387,GSM692388,GSM692389,GSM692390,GSM692391,GSM692392,GSM692393,GSM692394
2
+ Craniosynostosis,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
3
+ Age,12.87,10.4,12.3,11.4,10.1,11.0,4.27,7.97,4.33,9.33,7.93,10.27,10.87,3.87,3.2,13.27,5.6,14.9,3.03,12.4,8.9,14.17,6.33,14.87,8.4,9.07,13.33,10.0,13.23,10.33,14.33,6.67,2.93,10.2,6.87,9.7,8.77,11.7,10.17,6.33,11.47,2.93,11.17,8.13,3.2,7.9,5.83,9.4,2.47,9.33,13.1,9.43,9.3,10.5,9.77,5.27,22.17,13.1,12.37,11.1,9.67,6.67,10.77,7.7,10.9,11.83,16.33,13.17,6.47,8.37,17.6,24.23,6.77,8.47,18.33,14.2,3.27,8.43,9.93,18.43,19.6,7.97,11.8,9.0,10.37,10.97,3.13,9.87,11.53,22.2,27.53,8.57,13.57,11.93,4.37,10.83,18.97,7.53,9.73,2.93,3.37,7.27,8.07,8.2,8.37,7.4,5.7,9.77,6.5,9.7,23.77,7.67,9.33,4.77,4.43,5.03,19.77,4.5,5.2,4.83,5.3,8.6,5.73,9.37,4.67,4.4,3.8,8.1,6.13,5.2,9.0,5.87,5.33,13.17,20.17,3.97,11.17,8.3,8.43,5.23,5.37,4.93,8.5,3.13,4.9,10.57,3.63,4.47,3.53,4.97,5.87,5.83,11.13,8.63,2.93,5.07,4.03,4.57,6.27,3.87,3.6,12.13,3.9,5.93,6.3,5.03,5.3,3.33,4.0,12.0,36.0,6.0,5.0,2.0,0.5,3.0,9.03,3.43,7.37,4.77,5.63,5.77,11.5,6.4,8.87,10.83,25.43,7.27,11.97,10.23,12.77,22.97,5.53,10.77,4.2,8.33,7.63,4.93,10.8,4.33,8.73,8.73,10.2,11.83,10.6,10.0,1.0,5.0,16.0,84.0,5.0,120.0,12.0,48.0,36.0,20.0,48.0,2.0,18.0,60.0,48.0,12.0,24.0,9.0,96.0,6.0,15.0,120.0,96.0,13.0,84.0,1.0,72.0,48.0,48.0,6.0,72.0,72.0,34.0,84.0,13.0,2.0,0.5,0.75,0.57,25.03,4.47,4.23,10.4
4
+ Gender,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0
p3/preprocess/Craniosynostosis/gene_data/GSE27976.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16279c820c79d0c94bb8ba0cbab22d0bf85779ec2ffd3a6b35e1178e1d1bb0d5
3
+ size 84073337
p3/preprocess/Creutzfeldt-Jakob_Disease/GSE87629.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/GSE62699.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM1531616,GSM1531617,GSM1531618,GSM1531619,GSM1531620,GSM1531621,GSM1531622,GSM1531623,GSM1531624,GSM1531625,GSM1531626,GSM1531627,GSM1531628,GSM1531629,GSM1531630,GSM1531631,GSM1531632,GSM1531633,GSM1531634,GSM1531635,GSM1531636,GSM1531637,GSM1531638,GSM1531639,GSM1531640,GSM1531641,GSM1531642,GSM1531643,GSM1531644,GSM1531645,GSM1531646,GSM1531647,GSM1531648,GSM1531649,GSM1531650,GSM1531651
2
+ Creutzfeldt-Jakob_Disease,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/GSE87629.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM2335818,GSM2335819,GSM2335848,GSM2335849,GSM2335886,GSM2335887,GSM2335888,GSM2335889,GSM2335890,GSM2335891,GSM2335892,GSM2335893,GSM2335894,GSM2335895,GSM2335896,GSM2335897,GSM2335898,GSM2335899,GSM2335900,GSM2335901,GSM2335902,GSM2335903,GSM2335904,GSM2335905,GSM2335906,GSM2335907,GSM2335908,GSM2335909,GSM2335910,GSM2335911,GSM2335912,GSM2335913,GSM2335914,GSM2335915,GSM2335916,GSM2335917,GSM2335918,GSM2335919,GSM2335920
2
+ Creutzfeldt-Jakob_Disease,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0
p3/preprocess/Creutzfeldt-Jakob_Disease/clinical_data/TCGA.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Creutzfeldt-Jakob_Disease/code/GSE62699.py ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Creutzfeldt-Jakob_Disease"
6
+ cohort = "GSE62699"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Creutzfeldt-Jakob_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Creutzfeldt-Jakob_Disease/GSE62699"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/GSE62699.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/gene_data/GSE62699.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/clinical_data/GSE62699.csv"
16
+ json_path = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # From series summary, we see mRNA gene expression data from Affymetrix GeneChip Human Genome array
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability
37
+ # Tissue type in row 1 confirms these are brain samples excluded for CJD, so can be used as controls
38
+ trait_row = 1
39
+ # Age: No age information in sample characteristics
40
+ age_row = None
41
+ # Gender: No gender information in sample characteristics
42
+ gender_row = None
43
+
44
+ # 2.2 Data Type Conversion Functions
45
+ def convert_trait(value: str) -> Optional[int]:
46
+ """Convert tissue type to binary - all samples are confirmed non-CJD controls"""
47
+ if not value or ':' not in value:
48
+ return None
49
+ value = value.split(':')[1].strip().lower()
50
+ if 'post mortem brain' in value:
51
+ return 0 # Confirmed non-CJD control
52
+ return None
53
+
54
+ def convert_age(value: str) -> Optional[float]:
55
+ """Placeholder - age data not available"""
56
+ return None
57
+
58
+ def convert_gender(value: str) -> Optional[int]:
59
+ """Placeholder - gender data not available"""
60
+ return None
61
+
62
+ # 3. Save Metadata
63
+ # trait_row is not None, so trait data is available (as controls)
64
+ validate_and_save_cohort_info(is_final=False,
65
+ cohort=cohort,
66
+ info_path=json_path,
67
+ is_gene_available=is_gene_available,
68
+ is_trait_available=True)
69
+
70
+ # 4. Clinical Feature Extraction
71
+ # Since trait_row is not None, we extract clinical features
72
+ selected_clinical = geo_select_clinical_features(clinical_df=clinical_data,
73
+ trait=trait,
74
+ trait_row=trait_row,
75
+ convert_trait=convert_trait,
76
+ age_row=age_row,
77
+ convert_age=convert_age,
78
+ gender_row=gender_row,
79
+ convert_gender=convert_gender)
80
+
81
+ # Preview the extracted features
82
+ print("Preview of selected clinical features:")
83
+ print(preview_df(selected_clinical))
84
+
85
+ # Save clinical data
86
+ selected_clinical.to_csv(out_clinical_data_file)
87
+ # Extract gene expression data from matrix file
88
+ genetic_df = get_genetic_data(matrix_file)
89
+
90
+ # Print DataFrame shape and first 20 row IDs
91
+ print("DataFrame shape:", genetic_df.shape)
92
+ print("\nFirst 20 row IDs:")
93
+ print(genetic_df.index[:20])
94
+
95
+ print("\nPreview of first few rows and columns:")
96
+ print(genetic_df.head().iloc[:, :5])
97
+ requires_gene_mapping = True
98
+ # These appear to be probe IDs from an Affymetrix microarray platform rather than standard gene symbols
99
+ # Extract gene annotation data, excluding control probe lines
100
+ gene_metadata = get_gene_annotation(soft_file)
101
+
102
+ # Preview filtered annotation data
103
+ print("Column names:")
104
+ print(gene_metadata.columns)
105
+ print("\nPreview of gene annotation data:")
106
+ print(preview_df(gene_metadata))
107
+ # 1. Identify mapping columns - 'ID' matches probe IDs, 'Gene Symbol' contains gene symbols
108
+ prob_col = 'ID'
109
+ gene_col = 'Gene Symbol'
110
+
111
+ # 2. Get mapping between probe IDs and gene symbols
112
+ mapping_df = get_gene_mapping(gene_metadata, prob_col, gene_col)
113
+
114
+ # 3. Apply gene mapping to convert probe data to gene expression data
115
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
116
+
117
+ # Print shape and preview results
118
+ print("\nGene expression data shape after mapping:", gene_data.shape)
119
+ print("\nPreview of gene expression data:")
120
+ print(gene_data.head().iloc[:, :5])
121
+ # 1. Normalize gene symbols and save
122
+ gene_data = normalize_gene_symbols_in_index(gene_data)
123
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
124
+ gene_data.to_csv(out_gene_data_file)
125
+
126
+ # 2. Link clinical and genetic data
127
+ linked_data = geo_link_clinical_genetic_data(selected_clinical, gene_data)
128
+
129
+ # 3. Handle missing values
130
+ linked_data = handle_missing_values(linked_data, trait)
131
+
132
+ # 4. Check for biased features
133
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
134
+
135
+ # 5. Final validation and metadata saving
136
+ is_usable = validate_and_save_cohort_info(
137
+ is_final=True,
138
+ cohort=cohort,
139
+ info_path=json_path,
140
+ is_gene_available=True,
141
+ is_trait_available=True,
142
+ is_biased=trait_biased,
143
+ df=linked_data,
144
+ note="All samples are non-CJD brain tissue controls with gene expression data from microarray"
145
+ )
146
+
147
+ # 6. Save linked data if usable
148
+ if is_usable:
149
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
150
+ linked_data.to_csv(out_data_file)
p3/preprocess/Creutzfeldt-Jakob_Disease/code/GSE87629.py ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Creutzfeldt-Jakob_Disease"
6
+ cohort = "GSE87629"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Creutzfeldt-Jakob_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Creutzfeldt-Jakob_Disease/GSE87629"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/GSE87629.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/gene_data/GSE87629.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/clinical_data/GSE87629.csv"
16
+ json_path = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ is_gene_available = True # Dataset contains gene expression data from B and T cells
34
+
35
+ # 2. Variable Availability and Data Type Conversion
36
+ # 2.1 Data Row Identification
37
+ trait_row = 2 # Treatment indicates disease status
38
+ age_row = None # Age not available
39
+ gender_row = None # Gender not available
40
+
41
+ # 2.2 Data Type Conversion Functions
42
+ def convert_trait(value: str) -> int:
43
+ """Convert treatment status to binary"""
44
+ if not value or ':' not in value:
45
+ return None
46
+ value = value.split(':')[1].strip().lower()
47
+ if 'control' in value:
48
+ return 0 # Before gluten challenge
49
+ elif 'gluten challenge' in value:
50
+ return 1 # After gluten challenge
51
+ return None
52
+
53
+ def convert_age(value: str) -> float:
54
+ return None # Not used since age data unavailable
55
+
56
+ def convert_gender(value: str) -> int:
57
+ return None # Not used since gender data unavailable
58
+
59
+ # 3. Save Metadata
60
+ validate_and_save_cohort_info(is_final=False,
61
+ cohort=cohort,
62
+ info_path=json_path,
63
+ is_gene_available=is_gene_available,
64
+ is_trait_available=trait_row is not None)
65
+
66
+ # 4. Clinical Feature Extraction
67
+ if trait_row is not None:
68
+ selected_df = geo_select_clinical_features(clinical_df=clinical_data,
69
+ trait=trait,
70
+ trait_row=trait_row,
71
+ convert_trait=convert_trait)
72
+
73
+ print("Preview of selected clinical features:")
74
+ print(preview_df(selected_df))
75
+
76
+ # Save clinical data
77
+ selected_df.to_csv(out_clinical_data_file)
78
+ # Extract gene expression data from matrix file
79
+ genetic_df = get_genetic_data(matrix_file)
80
+
81
+ # Print DataFrame shape and first 20 row IDs
82
+ print("DataFrame shape:", genetic_df.shape)
83
+ print("\nFirst 20 row IDs:")
84
+ print(genetic_df.index[:20])
85
+
86
+ print("\nPreview of first few rows and columns:")
87
+ print(genetic_df.head().iloc[:, :5])
88
+ # The row IDs have format "ILMN_*" which are Illumina probe IDs, not human gene symbols
89
+ # These need to be mapped to standard gene symbols for analysis
90
+ requires_gene_mapping = True
91
+ # Extract gene annotation data, excluding control probe lines
92
+ gene_metadata = get_gene_annotation(soft_file)
93
+
94
+ # Preview filtered annotation data
95
+ print("Column names:")
96
+ print(gene_metadata.columns)
97
+ print("\nPreview of gene annotation data:")
98
+ print(preview_df(gene_metadata))
99
+ # 1. Get probe ID and gene symbol columns from annotation data
100
+ # In gene expression data, identifiers are like 'ILMN_1343291', so we use 'ID' column
101
+ # The gene symbols are in 'Symbol' column
102
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Symbol')
103
+
104
+ # 2. Apply gene mapping to convert probe-level data to gene expression data
105
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
106
+
107
+ # Print stats about the mapping
108
+ print("Number of input probes:", len(genetic_df))
109
+ print("Number of probes mapped to genes:", len(mapping_df))
110
+ print("Number of output genes:", len(gene_data))
111
+
112
+ # Print preview of the mapped gene expression data
113
+ print("\nPreview of gene expression data:")
114
+ print(gene_data.head().iloc[:, :5])
115
+ # 1. Normalize gene symbols and save
116
+ gene_data = normalize_gene_symbols_in_index(gene_data)
117
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
118
+ gene_data.to_csv(out_gene_data_file)
119
+
120
+ # 2. Link clinical and genetic data
121
+ linked_data = geo_link_clinical_genetic_data(selected_df, gene_data)
122
+
123
+ # 3. Handle missing values
124
+ linked_data = handle_missing_values(linked_data, trait)
125
+
126
+ # 4. Check for biased features
127
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
128
+
129
+ # 5. Final validation and metadata saving
130
+ is_usable = validate_and_save_cohort_info(
131
+ is_final=True,
132
+ cohort=cohort,
133
+ info_path=json_path,
134
+ is_gene_available=True,
135
+ is_trait_available=True,
136
+ is_biased=trait_biased,
137
+ df=linked_data,
138
+ note="Dataset contains gene expression from B and T cells in celiac disease patients before and after gluten challenge"
139
+ )
140
+
141
+ # 6. Save linked data if usable
142
+ if is_usable:
143
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
144
+ linked_data.to_csv(out_data_file)
p3/preprocess/Creutzfeldt-Jakob_Disease/code/TCGA.py ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Creutzfeldt-Jakob_Disease"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/3/Creutzfeldt-Jakob_Disease/cohort_info.json"
15
+
16
+ # Review subdirectories and check if any matches Creutzfeldt-Jakob Disease
17
+ cohorts = [d for d in os.listdir(tcga_root_dir) if os.path.isdir(os.path.join(tcga_root_dir, d))]
18
+
19
+ # No suitable cohort exists for Creutzfeldt-Jakob Disease in TCGA
20
+ # Record this in metadata and exit
21
+ validate_and_save_cohort_info(
22
+ is_final=False,
23
+ cohort="TCGA",
24
+ info_path=json_path,
25
+ is_gene_available=False,
26
+ is_trait_available=False
27
+ )
p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/GSE62699.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/GSE87629.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Creutzfeldt-Jakob_Disease/gene_data/TCGA.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f030303aeaea772b892aaa4975ec200ad0f235aecde11865d9370cb7789c2137
3
+ size 53331649
p3/preprocess/Crohns_Disease/GSE169568.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25a25a74716d1efc79f6bfaa0ad07115cfbef83094de8a7b51869c109ff74e0
3
+ size 38295205
p3/preprocess/Crohns_Disease/GSE186963.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ea5916cca9c8eec42a4d7c0d5c62c980c397c60b1391968af3bbb010f7b465
3
+ size 11747938
p3/preprocess/Crohns_Disease/GSE207022.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe12386f60317bd59c4b6616a83d3d779eb6ed0d2f9e5eb75ff29419f495e38
3
+ size 19293589
p3/preprocess/Crohns_Disease/GSE259353.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Crohns_Disease/GSE66407.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Crohns_Disease/GSE83448.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d03701843b9d5fd0ca0bcf64f725145f30b3265be25c7b93bd42d6d3e7557c
3
+ size 13300091
p3/preprocess/Crohns_Disease/clinical_data/GSE123086.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM3494884,GSM3494885,GSM3494886,GSM3494887,GSM3494888,GSM3494889,GSM3494890,GSM3494891,GSM3494892,GSM3494893,GSM3494894,GSM3494895,GSM3494896,GSM3494897,GSM3494898,GSM3494899,GSM3494900,GSM3494901,GSM3494902,GSM3494903,GSM3494904,GSM3494905,GSM3494906,GSM3494907,GSM3494908,GSM3494909,GSM3494910,GSM3494911,GSM3494912,GSM3494913,GSM3494914,GSM3494915,GSM3494916,GSM3494917,GSM3494918,GSM3494919,GSM3494920,GSM3494921,GSM3494922,GSM3494923,GSM3494924,GSM3494925,GSM3494926,GSM3494927,GSM3494928,GSM3494929,GSM3494930,GSM3494931,GSM3494932,GSM3494933,GSM3494934,GSM3494935,GSM3494936,GSM3494937,GSM3494938,GSM3494939,GSM3494940,GSM3494941,GSM3494942,GSM3494943,GSM3494944,GSM3494945,GSM3494946,GSM3494947,GSM3494948,GSM3494949,GSM3494950,GSM3494951,GSM3494952,GSM3494953,GSM3494954,GSM3494955,GSM3494956,GSM3494957,GSM3494958,GSM3494959,GSM3494960,GSM3494961,GSM3494962,GSM3494963,GSM3494964,GSM3494965,GSM3494966,GSM3494967,GSM3494968,GSM3494969,GSM3494970,GSM3494971,GSM3494972,GSM3494973,GSM3494974,GSM3494975,GSM3494976,GSM3494977,GSM3494978,GSM3494979,GSM3494980,GSM3494981,GSM3494982,GSM3494983,GSM3494984,GSM3494985,GSM3494986,GSM3494987,GSM3494988,GSM3494989,GSM3494990,GSM3494991,GSM3494992,GSM3494993,GSM3494994,GSM3494995,GSM3494996,GSM3494997,GSM3494998,GSM3494999,GSM3495000,GSM3495001,GSM3495002,GSM3495003,GSM3495004,GSM3495005,GSM3495006,GSM3495007,GSM3495008,GSM3495009,GSM3495010,GSM3495011,GSM3495012,GSM3495013,GSM3495014,GSM3495015,GSM3495016,GSM3495017,GSM3495018,GSM3495019,GSM3495020,GSM3495021,GSM3495022,GSM3495023,GSM3495024,GSM3495025,GSM3495026,GSM3495027,GSM3495028,GSM3495029,GSM3495030,GSM3495031,GSM3495032,GSM3495033,GSM3495034,GSM3495035,GSM3495036,GSM3495037,GSM3495038,GSM3495039,GSM3495040,GSM3495041,GSM3495042,GSM3495043,GSM3495044,GSM3495045,GSM3495046,GSM3495047,GSM3495048,GSM3495049
2
+ Crohns_Disease,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,,,,,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
3
+ Age,56.0,,20.0,51.0,37.0,61.0,,31.0,56.0,41.0,61.0,,80.0,53.0,61.0,73.0,60.0,76.0,77.0,74.0,69.0,77.0,81.0,70.0,82.0,69.0,82.0,67.0,67.0,78.0,67.0,74.0,,51.0,72.0,66.0,80.0,36.0,67.0,31.0,31.0,45.0,56.0,65.0,53.0,48.0,50.0,76.0,,24.0,42.0,76.0,22.0,,23.0,34.0,43.0,47.0,24.0,55.0,48.0,58.0,30.0,28.0,41.0,63.0,55.0,55.0,67.0,47.0,46.0,49.0,23.0,68.0,39.0,24.0,36.0,58.0,38.0,27.0,67.0,61.0,69.0,63.0,60.0,17.0,10.0,9.0,13.0,10.0,13.0,15.0,12.0,13.0,81.0,94.0,51.0,40.0,,97.0,23.0,93.0,58.0,28.0,54.0,15.0,8.0,11.0,12.0,8.0,14.0,8.0,10.0,14.0,13.0,40.0,52.0,42.0,29.0,43.0,41.0,54.0,42.0,49.0,45.0,56.0,64.0,71.0,48.0,20.0,53.0,32.0,26.0,28.0,47.0,24.0,48.0,,19.0,41.0,38.0,,15.0,12.0,13.0,,11.0,,16.0,11.0,,35.0,26.0,39.0,46.0,42.0,20.0,69.0,69.0,47.0,47.0,56.0,54.0,53.0,50.0,22.0
4
+ Gender,1.0,,0.0,0.0,1.0,1.0,,1.0,0.0,0.0,0.0,,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,,0.0,0.0,1.0,1.0,,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,,0.0,1.0,0.0,,1.0,,1.0,1.0,,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0
p3/preprocess/Crohns_Disease/clinical_data/GSE123088.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM3494884,GSM3494885,GSM3494886,GSM3494887,GSM3494888,GSM3494889,GSM3494890,GSM3494891,GSM3494892,GSM3494893,GSM3494894,GSM3494895,GSM3494896,GSM3494897,GSM3494898,GSM3494899,GSM3494900,GSM3494901,GSM3494902,GSM3494903,GSM3494904,GSM3494905,GSM3494906,GSM3494907,GSM3494908,GSM3494909,GSM3494910,GSM3494911,GSM3494912,GSM3494913,GSM3494914,GSM3494915,GSM3494916,GSM3494917,GSM3494918,GSM3494919,GSM3494920,GSM3494921,GSM3494922,GSM3494923,GSM3494924,GSM3494925,GSM3494926,GSM3494927,GSM3494928,GSM3494929,GSM3494930,GSM3494931,GSM3494932,GSM3494933,GSM3494934,GSM3494935,GSM3494936,GSM3494937,GSM3494938,GSM3494939,GSM3494940,GSM3494941,GSM3494942,GSM3494943,GSM3494944,GSM3494945,GSM3494946,GSM3494947,GSM3494948,GSM3494949,GSM3494950,GSM3494951,GSM3494952,GSM3494953,GSM3494954,GSM3494955,GSM3494956,GSM3494957,GSM3494958,GSM3494959,GSM3494960,GSM3494961,GSM3494962,GSM3494963,GSM3494964,GSM3494965,GSM3494966,GSM3494967,GSM3494968,GSM3494969,GSM3494970,GSM3494971,GSM3494972,GSM3494973,GSM3494974,GSM3494975,GSM3494976,GSM3494977,GSM3494978,GSM3494979,GSM3494980,GSM3494981,GSM3494982,GSM3494983,GSM3494984,GSM3494985,GSM3494986,GSM3494987,GSM3494988,GSM3494989,GSM3494990,GSM3494991,GSM3494992,GSM3494993,GSM3494994,GSM3494995,GSM3494996,GSM3494997,GSM3494998,GSM3494999,GSM3495000,GSM3495001,GSM3495002,GSM3495003,GSM3495004,GSM3495005,GSM3495006,GSM3495007,GSM3495008,GSM3495009,GSM3495010,GSM3495011,GSM3495012,GSM3495013,GSM3495014,GSM3495015,GSM3495016,GSM3495017,GSM3495018,GSM3495019,GSM3495020,GSM3495021,GSM3495022,GSM3495023,GSM3495024,GSM3495025,GSM3495026,GSM3495027,GSM3495028,GSM3495029,GSM3495030,GSM3495031,GSM3495032,GSM3495033,GSM3495034,GSM3495035,GSM3495036,GSM3495037,GSM3495038,GSM3495039,GSM3495040,GSM3495041,GSM3495042,GSM3495043,GSM3495044,GSM3495045,GSM3495046,GSM3495047,GSM3495048,GSM3495049,GSM3495050,GSM3495051,GSM3495052,GSM3495053,GSM3495054,GSM3495055,GSM3495056,GSM3495057,GSM3495058,GSM3495059,GSM3495060,GSM3495061,GSM3495062,GSM3495063,GSM3495064,GSM3495065,GSM3495066,GSM3495067,GSM3495068,GSM3495069,GSM3495070,GSM3495071,GSM3495072,GSM3495073,GSM3495074,GSM3495075,GSM3495076,GSM3495077,GSM3495078,GSM3495079,GSM3495080,GSM3495081,GSM3495082,GSM3495083,GSM3495084,GSM3495085,GSM3495086,GSM3495087
2
+ Crohns_Disease,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,,,,,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,0.0,,,0.0,,0.0,,,0.0,,0.0,0.0,,,0.0,,,,,,0.0,0.0,0.0,,,,,,0.0,,,,,0.0,0.0
3
+ Age,56.0,,20.0,51.0,37.0,61.0,,31.0,56.0,41.0,61.0,,80.0,53.0,61.0,73.0,60.0,76.0,77.0,74.0,69.0,77.0,81.0,70.0,82.0,69.0,82.0,67.0,67.0,78.0,67.0,74.0,,51.0,72.0,66.0,80.0,36.0,67.0,31.0,31.0,45.0,56.0,65.0,53.0,48.0,50.0,76.0,,24.0,42.0,76.0,22.0,,23.0,34.0,43.0,47.0,24.0,55.0,48.0,58.0,30.0,28.0,41.0,63.0,55.0,55.0,67.0,47.0,46.0,49.0,23.0,68.0,39.0,24.0,36.0,58.0,38.0,27.0,67.0,61.0,69.0,63.0,60.0,17.0,10.0,9.0,13.0,10.0,13.0,15.0,12.0,13.0,81.0,94.0,51.0,40.0,,97.0,23.0,93.0,58.0,28.0,54.0,15.0,8.0,11.0,12.0,8.0,14.0,8.0,10.0,14.0,13.0,40.0,52.0,42.0,29.0,43.0,41.0,54.0,42.0,49.0,45.0,56.0,64.0,71.0,48.0,20.0,53.0,32.0,26.0,28.0,47.0,24.0,48.0,,19.0,41.0,38.0,,15.0,12.0,13.0,,11.0,,16.0,11.0,,35.0,26.0,39.0,46.0,42.0,20.0,69.0,69.0,47.0,47.0,56.0,54.0,53.0,50.0,22.0,62.0,74.0,57.0,47.0,70.0,50.0,52.0,43.0,57.0,53.0,70.0,41.0,61.0,39.0,58.0,55.0,63.0,60.0,43.0,68.0,67.0,50.0,67.0,51.0,59.0,44.0,35.0,83.0,78.0,88.0,41.0,60.0,72.0,53.0,73.0,56.0,38.0,53.0
4
+ Gender,1.0,,0.0,0.0,1.0,1.0,,1.0,0.0,0.0,0.0,,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,,0.0,0.0,1.0,1.0,,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,,0.0,1.0,0.0,,1.0,,1.0,1.0,,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
p3/preprocess/Crohns_Disease/clinical_data/GSE169568.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM5209429,GSM5209430,GSM5209431,GSM5209432,GSM5209433,GSM5209434,GSM5209435,GSM5209436,GSM5209437,GSM5209438,GSM5209439,GSM5209440,GSM5209441,GSM5209442,GSM5209443,GSM5209444,GSM5209445,GSM5209446,GSM5209447,GSM5209448,GSM5209449,GSM5209450,GSM5209451,GSM5209452,GSM5209453,GSM5209454,GSM5209455,GSM5209456,GSM5209457,GSM5209458,GSM5209459,GSM5209460,GSM5209461,GSM5209462,GSM5209463,GSM5209464,GSM5209465,GSM5209466,GSM5209467,GSM5209468,GSM5209469,GSM5209470,GSM5209471,GSM5209472,GSM5209473,GSM5209474,GSM5209475,GSM5209476,GSM5209477,GSM5209478,GSM5209479,GSM5209480,GSM5209481,GSM5209482,GSM5209483,GSM5209484,GSM5209485,GSM5209486,GSM5209487,GSM5209488,GSM5209489,GSM5209490,GSM5209491,GSM5209492,GSM5209493,GSM5209494,GSM5209495,GSM5209496,GSM5209497,GSM5209498,GSM5209499,GSM5209500,GSM5209501,GSM5209502,GSM5209503,GSM5209504,GSM5209505,GSM5209506,GSM5209507,GSM5209508,GSM5209509,GSM5209510,GSM5209511,GSM5209512,GSM5209513,GSM5209514,GSM5209515,GSM5209516,GSM5209517,GSM5209518,GSM5209519,GSM5209520,GSM5209521,GSM5209522,GSM5209523,GSM5209524,GSM5209525,GSM5209526,GSM5209527,GSM5209528,GSM5209529,GSM5209530,GSM5209531,GSM5209532,GSM5209533,GSM5209534,GSM5209535,GSM5209536,GSM5209537,GSM5209538,GSM5209539,GSM5209540,GSM5209541,GSM5209542,GSM5209543,GSM5209544,GSM5209545,GSM5209546,GSM5209547,GSM5209548,GSM5209549,GSM5209550,GSM5209551,GSM5209552,GSM5209553,GSM5209554,GSM5209555,GSM5209556,GSM5209557,GSM5209558,GSM5209559,GSM5209560,GSM5209561,GSM5209562,GSM5209563,GSM5209564,GSM5209565,GSM5209566,GSM5209567,GSM5209568,GSM5209569,GSM5209570,GSM5209571,GSM5209572,GSM5209573,GSM5209574,GSM5209575,GSM5209576,GSM5209577,GSM5209578,GSM5209579,GSM5209580,GSM5209581,GSM5209582,GSM5209583,GSM5209584,GSM5209585,GSM5209586,GSM5209587,GSM5209588,GSM5209589,GSM5209590,GSM5209591,GSM5209592,GSM5209593,GSM5209594,GSM5209595,GSM5209596,GSM5209597,GSM5209598,GSM5209599,GSM5209600,GSM5209601,GSM5209602,GSM5209603,GSM5209604,GSM5209605,GSM5209606,GSM5209607,GSM5209608,GSM5209609,GSM5209610,GSM5209611,GSM5209612,GSM5209613,GSM5209614,GSM5209615,GSM5209616,GSM5209617,GSM5209618,GSM5209619,GSM5209620,GSM5209621,GSM5209622,GSM5209623,GSM5209624,GSM5209625,GSM5209626,GSM5209627,GSM5209628,GSM5209629,GSM5209630,GSM5209631,GSM5209632,GSM5209633
2
+ Crohns_Disease,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0
3
+ Age,20.0,39.0,56.0,31.0,22.0,32.0,32.0,30.0,30.0,18.0,60.0,33.0,27.0,30.0,34.0,57.0,27.0,20.0,30.0,27.0,32.0,72.0,35.0,24.0,21.0,62.0,41.0,22.0,18.0,20.0,29.0,46.0,31.0,34.0,32.0,49.0,76.0,23.0,37.0,30.0,64.0,23.0,24.0,26.0,19.0,60.0,17.0,41.0,48.0,26.0,35.0,22.0,73.0,69.0,57.0,50.0,27.0,69.0,28.0,51.0,64.0,52.0,55.0,47.0,61.0,29.0,36.0,24.0,24.0,21.0,54.0,24.0,78.0,23.0,27.0,21.0,34.0,51.0,31.0,40.0,24.0,24.0,23.0,33.0,25.0,23.0,41.0,32.0,23.0,36.0,26.0,23.0,36.0,40.0,26.0,18.0,35.0,24.0,32.0,61.0,34.0,54.0,21.0,28.0,38.0,69.0,28.0,27.0,33.0,24.0,19.0,32.0,40.0,39.0,29.0,26.0,26.0,18.0,38.0,59.0,53.0,41.0,24.0,28.0,30.0,31.0,47.0,76.0,27.0,36.0,19.0,38.0,24.0,33.0,23.0,20.0,38.0,68.0,23.0,39.0,23.0,23.0,39.0,38.0,20.0,54.0,41.0,48.0,74.0,69.0,42.0,25.0,35.0,30.0,23.0,36.0,61.0,37.0,50.0,46.0,22.0,21.0,44.0,24.0,24.0,23.0,47.0,21.0,19.0,56.0,25.0,54.0,51.0,43.0,53.0,66.0,69.0,22.0,56.0,51.0,69.0,53.0,61.0,52.0,42.0,56.0,58.0,20.0,17.0,40.0,44.0,45.0,19.0,28.0,57.0,41.0,34.0,54.0,59.0,20.0,60.0,71.0,68.0,34.0,57.0
4
+ Gender,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0
p3/preprocess/Crohns_Disease/clinical_data/GSE186582.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ,GSM5656170,GSM5656171,GSM5656172,GSM5656173,GSM5656174,GSM5656175,GSM5656176,GSM5656177,GSM5656178,GSM5656179,GSM5656180,GSM5656181,GSM5656182,GSM5656183,GSM5656184,GSM5656185,GSM5656186,GSM5656187,GSM5656188,GSM5656189,GSM5656190,GSM5656191,GSM5656192,GSM5656193,GSM5656194,GSM5656195,GSM5656196,GSM5656197,GSM5656198,GSM5656199,GSM5656200,GSM5656201,GSM5656202,GSM5656203,GSM5656204,GSM5656205,GSM5656206,GSM5656207,GSM5656208,GSM5656209,GSM5656210,GSM5656211,GSM5656212,GSM5656213,GSM5656214,GSM5656215,GSM5656216,GSM5656217,GSM5656218,GSM5656219,GSM5656220,GSM5656221,GSM5656222,GSM5656223,GSM5656224,GSM5656225,GSM5656226,GSM5656227,GSM5656228,GSM5656229,GSM5656230,GSM5656231,GSM5656232,GSM5656233,GSM5656234,GSM5656235,GSM5656236,GSM5656237,GSM5656238,GSM5656239,GSM5656240,GSM5656241,GSM5656242,GSM5656243,GSM5656244,GSM5656245,GSM5656246,GSM5656247,GSM5656248,GSM5656249,GSM5656250,GSM5656251,GSM5656252,GSM5656253,GSM5656254,GSM5656255,GSM5656256,GSM5656257,GSM5656258,GSM5656259,GSM5656260,GSM5656261,GSM5656262,GSM5656263,GSM5656264,GSM5656265,GSM5656266,GSM5656267,GSM5656268,GSM5656269,GSM5656270,GSM5656271,GSM5656272,GSM5656273,GSM5656274,GSM5656275,GSM5656276,GSM5656277,GSM5656278,GSM5656279,GSM5656280,GSM5656281,GSM5656282,GSM5656283,GSM5656284,GSM5656285,GSM5656286,GSM5656287,GSM5656288,GSM5656289,GSM5656290,GSM5656291,GSM5656292,GSM5656293,GSM5656294,GSM5656295,GSM5656296,GSM5656297,GSM5656298,GSM5656299,GSM5656300,GSM5656301,GSM5656302,GSM5656303,GSM5656304,GSM5656305,GSM5656306,GSM5656307,GSM5656308,GSM5656309,GSM5656310,GSM5656311,GSM5656312,GSM5656313,GSM5656314,GSM5656315,GSM5656316,GSM5656317,GSM5656318,GSM5656319,GSM5656320,GSM5656321,GSM5656322,GSM5656323,GSM5656324,GSM5656325,GSM5656326,GSM5656327,GSM5656328,GSM5656329,GSM5656330,GSM5656331,GSM5656332,GSM5656333,GSM5656334,GSM5656335,GSM5656336,GSM5656337,GSM5656338,GSM5656339,GSM5656340,GSM5656341,GSM5656342,GSM5656343,GSM5656344,GSM5656345,GSM5656346,GSM5656347,GSM5656348,GSM5656349,GSM5656350,GSM5656351,GSM5656352,GSM5656353,GSM5656354,GSM5656355,GSM5656356,GSM5656357,GSM5656358,GSM5656359,GSM5656360,GSM5656361,GSM5656362,GSM5656363,GSM5656364,GSM5656365,GSM5656366,GSM5656367,GSM5656368,GSM5656369,GSM5656370,GSM5656371,GSM5656372,GSM5656373,GSM5656374,GSM5656375,GSM5656376,GSM5656377,GSM5656378,GSM5656379,GSM5656380,GSM5656381,GSM5656382,GSM5656383,GSM5656384,GSM5656385,GSM5656386,GSM5656387,GSM5656388,GSM5656389,GSM5656390,GSM5656391,GSM5656392,GSM5656393,GSM5656394,GSM5656395,GSM5656396,GSM5656397,GSM5656398,GSM5656399,GSM5656400,GSM5656401,GSM5656402,GSM5656403,GSM5656404,GSM5656405,GSM5656406,GSM5656407,GSM5656408,GSM5656409,GSM5656410,GSM5656411,GSM5656412,GSM5656413,GSM5656414,GSM5656415,GSM5656416,GSM5656417,GSM5656418,GSM5656419,GSM5656420,GSM5656421,GSM5656422,GSM5656423,GSM5656424,GSM5656425,GSM5656426,GSM5656427,GSM5656428,GSM5656429,GSM5656430,GSM5656431,GSM5656432,GSM5656433,GSM5656434,GSM5656435,GSM5656436,GSM5656437,GSM5656438,GSM5656439,GSM5656440,GSM5656441,GSM5656442,GSM5656443,GSM5656444,GSM5656445,GSM5656446,GSM5656447,GSM5656448,GSM5656449,GSM5656450,GSM5656451,GSM5656452,GSM5656453,GSM5656454,GSM5656455,GSM5656456,GSM5656457,GSM5656458,GSM5656459,GSM5656460,GSM5656461,GSM5656462,GSM5656463,GSM5656464,GSM5656465,GSM5656466,GSM5656467,GSM5656468,GSM5656469,GSM5656470,GSM5656471,GSM5656472,GSM5656473,GSM5656474,GSM5656475,GSM5656476,GSM5656477,GSM5656478,GSM5656479,GSM5656480,GSM5656481,GSM5656482,GSM5656483,GSM5656484,GSM5656485,GSM5656486,GSM5656487,GSM5656488,GSM5656489,GSM5656490,GSM5656491,GSM5656492,GSM5656493,GSM5656494,GSM5656495,GSM5656496,GSM5656497,GSM5656498,GSM5656499,GSM5656500,GSM5656501,GSM5656502,GSM5656503,GSM5656504,GSM5656505,GSM5656506,GSM5656507,GSM5656508,GSM5656509,GSM5656510,GSM5656511,GSM5656512,GSM5656513,GSM5656514,GSM5656515,GSM5656516,GSM5656517,GSM5656518,GSM5656519,GSM5656520,GSM5656521,GSM5656522,GSM5656523,GSM5656524,GSM5656525,GSM5656526,GSM5656527,GSM5656528,GSM5656529,GSM5656530,GSM5656531,GSM5656532,GSM5656533,GSM5656534,GSM5656535,GSM5656536,GSM5656537,GSM5656538,GSM5656539,GSM5656540,GSM5656541,GSM5656542,GSM5656543,GSM5656544,GSM5656545,GSM5656546,GSM5656547,GSM5656548,GSM5656549,GSM5656550,GSM5656551,GSM5656552,GSM5656553,GSM5656554,GSM5656555,GSM5656556,GSM5656557,GSM5656558,GSM5656559,GSM5656560,GSM5656561,GSM5656562,GSM5656563,GSM5656564,GSM5656565,GSM5656566,GSM5656567,GSM5656568,GSM5656569,GSM5656570,GSM5656571,GSM5656572,GSM5656573,GSM5656574,GSM5656575,GSM5656576,GSM5656577,GSM5656578,GSM5656579,GSM5656580,GSM5656581,GSM5656582,GSM5656583,GSM5656584,GSM5656585,GSM5656586,GSM5656587,GSM5656588,GSM5656589,GSM5656590,GSM5656591,GSM5656592,GSM5656593,GSM5656594,GSM5656595,GSM5656596,GSM5656597,GSM5656598,GSM5656599,GSM5656600,GSM5656601,GSM5656602,GSM5656603,GSM5656604,GSM5656605,GSM5656606,GSM5656607,GSM5656608,GSM5656609,GSM5656610,GSM5656611,GSM5656612,GSM5656613,GSM5656614,GSM5656615,GSM5656616,GSM5656617,GSM5656618,GSM5656619,GSM5656620,GSM5656621,GSM5656622,GSM5656623,GSM5656624,GSM5656625,GSM5656626,GSM5656627,GSM5656628,GSM5656629,GSM5656630,GSM5656631,GSM5656632,GSM5656633,GSM5656634,GSM5656635,GSM5656636,GSM5656637,GSM5656638,GSM5656639,GSM5656640,GSM5656641,GSM5656642,GSM5656643,GSM5656644,GSM5656645,GSM5656646,GSM5656647,GSM5656648,GSM5656649,GSM5656650,GSM5656651,GSM5656652,GSM5656653,GSM5656654,GSM5656655,GSM5656656,GSM5656657,GSM5656658
2
+ Crohns_Disease,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
3
+ Gender,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0
p3/preprocess/Crohns_Disease/clinical_data/GSE186963.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM5664373,GSM5664374,GSM5664375,GSM5664376,GSM5664377,GSM5664378,GSM5664379,GSM5664380,GSM5664381,GSM5664382,GSM5664383,GSM5664384,GSM5664385,GSM5664386,GSM5664387,GSM5664388,GSM5664389,GSM5664390,GSM5664391,GSM5664392,GSM5664393,GSM5664394,GSM5664395,GSM5664396,GSM5664397,GSM5664398,GSM5664399,GSM5664400,GSM5664401,GSM5664402,GSM5664403,GSM5664404,GSM5664405,GSM5664406,GSM5664407,GSM5664408,GSM5664409,GSM5664410,GSM5664411,GSM5664412,GSM5664413,GSM5664414,GSM5664415,GSM5664416,GSM5664417,GSM5664418,GSM5664419,GSM5664420,GSM5664421,GSM5664422,GSM5664423,GSM5664424,GSM5664425,GSM5664426,GSM5664427,GSM5664428,GSM5664429,GSM5664430,GSM5664431,GSM5664432,GSM5664433,GSM5664434,GSM5664435,GSM5664436,GSM5664437,GSM5664438,GSM5664439,GSM5664440,GSM5664441,GSM5664442,GSM5664443,GSM5664444
2
+ Crohns_Disease,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0
p3/preprocess/Crohns_Disease/clinical_data/GSE193677.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM5976499,GSM5976500,GSM5976501,GSM5976502,GSM5976503,GSM5976504,GSM5976505,GSM5976506,GSM5976507,GSM5976508,GSM5976509,GSM5976510,GSM5976511,GSM5976512,GSM5976513,GSM5976514,GSM5976515,GSM5976516,GSM5976517,GSM5976518,GSM5976519,GSM5976520,GSM5976521,GSM5976522,GSM5976523,GSM5976524,GSM5976525,GSM5976526,GSM5976527,GSM5976528,GSM5976529,GSM5976530,GSM5976531,GSM5976532,GSM5976533,GSM5976534,GSM5976535,GSM5976536,GSM5976537,GSM5976538,GSM5976539,GSM5976540,GSM5976541,GSM5976542,GSM5976543,GSM5976544,GSM5976545,GSM5976546,GSM5976547,GSM5976548,GSM5976549,GSM5976550,GSM5976551,GSM5976552,GSM5976553,GSM5976554,GSM5976555,GSM5976556,GSM5976557,GSM5976558,GSM5976559,GSM5976560,GSM5976561,GSM5976562,GSM5976563,GSM5976564,GSM5976565,GSM5976566,GSM5976567,GSM5976568,GSM5976569,GSM5976570,GSM5976571,GSM5976572,GSM5976573,GSM5976574,GSM5976575,GSM5976576,GSM5976577,GSM5976578,GSM5976579,GSM5976580,GSM5976581,GSM5976582,GSM5976583,GSM5976584,GSM5976585,GSM5976586,GSM5976587,GSM5976588,GSM5976589,GSM5976590,GSM5976591,GSM5976592,GSM5976593,GSM5976594,GSM5976595,GSM5976596,GSM5976597,GSM5976598,GSM5976599,GSM5976600,GSM5976601,GSM5976602,GSM5976603,GSM5976604,GSM5976605,GSM5976606,GSM5976607,GSM5976608,GSM5976609,GSM5976610,GSM5976611,GSM5976612,GSM5976613,GSM5976614,GSM5976615,GSM5976616,GSM5976617,GSM5976618,GSM5976619,GSM5976620,GSM5976621,GSM5976622,GSM5976623,GSM5976624,GSM5976625,GSM5976626,GSM5976627,GSM5976628,GSM5976629,GSM5976630,GSM5976631,GSM5976632,GSM5976633,GSM5976634,GSM5976635,GSM5976636,GSM5976637,GSM5976638,GSM5976639,GSM5976640,GSM5976641,GSM5976642,GSM5976643,GSM5976644,GSM5976645,GSM5976646,GSM5976647,GSM5976648,GSM5976649,GSM5976650,GSM5976651,GSM5976652,GSM5976653,GSM5976654,GSM5976655,GSM5976656,GSM5976657,GSM5976658,GSM5976659,GSM5976660,GSM5976661,GSM5976662,GSM5976663,GSM5976664,GSM5976665,GSM5976666,GSM5976667,GSM5976668,GSM5976669,GSM5976670,GSM5976671,GSM5976672,GSM5976673,GSM5976674,GSM5976675,GSM5976676,GSM5976677,GSM5976678,GSM5976679,GSM5976680,GSM5976681,GSM5976682,GSM5976683,GSM5976684,GSM5976685,GSM5976686,GSM5976687,GSM5976688,GSM5976689,GSM5976690,GSM5976691,GSM5976692,GSM5976693,GSM5976694,GSM5976695,GSM5976696,GSM5976697,GSM5976698,GSM5976699,GSM5976700,GSM5976701,GSM5976702,GSM5976703,GSM5976704,GSM5976705,GSM5976706,GSM5976707,GSM5976708,GSM5976709,GSM5976710,GSM5976711,GSM5976712,GSM5976713,GSM5976714,GSM5976715,GSM5976716,GSM5976717,GSM5976718,GSM5976719,GSM5976720,GSM5976721,GSM5976722,GSM5976723,GSM5976724,GSM5976725,GSM5976726,GSM5976727,GSM5976728,GSM5976729,GSM5976730,GSM5976731,GSM5976732,GSM5976733,GSM5976734,GSM5976735,GSM5976736,GSM5976737,GSM5976738,GSM5976739,GSM5976740,GSM5976741,GSM5976742,GSM5976743,GSM5976744,GSM5976745,GSM5976746,GSM5976747,GSM5976748,GSM5976749,GSM5976750,GSM5976751,GSM5976752,GSM5976753,GSM5976754,GSM5976755,GSM5976756,GSM5976757,GSM5976758,GSM5976759,GSM5976760,GSM5976761,GSM5976762,GSM5976763,GSM5976764,GSM5976765,GSM5976766,GSM5976767,GSM5976768,GSM5976769,GSM5976770,GSM5976771,GSM5976772,GSM5976773,GSM5976774,GSM5976775,GSM5976776,GSM5976777,GSM5976778,GSM5976779,GSM5976780,GSM5976781,GSM5976782,GSM5976783,GSM5976784,GSM5976785,GSM5976786,GSM5976787,GSM5976788,GSM5976789,GSM5976790,GSM5976791,GSM5976792,GSM5976793,GSM5976794,GSM5976795,GSM5976796,GSM5976797,GSM5976798,GSM5976799,GSM5976800,GSM5976801,GSM5976802,GSM5976803,GSM5976804,GSM5976805,GSM5976806,GSM5976807,GSM5976808,GSM5976809,GSM5976810,GSM5976811,GSM5976812,GSM5976813,GSM5976814,GSM5976815,GSM5976816,GSM5976817,GSM5976818,GSM5976819,GSM5976820,GSM5976821,GSM5976822,GSM5976823,GSM5976824,GSM5976825,GSM5976826,GSM5976827,GSM5976828,GSM5976829,GSM5976830,GSM5976831,GSM5976832,GSM5976833,GSM5976834,GSM5976835,GSM5976836,GSM5976837,GSM5976838,GSM5976839,GSM5976840,GSM5976841,GSM5976842,GSM5976843,GSM5976844,GSM5976845,GSM5976846,GSM5976847,GSM5976848,GSM5976849,GSM5976850,GSM5976851,GSM5976852,GSM5976853,GSM5976854,GSM5976855,GSM5976856,GSM5976857,GSM5976858,GSM5976859,GSM5976860,GSM5976861,GSM5976862,GSM5976863,GSM5976864,GSM5976865,GSM5976866,GSM5976867,GSM5976868,GSM5976869,GSM5976870,GSM5976871,GSM5976872,GSM5976873,GSM5976874,GSM5976875,GSM5976876,GSM5976877,GSM5976878,GSM5976879,GSM5976880,GSM5976881,GSM5976882,GSM5976883,GSM5976884,GSM5976885,GSM5976886,GSM5976887,GSM5976888,GSM5976889,GSM5976890,GSM5976891,GSM5976892,GSM5976893,GSM5976894,GSM5976895,GSM5976896,GSM5976897,GSM5976898,GSM5976899,GSM5976900,GSM5976901,GSM5976902,GSM5976903,GSM5976904,GSM5976905,GSM5976906,GSM5976907,GSM5976908,GSM5976909,GSM5976910,GSM5976911,GSM5976912,GSM5976913,GSM5976914,GSM5976915,GSM5976916,GSM5976917,GSM5976918,GSM5976919,GSM5976920,GSM5976921,GSM5976922,GSM5976923,GSM5976924,GSM5976925,GSM5976926,GSM5976927,GSM5976928,GSM5976929,GSM5976930,GSM5976931,GSM5976932,GSM5976933,GSM5976934,GSM5976935,GSM5976936,GSM5976937,GSM5976938,GSM5976939,GSM5976940,GSM5976941,GSM5976942,GSM5976943,GSM5976944,GSM5976945,GSM5976946,GSM5976947,GSM5976948,GSM5976949,GSM5976950,GSM5976951,GSM5976952,GSM5976953,GSM5976954,GSM5976955,GSM5976956,GSM5976957,GSM5976958,GSM5976959,GSM5976960,GSM5976961,GSM5976962,GSM5976963,GSM5976964,GSM5976965,GSM5976966,GSM5976967,GSM5976968,GSM5976969,GSM5976970,GSM5976971,GSM5976972,GSM5976973,GSM5976974,GSM5976975,GSM5976976,GSM5976977,GSM5976978,GSM5976979,GSM5976980,GSM5976981,GSM5976982,GSM5976983,GSM5976984,GSM5976985,GSM5976986,GSM5976987,GSM5976988,GSM5976989,GSM5976990,GSM5976991,GSM5976992,GSM5976993,GSM5976994,GSM5976995,GSM5976996,GSM5976997,GSM5976998,GSM5976999,GSM5977000,GSM5977001,GSM5977002,GSM5977003,GSM5977004,GSM5977005,GSM5977006,GSM5977007,GSM5977008,GSM5977009,GSM5977010,GSM5977011,GSM5977012,GSM5977013,GSM5977014,GSM5977015,GSM5977016,GSM5977017,GSM5977018,GSM5977019,GSM5977020,GSM5977021,GSM5977022,GSM5977023,GSM5977024,GSM5977025,GSM5977026,GSM5977027,GSM5977028,GSM5977029,GSM5977030,GSM5977031,GSM5977032,GSM5977033,GSM5977034,GSM5977035,GSM5977036,GSM5977037,GSM5977038,GSM5977039,GSM5977040,GSM5977041,GSM5977042,GSM5977043,GSM5977044,GSM5977045,GSM5977046,GSM5977047,GSM5977048,GSM5977049,GSM5977050,GSM5977051,GSM5977052,GSM5977053,GSM5977054,GSM5977055,GSM5977056,GSM5977057,GSM5977058,GSM5977059,GSM5977060,GSM5977061,GSM5977062,GSM5977063,GSM5977064,GSM5977065,GSM5977066,GSM5977067,GSM5977068,GSM5977069,GSM5977070,GSM5977071,GSM5977072,GSM5977073,GSM5977074,GSM5977075,GSM5977076,GSM5977077,GSM5977078,GSM5977079,GSM5977080,GSM5977081,GSM5977082,GSM5977083,GSM5977084,GSM5977085,GSM5977086,GSM5977087,GSM5977088,GSM5977089,GSM5977090,GSM5977091,GSM5977092,GSM5977093,GSM5977094,GSM5977095,GSM5977096,GSM5977097,GSM5977098,GSM5977099,GSM5977100,GSM5977101,GSM5977102,GSM5977103,GSM5977104,GSM5977105,GSM5977106,GSM5977107,GSM5977108,GSM5977109,GSM5977110,GSM5977111,GSM5977112,GSM5977113,GSM5977114,GSM5977115,GSM5977116,GSM5977117,GSM5977118,GSM5977119,GSM5977120,GSM5977121,GSM5977122,GSM5977123,GSM5977124,GSM5977125,GSM5977126,GSM5977127,GSM5977128,GSM5977129,GSM5977130,GSM5977131,GSM5977132,GSM5977133,GSM5977134,GSM5977135,GSM5977136,GSM5977137,GSM5977138,GSM5977139,GSM5977140,GSM5977141,GSM5977142,GSM5977143,GSM5977144,GSM5977145,GSM5977146,GSM5977147,GSM5977148,GSM5977149,GSM5977150,GSM5977151,GSM5977152,GSM5977153,GSM5977154,GSM5977155,GSM5977156,GSM5977157,GSM5977158,GSM5977159,GSM5977160,GSM5977161,GSM5977162,GSM5977163,GSM5977164,GSM5977165,GSM5977166,GSM5977167,GSM5977168,GSM5977169,GSM5977170,GSM5977171,GSM5977172,GSM5977173,GSM5977174,GSM5977175,GSM5977176,GSM5977177,GSM5977178,GSM5977179,GSM5977180,GSM5977181,GSM5977182,GSM5977183,GSM5977184,GSM5977185,GSM5977186,GSM5977187,GSM5977188,GSM5977189,GSM5977190,GSM5977191,GSM5977192,GSM5977193,GSM5977194,GSM5977195,GSM5977196,GSM5977197,GSM5977198,GSM5977199,GSM5977200,GSM5977201,GSM5977202,GSM5977203,GSM5977204,GSM5977205,GSM5977206,GSM5977207,GSM5977208,GSM5977209,GSM5977210,GSM5977211,GSM5977212,GSM5977213,GSM5977214,GSM5977215,GSM5977216,GSM5977217,GSM5977218,GSM5977219,GSM5977220,GSM5977221,GSM5977222,GSM5977223,GSM5977224,GSM5977225,GSM5977226,GSM5977227,GSM5977228,GSM5977229,GSM5977230,GSM5977231,GSM5977232,GSM5977233,GSM5977234,GSM5977235,GSM5977236,GSM5977237,GSM5977238,GSM5977239,GSM5977240,GSM5977241,GSM5977242,GSM5977243,GSM5977244,GSM5977245,GSM5977246,GSM5977247,GSM5977248,GSM5977249,GSM5977250,GSM5977251,GSM5977252,GSM5977253,GSM5977254,GSM5977255,GSM5977256,GSM5977257,GSM5977258,GSM5977259,GSM5977260,GSM5977261,GSM5977262,GSM5977263,GSM5977264,GSM5977265,GSM5977266,GSM5977267,GSM5977268,GSM5977269,GSM5977270,GSM5977271,GSM5977272,GSM5977273,GSM5977274,GSM5977275,GSM5977276,GSM5977277,GSM5977278,GSM5977279,GSM5977280,GSM5977281,GSM5977282,GSM5977283,GSM5977284,GSM5977285,GSM5977286,GSM5977287,GSM5977288,GSM5977289,GSM5977290,GSM5977291,GSM5977292,GSM5977293,GSM5977294,GSM5977295,GSM5977296,GSM5977297,GSM5977298,GSM5977299,GSM5977300,GSM5977301,GSM5977302,GSM5977303,GSM5977304,GSM5977305,GSM5977306,GSM5977307,GSM5977308,GSM5977309,GSM5977310,GSM5977311,GSM5977312,GSM5977313,GSM5977314,GSM5977315,GSM5977316,GSM5977317,GSM5977318,GSM5977319,GSM5977320,GSM5977321,GSM5977322,GSM5977323,GSM5977324,GSM5977325,GSM5977326,GSM5977327,GSM5977328,GSM5977329,GSM5977330,GSM5977331,GSM5977332,GSM5977333,GSM5977334,GSM5977335,GSM5977336,GSM5977337,GSM5977338,GSM5977339,GSM5977340,GSM5977341,GSM5977342,GSM5977343,GSM5977344,GSM5977345,GSM5977346,GSM5977347,GSM5977348,GSM5977349,GSM5977350,GSM5977351,GSM5977352,GSM5977353,GSM5977354,GSM5977355,GSM5977356,GSM5977357,GSM5977358,GSM5977359,GSM5977360,GSM5977361,GSM5977362,GSM5977363,GSM5977364,GSM5977365,GSM5977366,GSM5977367,GSM5977368,GSM5977369,GSM5977370,GSM5977371,GSM5977372,GSM5977373,GSM5977374,GSM5977375,GSM5977376,GSM5977377,GSM5977378,GSM5977379,GSM5977380,GSM5977381,GSM5977382,GSM5977383,GSM5977384,GSM5977385,GSM5977386,GSM5977387,GSM5977388,GSM5977389,GSM5977390,GSM5977391,GSM5977392,GSM5977393,GSM5977394,GSM5977395,GSM5977396,GSM5977397,GSM5977398,GSM5977399,GSM5977400,GSM5977401,GSM5977402,GSM5977403,GSM5977404,GSM5977405,GSM5977406,GSM5977407,GSM5977408,GSM5977409,GSM5977410,GSM5977411,GSM5977412,GSM5977413,GSM5977414,GSM5977415,GSM5977416,GSM5977417,GSM5977418,GSM5977419,GSM5977420,GSM5977421,GSM5977422,GSM5977423,GSM5977424,GSM5977425,GSM5977426,GSM5977427,GSM5977428,GSM5977429,GSM5977430,GSM5977431,GSM5977432,GSM5977433,GSM5977434,GSM5977435,GSM5977436,GSM5977437,GSM5977438,GSM5977439,GSM5977440,GSM5977441,GSM5977442,GSM5977443,GSM5977444,GSM5977445,GSM5977446,GSM5977447,GSM5977448,GSM5977449,GSM5977450,GSM5977451,GSM5977452,GSM5977453,GSM5977454,GSM5977455,GSM5977456,GSM5977457,GSM5977458,GSM5977459,GSM5977460,GSM5977461,GSM5977462,GSM5977463,GSM5977464,GSM5977465,GSM5977466,GSM5977467,GSM5977468,GSM5977469,GSM5977470,GSM5977471,GSM5977472,GSM5977473,GSM5977474,GSM5977475,GSM5977476,GSM5977477,GSM5977478,GSM5977479,GSM5977480,GSM5977481,GSM5977482,GSM5977483,GSM5977484,GSM5977485,GSM5977486,GSM5977487,GSM5977488,GSM5977489,GSM5977490,GSM5977491,GSM5977492,GSM5977493,GSM5977494,GSM5977495,GSM5977496,GSM5977497,GSM5977498,GSM5977499,GSM5977500,GSM5977501,GSM5977502,GSM5977503,GSM5977504,GSM5977505,GSM5977506,GSM5977507,GSM5977508,GSM5977509,GSM5977510,GSM5977511,GSM5977512,GSM5977513,GSM5977514,GSM5977515,GSM5977516,GSM5977517,GSM5977518,GSM5977519,GSM5977520,GSM5977521,GSM5977522,GSM5977523,GSM5977524,GSM5977525,GSM5977526,GSM5977527,GSM5977528,GSM5977529,GSM5977530,GSM5977531,GSM5977532,GSM5977533,GSM5977534,GSM5977535,GSM5977536,GSM5977537,GSM5977538,GSM5977539,GSM5977540,GSM5977541,GSM5977542,GSM5977543,GSM5977544,GSM5977545,GSM5977546,GSM5977547,GSM5977548,GSM5977549,GSM5977550,GSM5977551,GSM5977552,GSM5977553,GSM5977554,GSM5977555,GSM5977556,GSM5977557,GSM5977558,GSM5977559,GSM5977560,GSM5977561,GSM5977562,GSM5977563,GSM5977564,GSM5977565,GSM5977566,GSM5977567,GSM5977568,GSM5977569,GSM5977570,GSM5977571,GSM5977572,GSM5977573,GSM5977574,GSM5977575,GSM5977576,GSM5977577,GSM5977578,GSM5977579,GSM5977580,GSM5977581,GSM5977582,GSM5977583,GSM5977584,GSM5977585,GSM5977586,GSM5977587,GSM5977588,GSM5977589,GSM5977590,GSM5977591,GSM5977592,GSM5977593,GSM5977594,GSM5977595,GSM5977596,GSM5977597,GSM5977598,GSM5977599,GSM5977600,GSM5977601,GSM5977602,GSM5977603,GSM5977604,GSM5977605,GSM5977606,GSM5977607,GSM5977608,GSM5977609,GSM5977610,GSM5977611,GSM5977612,GSM5977613,GSM5977614,GSM5977615,GSM5977616,GSM5977617,GSM5977618,GSM5977619,GSM5977620,GSM5977621,GSM5977622,GSM5977623,GSM5977624,GSM5977625,GSM5977626,GSM5977627,GSM5977628,GSM5977629,GSM5977630,GSM5977631,GSM5977632,GSM5977633,GSM5977634,GSM5977635,GSM5977636,GSM5977637,GSM5977638,GSM5977639,GSM5977640,GSM5977641,GSM5977642,GSM5977643,GSM5977644,GSM5977645,GSM5977646,GSM5977647,GSM5977648,GSM5977649,GSM5977650,GSM5977651,GSM5977652,GSM5977653,GSM5977654,GSM5977655,GSM5977656,GSM5977657,GSM5977658,GSM5977659,GSM5977660,GSM5977661,GSM5977662,GSM5977663,GSM5977664,GSM5977665,GSM5977666,GSM5977667,GSM5977668,GSM5977669,GSM5977670,GSM5977671,GSM5977672,GSM5977673,GSM5977674,GSM5977675,GSM5977676,GSM5977677,GSM5977678,GSM5977679,GSM5977680,GSM5977681,GSM5977682,GSM5977683,GSM5977684,GSM5977685,GSM5977686,GSM5977687,GSM5977688,GSM5977689,GSM5977690,GSM5977691,GSM5977692,GSM5977693,GSM5977694,GSM5977695,GSM5977696,GSM5977697,GSM5977698,GSM5977699,GSM5977700,GSM5977701,GSM5977702,GSM5977703,GSM5977704,GSM5977705,GSM5977706,GSM5977707,GSM5977708,GSM5977709,GSM5977710,GSM5977711,GSM5977712,GSM5977713,GSM5977714,GSM5977715,GSM5977716,GSM5977717,GSM5977718,GSM5977719,GSM5977720,GSM5977721,GSM5977722,GSM5977723,GSM5977724,GSM5977725,GSM5977726,GSM5977727,GSM5977728,GSM5977729,GSM5977730,GSM5977731,GSM5977732,GSM5977733,GSM5977734,GSM5977735,GSM5977736,GSM5977737,GSM5977738,GSM5977739,GSM5977740,GSM5977741,GSM5977742,GSM5977743,GSM5977744,GSM5977745,GSM5977746,GSM5977747,GSM5977748,GSM5977749,GSM5977750,GSM5977751,GSM5977752,GSM5977753,GSM5977754,GSM5977755,GSM5977756,GSM5977757,GSM5977758,GSM5977759,GSM5977760,GSM5977761,GSM5977762,GSM5977763,GSM5977764,GSM5977765,GSM5977766,GSM5977767,GSM5977768,GSM5977769,GSM5977770,GSM5977771,GSM5977772,GSM5977773,GSM5977774,GSM5977775,GSM5977776,GSM5977777,GSM5977778,GSM5977779,GSM5977780,GSM5977781,GSM5977782,GSM5977783,GSM5977784,GSM5977785,GSM5977786,GSM5977787,GSM5977788,GSM5977789,GSM5977790,GSM5977791,GSM5977792,GSM5977793,GSM5977794,GSM5977795,GSM5977796,GSM5977797,GSM5977798,GSM5977799,GSM5977800,GSM5977801,GSM5977802,GSM5977803,GSM5977804,GSM5977805,GSM5977806,GSM5977807,GSM5977808,GSM5977809,GSM5977810,GSM5977811,GSM5977812,GSM5977813,GSM5977814,GSM5977815,GSM5977816,GSM5977817,GSM5977818,GSM5977819,GSM5977820,GSM5977821,GSM5977822,GSM5977823,GSM5977824,GSM5977825,GSM5977826,GSM5977827,GSM5977828,GSM5977829,GSM5977830,GSM5977831,GSM5977832,GSM5977833,GSM5977834,GSM5977835,GSM5977836,GSM5977837,GSM5977838,GSM5977839,GSM5977840,GSM5977841,GSM5977842,GSM5977843,GSM5977844,GSM5977845,GSM5977846,GSM5977847,GSM5977848,GSM5977849,GSM5977850,GSM5977851,GSM5977852,GSM5977853,GSM5977854,GSM5977855,GSM5977856,GSM5977857,GSM5977858,GSM5977859,GSM5977860,GSM5977861,GSM5977862,GSM5977863,GSM5977864,GSM5977865,GSM5977866,GSM5977867,GSM5977868,GSM5977869,GSM5977870,GSM5977871,GSM5977872,GSM5977873,GSM5977874,GSM5977875,GSM5977876,GSM5977877,GSM5977878,GSM5977879,GSM5977880,GSM5977881,GSM5977882,GSM5977883,GSM5977884,GSM5977885,GSM5977886,GSM5977887,GSM5977888,GSM5977889,GSM5977890,GSM5977891,GSM5977892,GSM5977893,GSM5977894,GSM5977895,GSM5977896,GSM5977897,GSM5977898,GSM5977899,GSM5977900,GSM5977901,GSM5977902,GSM5977903,GSM5977904,GSM5977905,GSM5977906,GSM5977907,GSM5977908,GSM5977909,GSM5977910,GSM5977911,GSM5977912,GSM5977913,GSM5977914,GSM5977915,GSM5977916,GSM5977917,GSM5977918,GSM5977919,GSM5977920,GSM5977921,GSM5977922,GSM5977923,GSM5977924,GSM5977925,GSM5977926,GSM5977927,GSM5977928,GSM5977929,GSM5977930,GSM5977931,GSM5977932,GSM5977933,GSM5977934,GSM5977935,GSM5977936,GSM5977937,GSM5977938,GSM5977939,GSM5977940,GSM5977941,GSM5977942,GSM5977943,GSM5977944,GSM5977945,GSM5977946,GSM5977947,GSM5977948,GSM5977949,GSM5977950,GSM5977951,GSM5977952,GSM5977953,GSM5977954,GSM5977955,GSM5977956,GSM5977957,GSM5977958,GSM5977959,GSM5977960,GSM5977961,GSM5977962,GSM5977963,GSM5977964,GSM5977965,GSM5977966,GSM5977967,GSM5977968,GSM5977969,GSM5977970,GSM5977971,GSM5977972,GSM5977973,GSM5977974,GSM5977975,GSM5977976,GSM5977977,GSM5977978,GSM5977979,GSM5977980,GSM5977981,GSM5977982,GSM5977983,GSM5977984,GSM5977985,GSM5977986,GSM5977987,GSM5977988,GSM5977989,GSM5977990,GSM5977991,GSM5977992,GSM5977993,GSM5977994,GSM5977995,GSM5977996,GSM5977997,GSM5977998,GSM5977999,GSM5978000,GSM5978001,GSM5978002,GSM5978003,GSM5978004,GSM5978005,GSM5978006,GSM5978007,GSM5978008,GSM5978009,GSM5978010,GSM5978011,GSM5978012,GSM5978013,GSM5978014,GSM5978015,GSM5978016,GSM5978017,GSM5978018,GSM5978019,GSM5978020,GSM5978021,GSM5978022,GSM5978023,GSM5978024,GSM5978025,GSM5978026,GSM5978027,GSM5978028,GSM5978029,GSM5978030,GSM5978031,GSM5978032,GSM5978033,GSM5978034,GSM5978035,GSM5978036,GSM5978037,GSM5978038,GSM5978039,GSM5978040,GSM5978041,GSM5978042,GSM5978043,GSM5978044,GSM5978045,GSM5978046,GSM5978047,GSM5978048,GSM5978049,GSM5978050,GSM5978051,GSM5978052,GSM5978053,GSM5978054,GSM5978055,GSM5978056,GSM5978057,GSM5978058,GSM5978059,GSM5978060,GSM5978061,GSM5978062,GSM5978063,GSM5978064,GSM5978065,GSM5978066,GSM5978067,GSM5978068,GSM5978069,GSM5978070,GSM5978071,GSM5978072,GSM5978073,GSM5978074,GSM5978075,GSM5978076,GSM5978077,GSM5978078,GSM5978079,GSM5978080,GSM5978081,GSM5978082,GSM5978083,GSM5978084,GSM5978085,GSM5978086,GSM5978087,GSM5978088,GSM5978089,GSM5978090,GSM5978091,GSM5978092,GSM5978093,GSM5978094,GSM5978095,GSM5978096,GSM5978097,GSM5978098,GSM5978099,GSM5978100,GSM5978101,GSM5978102,GSM5978103,GSM5978104,GSM5978105,GSM5978106,GSM5978107,GSM5978108,GSM5978109,GSM5978110,GSM5978111,GSM5978112,GSM5978113,GSM5978114,GSM5978115,GSM5978116,GSM5978117,GSM5978118,GSM5978119,GSM5978120,GSM5978121,GSM5978122,GSM5978123,GSM5978124,GSM5978125,GSM5978126,GSM5978127,GSM5978128,GSM5978129,GSM5978130,GSM5978131,GSM5978132,GSM5978133,GSM5978134,GSM5978135,GSM5978136,GSM5978137,GSM5978138,GSM5978139,GSM5978140,GSM5978141,GSM5978142,GSM5978143,GSM5978144,GSM5978145,GSM5978146,GSM5978147,GSM5978148,GSM5978149,GSM5978150,GSM5978151,GSM5978152,GSM5978153,GSM5978154,GSM5978155,GSM5978156,GSM5978157,GSM5978158,GSM5978159,GSM5978160,GSM5978161,GSM5978162,GSM5978163,GSM5978164,GSM5978165,GSM5978166,GSM5978167,GSM5978168,GSM5978169,GSM5978170,GSM5978171,GSM5978172,GSM5978173,GSM5978174,GSM5978175,GSM5978176,GSM5978177,GSM5978178,GSM5978179,GSM5978180,GSM5978181,GSM5978182,GSM5978183,GSM5978184,GSM5978185,GSM5978186,GSM5978187,GSM5978188,GSM5978189,GSM5978190,GSM5978191,GSM5978192,GSM5978193,GSM5978194,GSM5978195,GSM5978196,GSM5978197,GSM5978198,GSM5978199,GSM5978200,GSM5978201,GSM5978202,GSM5978203,GSM5978204,GSM5978205,GSM5978206,GSM5978207,GSM5978208,GSM5978209,GSM5978210,GSM5978211,GSM5978212,GSM5978213,GSM5978214,GSM5978215,GSM5978216,GSM5978217,GSM5978218,GSM5978219,GSM5978220,GSM5978221,GSM5978222,GSM5978223,GSM5978224,GSM5978225,GSM5978226,GSM5978227,GSM5978228,GSM5978229,GSM5978230,GSM5978231,GSM5978232,GSM5978233,GSM5978234,GSM5978235,GSM5978236,GSM5978237,GSM5978238,GSM5978239,GSM5978240,GSM5978241,GSM5978242,GSM5978243,GSM5978244,GSM5978245,GSM5978246,GSM5978247,GSM5978248,GSM5978249,GSM5978250,GSM5978251,GSM5978252,GSM5978253,GSM5978254,GSM5978255,GSM5978256,GSM5978257,GSM5978258,GSM5978259,GSM5978260,GSM5978261,GSM5978262,GSM5978263,GSM5978264,GSM5978265,GSM5978266,GSM5978267,GSM5978268,GSM5978269,GSM5978270,GSM5978271,GSM5978272,GSM5978273,GSM5978274,GSM5978275,GSM5978276,GSM5978277,GSM5978278,GSM5978279,GSM5978280,GSM5978281,GSM5978282,GSM5978283,GSM5978284,GSM5978285,GSM5978286,GSM5978287,GSM5978288,GSM5978289,GSM5978290,GSM5978291,GSM5978292,GSM5978293,GSM5978294,GSM5978295,GSM5978296,GSM5978297,GSM5978298,GSM5978299,GSM5978300,GSM5978301,GSM5978302,GSM5978303,GSM5978304,GSM5978305,GSM5978306,GSM5978307,GSM5978308,GSM5978309,GSM5978310,GSM5978311,GSM5978312,GSM5978313,GSM5978314,GSM5978315,GSM5978316,GSM5978317,GSM5978318,GSM5978319,GSM5978320,GSM5978321,GSM5978322,GSM5978323,GSM5978324,GSM5978325,GSM5978326,GSM5978327,GSM5978328,GSM5978329,GSM5978330,GSM5978331,GSM5978332,GSM5978333,GSM5978334,GSM5978335,GSM5978336,GSM5978337,GSM5978338,GSM5978339,GSM5978340,GSM5978341,GSM5978342,GSM5978343,GSM5978344,GSM5978345,GSM5978346,GSM5978347,GSM5978348,GSM5978349,GSM5978350,GSM5978351,GSM5978352,GSM5978353,GSM5978354,GSM5978355,GSM5978356,GSM5978357,GSM5978358,GSM5978359,GSM5978360,GSM5978361,GSM5978362,GSM5978363,GSM5978364,GSM5978365,GSM5978366,GSM5978367,GSM5978368,GSM5978369,GSM5978370,GSM5978371,GSM5978372,GSM5978373,GSM5978374,GSM5978375,GSM5978376,GSM5978377,GSM5978378,GSM5978379,GSM5978380,GSM5978381,GSM5978382,GSM5978383,GSM5978384,GSM5978385,GSM5978386,GSM5978387,GSM5978388,GSM5978389,GSM5978390,GSM5978391,GSM5978392,GSM5978393,GSM5978394,GSM5978395,GSM5978396,GSM5978397,GSM5978398,GSM5978399,GSM5978400,GSM5978401,GSM5978402,GSM5978403,GSM5978404,GSM5978405,GSM5978406,GSM5978407,GSM5978408,GSM5978409,GSM5978410,GSM5978411,GSM5978412,GSM5978413,GSM5978414,GSM5978415,GSM5978416,GSM5978417,GSM5978418,GSM5978419,GSM5978420,GSM5978421,GSM5978422,GSM5978423,GSM5978424,GSM5978425,GSM5978426,GSM5978427,GSM5978428,GSM5978429,GSM5978430,GSM5978431,GSM5978432,GSM5978433,GSM5978434,GSM5978435,GSM5978436,GSM5978437,GSM5978438,GSM5978439,GSM5978440,GSM5978441,GSM5978442,GSM5978443,GSM5978444,GSM5978445,GSM5978446,GSM5978447,GSM5978448,GSM5978449,GSM5978450,GSM5978451,GSM5978452,GSM5978453,GSM5978454,GSM5978455,GSM5978456,GSM5978457,GSM5978458,GSM5978459,GSM5978460,GSM5978461,GSM5978462,GSM5978463,GSM5978464,GSM5978465,GSM5978466,GSM5978467,GSM5978468,GSM5978469,GSM5978470,GSM5978471,GSM5978472,GSM5978473,GSM5978474,GSM5978475,GSM5978476,GSM5978477,GSM5978478,GSM5978479,GSM5978480,GSM5978481,GSM5978482,GSM5978483,GSM5978484,GSM5978485,GSM5978486,GSM5978487,GSM5978488,GSM5978489,GSM5978490,GSM5978491,GSM5978492,GSM5978493,GSM5978494,GSM5978495,GSM5978496,GSM5978497,GSM5978498,GSM5978499,GSM5978500,GSM5978501,GSM5978502,GSM5978503,GSM5978504,GSM5978505,GSM5978506,GSM5978507,GSM5978508,GSM5978509,GSM5978510,GSM5978511,GSM5978512,GSM5978513,GSM5978514,GSM5978515,GSM5978516,GSM5978517,GSM5978518,GSM5978519,GSM5978520,GSM5978521,GSM5978522,GSM5978523,GSM5978524,GSM5978525,GSM5978526,GSM5978527,GSM5978528,GSM5978529,GSM5978530,GSM5978531,GSM5978532,GSM5978533,GSM5978534,GSM5978535,GSM5978536,GSM5978537,GSM5978538,GSM5978539,GSM5978540,GSM5978541,GSM5978542,GSM5978543,GSM5978544,GSM5978545,GSM5978546,GSM5978547,GSM5978548,GSM5978549,GSM5978550,GSM5978551,GSM5978552,GSM5978553,GSM5978554,GSM5978555,GSM5978556,GSM5978557,GSM5978558,GSM5978559,GSM5978560,GSM5978561,GSM5978562,GSM5978563,GSM5978564,GSM5978565,GSM5978566,GSM5978567,GSM5978568,GSM5978569,GSM5978570,GSM5978571,GSM5978572,GSM5978573,GSM5978574,GSM5978575,GSM5978576,GSM5978577,GSM5978578,GSM5978579,GSM5978580,GSM5978581,GSM5978582,GSM5978583,GSM5978584,GSM5978585,GSM5978586,GSM5978587,GSM5978588,GSM5978589,GSM5978590,GSM5978591,GSM5978592,GSM5978593,GSM5978594,GSM5978595,GSM5978596,GSM5978597,GSM5978598,GSM5978599,GSM5978600,GSM5978601,GSM5978602,GSM5978603,GSM5978604,GSM5978605,GSM5978606,GSM5978607,GSM5978608,GSM5978609,GSM5978610,GSM5978611,GSM5978612,GSM5978613,GSM5978614,GSM5978615,GSM5978616,GSM5978617,GSM5978618,GSM5978619,GSM5978620,GSM5978621,GSM5978622,GSM5978623,GSM5978624,GSM5978625,GSM5978626,GSM5978627,GSM5978628,GSM5978629,GSM5978630,GSM5978631,GSM5978632,GSM5978633,GSM5978634,GSM5978635,GSM5978636,GSM5978637,GSM5978638,GSM5978639,GSM5978640,GSM5978641,GSM5978642,GSM5978643,GSM5978644,GSM5978645,GSM5978646,GSM5978647,GSM5978648,GSM5978649,GSM5978650,GSM5978651,GSM5978652,GSM5978653,GSM5978654,GSM5978655,GSM5978656,GSM5978657,GSM5978658,GSM5978659,GSM5978660,GSM5978661,GSM5978662,GSM5978663,GSM5978664,GSM5978665,GSM5978666,GSM5978667,GSM5978668,GSM5978669,GSM5978670,GSM5978671,GSM5978672,GSM5978673,GSM5978674,GSM5978675,GSM5978676,GSM5978677,GSM5978678,GSM5978679,GSM5978680,GSM5978681,GSM5978682,GSM5978683,GSM5978684,GSM5978685,GSM5978686,GSM5978687,GSM5978688,GSM5978689,GSM5978690,GSM5978691,GSM5978692,GSM5978693,GSM5978694,GSM5978695,GSM5978696,GSM5978697,GSM5978698,GSM5978699,GSM5978700,GSM5978701,GSM5978702,GSM5978703,GSM5978704,GSM5978705,GSM5978706,GSM5978707,GSM5978708,GSM5978709,GSM5978710,GSM5978711,GSM5978712,GSM5978713,GSM5978714,GSM5978715,GSM5978716,GSM5978717,GSM5978718,GSM5978719,GSM5978720,GSM5978721,GSM5978722,GSM5978723,GSM5978724,GSM5978725,GSM5978726,GSM5978727,GSM5978728,GSM5978729,GSM5978730,GSM5978731,GSM5978732,GSM5978733,GSM5978734,GSM5978735,GSM5978736,GSM5978737,GSM5978738,GSM5978739,GSM5978740,GSM5978741,GSM5978742,GSM5978743,GSM5978744,GSM5978745,GSM5978746,GSM5978747,GSM5978748,GSM5978749,GSM5978750,GSM5978751,GSM5978752,GSM5978753,GSM5978754,GSM5978755,GSM5978756,GSM5978757,GSM5978758,GSM5978759,GSM5978760,GSM5978761,GSM5978762,GSM5978763,GSM5978764,GSM5978765,GSM5978766,GSM5978767,GSM5978768,GSM5978769,GSM5978770,GSM5978771,GSM5978772,GSM5978773,GSM5978774,GSM5978775,GSM5978776,GSM5978777,GSM5978778,GSM5978779,GSM5978780,GSM5978781,GSM5978782,GSM5978783,GSM5978784,GSM5978785,GSM5978786,GSM5978787,GSM5978788,GSM5978789,GSM5978790,GSM5978791,GSM5978792,GSM5978793,GSM5978794,GSM5978795,GSM5978796,GSM5978797,GSM5978798,GSM5978799,GSM5978800,GSM5978801,GSM5978802,GSM5978803,GSM5978804,GSM5978805,GSM5978806,GSM5978807,GSM5978808,GSM5978809,GSM5978810,GSM5978811,GSM5978812,GSM5978813,GSM5978814,GSM5978815,GSM5978816,GSM5978817,GSM5978818,GSM5978819,GSM5978820,GSM5978821,GSM5978822,GSM5978823,GSM5978824,GSM5978825,GSM5978826,GSM5978827,GSM5978828,GSM5978829,GSM5978830,GSM5978831,GSM5978832,GSM5978833,GSM5978834,GSM5978835,GSM5978836,GSM5978837,GSM5978838,GSM5978839,GSM5978840,GSM5978841,GSM5978842,GSM5978843,GSM5978844,GSM5978845,GSM5978846,GSM5978847,GSM5978848,GSM5978849,GSM5978850,GSM5978851,GSM5978852,GSM5978853,GSM5978854,GSM5978855,GSM5978856,GSM5978857,GSM5978858,GSM5978859,GSM5978860,GSM5978861,GSM5978862,GSM5978863,GSM5978864,GSM5978865,GSM5978866,GSM5978867,GSM5978868,GSM5978869,GSM5978870,GSM5978871,GSM5978872,GSM5978873,GSM5978874,GSM5978875,GSM5978876,GSM5978877,GSM5978878,GSM5978879,GSM5978880,GSM5978881,GSM5978882,GSM5978883,GSM5978884,GSM5978885,GSM5978886,GSM5978887,GSM5978888,GSM5978889,GSM5978890,GSM5978891,GSM5978892,GSM5978893,GSM5978894,GSM5978895,GSM5978896,GSM5978897,GSM5978898,GSM5978899,GSM5978900,GSM5978901,GSM5978902,GSM5978903,GSM5978904,GSM5978905,GSM5978906,GSM5978907,GSM5978908,GSM5978909,GSM5978910,GSM5978911,GSM5978912,GSM5978913,GSM5978914,GSM5978915,GSM5978916,GSM5978917,GSM5978918,GSM5978919,GSM5978920,GSM5978921,GSM5978922,GSM5978923,GSM5978924,GSM5978925,GSM5978926,GSM5978927,GSM5978928,GSM5978929,GSM5978930,GSM5978931,GSM5978932,GSM5978933,GSM5978934,GSM5978935,GSM5978936,GSM5978937,GSM5978938,GSM5978939,GSM5978940,GSM5978941,GSM5978942,GSM5978943,GSM5978944,GSM5978945,GSM5978946,GSM5978947,GSM5978948,GSM5978949,GSM5978950,GSM5978951,GSM5978952,GSM5978953,GSM5978954,GSM5978955,GSM5978956,GSM5978957,GSM5978958,GSM5978959,GSM5978960,GSM5978961,GSM5978962,GSM5978963,GSM5978964,GSM5978965,GSM5978966,GSM5978967,GSM5978968,GSM5978969,GSM5978970,GSM5978971,GSM5978972,GSM5978973,GSM5978974,GSM5978975,GSM5978976,GSM5978977,GSM5978978,GSM5978979,GSM5978980,GSM5978981,GSM5978982,GSM5978983,GSM5978984,GSM5978985,GSM5978986,GSM5978987,GSM5978988
2
+ Crohns_Disease,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
3
+ Age,44.0,44.0,44.0,60.0,60.0,60.0,38.0,38.0,20.0,20.0,73.0,73.0,64.0,64.0,51.0,51.0,32.0,32.0,55.0,55.0,79.0,34.0,34.0,46.0,46.0,51.0,51.0,20.0,27.0,27.0,24.0,24.0,24.0,29.0,29.0,25.0,25.0,25.0,45.0,45.0,45.0,56.0,21.0,21.0,32.0,38.0,38.0,55.0,55.0,40.0,62.0,62.0,62.0,51.0,30.0,30.0,53.0,53.0,29.0,29.0,60.0,60.0,60.0,51.0,51.0,44.0,29.0,29.0,29.0,50.0,50.0,71.0,34.0,34.0,21.0,21.0,21.0,55.0,55.0,57.0,37.0,24.0,31.0,31.0,31.0,77.0,77.0,56.0,38.0,56.0,56.0,61.0,30.0,70.0,70.0,27.0,27.0,46.0,56.0,56.0,24.0,24.0,24.0,27.0,20.0,20.0,28.0,28.0,54.0,54.0,47.0,47.0,52.0,52.0,38.0,38.0,38.0,69.0,69.0,30.0,30.0,65.0,65.0,53.0,53.0,30.0,30.0,30.0,24.0,24.0,34.0,34.0,73.0,73.0,51.0,51.0,57.0,57.0,51.0,51.0,53.0,53.0,23.0,23.0,23.0,50.0,50.0,47.0,47.0,47.0,52.0,52.0,53.0,59.0,59.0,47.0,47.0,44.0,44.0,31.0,31.0,45.0,30.0,30.0,30.0,26.0,26.0,26.0,24.0,24.0,24.0,55.0,19.0,19.0,53.0,53.0,51.0,51.0,53.0,53.0,40.0,40.0,40.0,48.0,33.0,33.0,52.0,52.0,63.0,63.0,39.0,39.0,39.0,38.0,38.0,27.0,27.0,41.0,41.0,42.0,42.0,42.0,65.0,65.0,50.0,50.0,57.0,57.0,54.0,54.0,27.0,27.0,27.0,27.0,57.0,57.0,60.0,30.0,30.0,41.0,41.0,41.0,72.0,72.0,33.0,44.0,44.0,24.0,59.0,59.0,60.0,36.0,36.0,46.0,46.0,35.0,35.0,35.0,35.0,68.0,68.0,68.0,63.0,63.0,63.0,29.0,29.0,46.0,46.0,58.0,58.0,73.0,73.0,49.0,49.0,49.0,51.0,51.0,51.0,27.0,27.0,27.0,22.0,49.0,49.0,33.0,33.0,37.0,37.0,41.0,41.0,67.0,67.0,66.0,66.0,66.0,53.0,53.0,53.0,42.0,22.0,22.0,22.0,37.0,28.0,25.0,25.0,25.0,65.0,65.0,65.0,44.0,44.0,73.0,24.0,24.0,37.0,37.0,53.0,53.0,34.0,34.0,34.0,33.0,39.0,39.0,39.0,71.0,71.0,29.0,29.0,50.0,71.0,71.0,71.0,35.0,35.0,28.0,37.0,37.0,63.0,33.0,33.0,33.0,53.0,33.0,33.0,33.0,24.0,31.0,31.0,31.0,31.0,31.0,52.0,50.0,50.0,50.0,29.0,29.0,40.0,61.0,61.0,71.0,46.0,46.0,47.0,25.0,25.0,25.0,30.0,30.0,40.0,40.0,40.0,64.0,64.0,64.0,52.0,52.0,22.0,22.0,22.0,32.0,32.0,42.0,42.0,42.0,33.0,33.0,33.0,26.0,26.0,26.0,60.0,60.0,71.0,71.0,71.0,68.0,45.0,60.0,60.0,74.0,26.0,26.0,52.0,52.0,32.0,32.0,31.0,54.0,54.0,36.0,36.0,36.0,55.0,55.0,29.0,29.0,29.0,71.0,71.0,71.0,22.0,33.0,33.0,27.0,27.0,27.0,28.0,77.0,77.0,64.0,29.0,29.0,44.0,44.0,51.0,51.0,49.0,49.0,59.0,59.0,55.0,55.0,24.0,45.0,45.0,34.0,34.0,60.0,60.0,51.0,70.0,44.0,51.0,51.0,31.0,31.0,46.0,46.0,52.0,52.0,61.0,61.0,30.0,30.0,53.0,27.0,27.0,29.0,29.0,67.0,67.0,60.0,60.0,65.0,65.0,24.0,24.0,43.0,43.0,43.0,55.0,55.0,56.0,56.0,30.0,30.0,30.0,44.0,44.0,67.0,67.0,64.0,64.0,31.0,31.0,31.0,25.0,25.0,81.0,81.0,81.0,42.0,50.0,50.0,33.0,33.0,24.0,24.0,56.0,56.0,45.0,55.0,55.0,45.0,45.0,62.0,62.0,82.0,82.0,25.0,25.0,25.0,58.0,58.0,26.0,59.0,59.0,68.0,68.0,64.0,64.0,33.0,33.0,27.0,27.0,27.0,62.0,62.0,38.0,38.0,59.0,59.0,29.0,29.0,56.0,30.0,45.0,60.0,60.0,60.0,38.0,44.0,44.0,44.0,51.0,51.0,67.0,67.0,36.0,36.0,23.0,23.0,23.0,22.0,22.0,22.0,38.0,38.0,22.0,22.0,22.0,76.0,76.0,56.0,56.0,56.0,65.0,54.0,21.0,21.0,48.0,28.0,28.0,28.0,65.0,65.0,65.0,52.0,54.0,54.0,33.0,33.0,33.0,29.0,29.0,29.0,25.0,25.0,25.0,45.0,45.0,34.0,39.0,39.0,43.0,43.0,43.0,37.0,37.0,37.0,58.0,58.0,58.0,45.0,70.0,70.0,31.0,31.0,67.0,47.0,47.0,47.0,69.0,37.0,37.0,37.0,34.0,34.0,27.0,50.0,55.0,55.0,41.0,60.0,60.0,36.0,36.0,36.0,52.0,34.0,34.0,67.0,67.0,33.0,33.0,51.0,51.0,58.0,28.0,28.0,28.0,50.0,42.0,46.0,46.0,29.0,29.0,32.0,32.0,32.0,74.0,74.0,36.0,36.0,28.0,22.0,22.0,24.0,24.0,52.0,52.0,26.0,26.0,26.0,30.0,30.0,34.0,34.0,29.0,29.0,34.0,34.0,34.0,46.0,59.0,59.0,43.0,35.0,35.0,35.0,31.0,31.0,31.0,32.0,35.0,35.0,36.0,62.0,32.0,32.0,21.0,21.0,36.0,36.0,78.0,30.0,30.0,30.0,42.0,42.0,42.0,34.0,34.0,22.0,22.0,22.0,38.0,24.0,24.0,24.0,61.0,61.0,61.0,26.0,35.0,35.0,35.0,31.0,31.0,31.0,33.0,33.0,26.0,40.0,40.0,70.0,70.0,59.0,59.0,59.0,47.0,49.0,67.0,35.0,35.0,59.0,59.0,59.0,22.0,22.0,22.0,73.0,29.0,29.0,29.0,38.0,38.0,38.0,38.0,38.0,39.0,39.0,39.0,55.0,55.0,29.0,28.0,28.0,28.0,61.0,61.0,61.0,40.0,40.0,65.0,30.0,30.0,50.0,52.0,52.0,52.0,44.0,44.0,44.0,35.0,35.0,35.0,42.0,42.0,42.0,34.0,67.0,67.0,51.0,44.0,44.0,32.0,32.0,32.0,34.0,34.0,57.0,57.0,57.0,65.0,65.0,65.0,50.0,44.0,44.0,44.0,34.0,34.0,25.0,25.0,25.0,68.0,68.0,33.0,33.0,28.0,28.0,26.0,37.0,37.0,66.0,66.0,80.0,80.0,80.0,49.0,49.0,39.0,39.0,46.0,39.0,39.0,39.0,57.0,57.0,21.0,21.0,36.0,36.0,72.0,72.0,49.0,43.0,43.0,69.0,74.0,74.0,34.0,31.0,29.0,52.0,52.0,52.0,29.0,29.0,29.0,20.0,20.0,59.0,54.0,31.0,67.0,67.0,67.0,27.0,27.0,27.0,51.0,37.0,37.0,37.0,63.0,53.0,53.0,57.0,26.0,26.0,67.0,59.0,59.0,59.0,33.0,33.0,33.0,29.0,37.0,37.0,37.0,68.0,68.0,68.0,34.0,25.0,25.0,50.0,50.0,57.0,20.0,20.0,20.0,66.0,66.0,47.0,26.0,26.0,26.0,41.0,41.0,41.0,34.0,34.0,34.0,29.0,29.0,53.0,43.0,43.0,43.0,26.0,26.0,26.0,60.0,60.0,31.0,31.0,65.0,65.0,65.0,29.0,29.0,29.0,65.0,65.0,53.0,53.0,53.0,31.0,31.0,66.0,66.0,66.0,45.0,45.0,45.0,24.0,24.0,24.0,23.0,49.0,22.0,22.0,22.0,33.0,33.0,66.0,66.0,66.0,25.0,25.0,44.0,44.0,44.0,51.0,51.0,27.0,27.0,33.0,33.0,33.0,60.0,60.0,60.0,62.0,62.0,62.0,32.0,32.0,32.0,43.0,43.0,43.0,34.0,34.0,34.0,28.0,28.0,28.0,26.0,26.0,26.0,56.0,56.0,56.0,56.0,56.0,24.0,24.0,24.0,25.0,25.0,25.0,27.0,27.0,27.0,36.0,36.0,36.0,39.0,39.0,39.0,53.0,33.0,65.0,65.0,65.0,45.0,45.0,45.0,73.0,73.0,37.0,37.0,37.0,40.0,40.0,40.0,74.0,74.0,74.0,23.0,37.0,37.0,37.0,58.0,58.0,58.0,22.0,22.0,22.0,30.0,30.0,23.0,23.0,23.0,29.0,29.0,38.0,38.0,38.0,64.0,64.0,64.0,29.0,29.0,29.0,28.0,28.0,28.0,75.0,30.0,30.0,30.0,46.0,46.0,46.0,67.0,67.0,48.0,48.0,48.0,30.0,30.0,30.0,56.0,76.0,76.0,36.0,36.0,36.0,50.0,50.0,50.0,72.0,72.0,72.0,51.0,51.0,51.0,35.0,35.0,29.0,29.0,39.0,39.0,57.0,57.0,24.0,24.0,24.0,50.0,50.0,31.0,31.0,31.0,67.0,67.0,67.0,69.0,69.0,69.0,40.0,36.0,36.0,36.0,37.0,37.0,37.0,30.0,30.0,30.0,68.0,68.0,68.0,33.0,33.0,33.0,61.0,72.0,72.0,72.0,55.0,55.0,55.0,48.0,48.0,48.0,46.0,46.0,46.0,43.0,43.0,43.0,30.0,30.0,39.0,39.0,39.0,48.0,69.0,69.0,69.0,30.0,30.0,30.0,34.0,34.0,34.0,37.0,37.0,37.0,23.0,23.0,23.0,53.0,53.0,53.0,50.0,50.0,50.0,39.0,39.0,39.0,33.0,33.0,27.0,27.0,27.0,26.0,26.0,26.0,29.0,29.0,29.0,39.0,39.0,39.0,44.0,47.0,34.0,34.0,34.0,45.0,45.0,38.0,38.0,42.0,42.0,42.0,29.0,29.0,37.0,37.0,33.0,33.0,33.0,60.0,28.0,70.0,70.0,24.0,24.0,24.0,24.0,54.0,54.0,54.0,58.0,58.0,58.0,53.0,53.0,53.0,71.0,71.0,71.0,68.0,68.0,68.0,38.0,38.0,38.0,29.0,29.0,29.0,36.0,32.0,32.0,33.0,33.0,24.0,38.0,38.0,31.0,31.0,31.0,49.0,49.0,49.0,30.0,30.0,59.0,59.0,59.0,28.0,28.0,28.0,42.0,57.0,57.0,38.0,38.0,38.0,23.0,23.0,54.0,70.0,70.0,36.0,36.0,27.0,27.0,27.0,61.0,55.0,55.0,45.0,45.0,45.0,26.0,26.0,26.0,47.0,47.0,34.0,34.0,34.0,25.0,25.0,35.0,35.0,35.0,33.0,33.0,24.0,24.0,70.0,70.0,70.0,25.0,25.0,26.0,26.0,38.0,38.0,38.0,38.0,38.0,66.0,66.0,66.0,60.0,60.0,60.0,28.0,28.0,28.0,40.0,40.0,40.0,58.0,58.0,58.0,29.0,66.0,66.0,35.0,35.0,25.0,25.0,25.0,35.0,35.0,31.0,31.0,31.0,30.0,30.0,52.0,52.0,52.0,55.0,55.0,55.0,49.0,49.0,49.0,34.0,34.0,34.0,73.0,73.0,51.0,51.0,51.0,33.0,33.0,33.0,24.0,24.0,24.0,37.0,32.0,32.0,32.0,44.0,44.0,44.0,70.0,70.0,70.0,52.0,52.0,52.0,53.0,53.0,53.0,25.0,59.0,59.0,64.0,64.0,64.0,47.0,47.0,47.0,38.0,38.0,38.0,50.0,50.0,50.0,30.0,72.0,72.0,72.0,36.0,36.0,36.0,78.0,78.0,78.0,45.0,45.0,45.0,28.0,28.0,28.0,44.0,44.0,44.0,48.0,48.0,56.0,56.0,56.0,48.0,48.0,48.0,72.0,72.0,26.0,26.0,26.0,64.0,64.0,64.0,51.0,51.0,55.0,55.0,26.0,26.0,26.0,77.0,77.0,77.0,57.0,57.0,57.0,49.0,49.0,49.0,72.0,72.0,72.0,24.0,24.0,24.0,47.0,47.0,47.0,58.0,58.0,58.0,32.0,32.0,32.0,44.0,44.0,44.0,32.0,32.0,32.0,28.0,28.0,28.0,48.0,48.0,48.0,53.0,26.0,60.0,60.0,60.0,50.0,50.0,50.0,36.0,36.0,36.0,55.0,55.0,55.0,54.0,54.0,30.0,30.0,30.0,47.0,47.0,47.0,30.0,30.0,30.0,56.0,56.0,56.0,27.0,27.0,27.0,26.0,26.0,33.0,33.0,33.0,45.0,45.0,45.0,43.0,25.0,25.0,25.0,34.0,34.0,34.0,29.0,29.0,29.0,48.0,48.0,41.0,41.0,41.0,41.0,41.0,41.0,34.0,34.0,34.0,54.0,54.0,54.0,68.0,68.0,68.0,41.0,41.0,53.0,53.0,53.0,49.0,49.0,49.0,31.0,31.0,25.0,25.0,26.0,26.0,26.0,43.0,43.0,43.0,66.0,66.0,66.0,33.0,33.0,69.0,69.0,69.0,34.0,34.0,34.0,37.0,37.0,24.0,24.0,24.0,33.0,33.0,41.0,22.0,22.0,22.0,35.0,35.0,59.0,59.0,59.0,25.0,25.0,35.0,35.0,35.0,47.0,47.0,47.0,31.0,61.0,61.0,37.0,37.0,37.0,37.0,37.0,33.0,33.0,33.0,59.0,59.0,59.0,39.0,39.0,37.0,37.0,37.0,22.0,22.0,22.0,22.0,25.0,25.0,66.0,66.0,56.0,56.0,56.0,50.0,50.0,50.0,24.0,24.0,37.0,37.0,37.0,30.0,30.0,30.0,69.0,69.0,44.0,44.0,44.0,25.0,25.0,25.0,62.0,62.0,51.0,51.0,51.0,51.0,51.0,63.0,63.0,66.0,66.0,66.0,51.0,51.0,32.0,32.0,32.0,54.0,54.0,54.0,31.0,31.0,31.0,49.0,49.0,28.0,28.0,28.0,72.0,72.0,72.0,49.0,49.0,49.0,73.0,73.0,73.0,57.0,57.0,55.0,55.0,59.0,51.0,51.0,51.0,47.0,47.0,70.0,51.0,51.0,51.0,65.0,65.0,65.0,40.0,40.0,40.0,56.0,56.0,70.0,70.0,70.0,59.0,59.0,59.0,35.0,35.0,59.0,59.0,39.0,39.0,41.0,41.0,40.0,64.0,64.0,62.0,62.0,25.0,25.0,47.0,47.0,26.0,26.0,60.0,60.0,41.0,59.0,59.0,39.0,39.0,44.0,44.0,30.0,30.0,32.0,32.0,26.0,26.0,32.0,32.0,52.0,52.0,27.0,27.0,66.0,66.0,66.0,70.0,38.0,38.0,68.0,68.0,68.0,68.0,69.0,69.0,51.0,51.0,74.0,74.0,58.0,58.0,31.0,31.0,31.0,59.0,57.0,57.0,35.0,35.0,35.0,64.0,64.0,48.0,48.0,23.0,23.0,46.0,46.0,52.0,52.0,52.0,26.0,26.0,56.0,56.0,59.0,59.0,57.0,57.0,67.0,53.0,53.0,53.0,26.0,26.0,64.0,64.0,52.0,52.0,23.0,23.0,60.0,60.0,60.0,64.0,64.0,33.0,33.0,21.0,21.0,21.0,40.0,40.0,52.0,52.0,27.0,27.0,52.0,52.0,23.0,60.0,60.0,55.0,55.0,55.0,51.0,51.0,59.0,59.0,59.0,37.0,37.0,67.0,67.0,33.0,33.0,33.0,30.0,30.0,58.0,58.0,50.0,50.0,71.0,71.0,34.0,34.0,33.0,33.0,52.0,62.0,62.0,66.0,66.0,55.0,55.0,70.0,70.0,66.0,66.0,53.0,53.0,40.0,40.0,40.0,51.0,51.0,51.0,48.0,48.0,57.0,64.0,64.0,29.0,29.0,53.0,53.0,49.0,49.0,37.0,37.0,37.0,61.0,61.0,41.0,45.0,24.0,24.0,33.0,33.0,58.0,58.0,50.0,59.0,59.0,56.0,56.0,44.0,82.0,82.0,68.0,29.0,29.0,33.0,33.0,33.0,45.0,45.0,50.0,50.0,61.0,61.0,23.0,23.0,51.0,55.0,55.0,55.0,46.0,46.0,29.0,61.0,61.0,30.0,30.0,51.0,51.0,60.0,35.0,35.0,35.0,45.0,45.0,32.0,42.0,42.0,49.0,49.0,64.0,64.0,52.0,52.0,56.0,56.0,57.0,57.0,51.0,51.0,51.0,27.0,27.0,56.0,56.0,53.0,53.0,56.0,68.0,68.0,68.0,68.0,68.0,50.0,50.0,67.0,67.0,55.0,55.0,28.0,28.0,41.0,39.0,39.0,52.0,52.0,55.0,55.0,68.0,68.0,52.0,52.0,57.0,57.0,41.0,41.0,52.0,52.0,57.0,57.0,32.0,32.0,62.0,62.0,62.0,62.0,51.0,51.0,53.0,53.0,55.0,55.0,29.0,29.0,29.0,24.0,24.0,24.0,25.0,25.0,25.0,58.0,58.0,71.0,71.0,69.0,69.0,33.0,33.0,65.0,65.0,49.0,49.0,30.0,30.0,30.0,32.0,32.0,54.0,54.0,68.0,68.0,63.0,63.0,63.0,39.0,39.0,54.0,54.0,46.0,46.0,36.0,36.0,57.0,57.0,47.0,35.0,55.0,55.0,34.0,34.0,45.0,71.0,71.0,56.0,56.0,67.0,67.0,67.0,50.0,50.0,44.0,44.0,65.0,65.0,24.0,24.0,24.0,54.0,54.0,23.0,23.0,23.0,57.0,57.0,64.0,64.0,51.0,59.0,59.0,56.0,56.0,54.0,54.0,52.0,52.0,26.0,26.0,26.0,53.0,53.0,64.0,64.0,30.0,30.0,65.0,65.0,62.0,62.0,59.0,59.0,42.0,42.0,27.0,27.0,70.0,70.0,52.0,52.0,57.0,57.0,63.0,63.0,33.0,33.0,53.0,53.0,79.0,79.0,52.0,52.0,72.0,72.0,77.0,77.0,57.0,57.0,27.0,27.0,26.0,26.0,57.0,57.0,51.0,51.0,64.0,64.0,33.0,33.0,33.0,52.0,52.0,37.0,58.0,58.0,48.0,48.0,52.0,52.0,42.0,42.0,40.0,40.0,58.0,58.0,41.0,41.0,41.0,30.0,30.0,22.0,22.0,34.0,34.0,62.0,54.0,54.0,34.0,34.0,25.0,25.0,46.0,46.0,70.0,70.0,25.0,55.0,55.0,29.0,29.0,33.0,33.0,51.0,51.0,21.0,21.0,51.0,51.0,38.0,38.0,49.0,49.0,28.0,54.0,54.0,32.0,34.0,34.0,20.0,49.0,49.0,50.0,50.0,56.0,56.0,56.0,56.0,65.0,65.0,42.0,42.0,31.0,31.0,31.0,45.0,45.0,57.0,57.0,61.0,61.0,24.0,24.0,63.0,63.0,55.0,55.0,51.0,51.0,41.0,41.0,46.0,46.0,46.0,59.0,59.0,66.0,66.0,51.0,51.0,59.0,59.0,27.0,56.0,24.0,24.0,63.0,48.0,48.0,25.0,25.0,63.0,63.0,68.0,68.0,60.0,60.0,52.0,52.0,52.0,52.0,26.0,26.0,57.0,57.0,33.0,33.0,29.0,29.0,38.0,71.0,50.0,50.0,50.0,50.0,50.0,56.0,56.0,52.0,52.0,52.0,52.0,52.0,56.0,56.0,48.0,48.0,31.0,66.0,66.0,41.0,41.0,32.0,32.0,32.0,65.0,65.0,68.0,68.0,67.0,67.0,34.0,34.0,49.0,49.0,59.0,59.0,49.0,49.0,73.0,32.0,32.0,65.0,65.0,66.0,66.0,66.0,33.0,33.0,58.0,28.0,28.0,64.0,64.0,66.0,66.0,40.0,40.0,34.0,34.0,57.0,57.0,56.0,56.0,58.0,58.0,37.0,37.0,48.0,48.0,40.0,64.0,64.0,64.0,48.0,27.0,27.0,53.0,53.0,27.0,27.0,37.0,37.0,47.0,47.0,35.0,30.0,30.0,30.0,68.0,68.0,52.0,52.0,50.0,50.0,66.0,66.0,29.0,29.0,21.0,21.0,51.0,51.0,49.0,37.0,37.0,28.0,28.0,23.0,23.0,32.0,32.0,69.0,69.0,59.0,59.0,73.0,73.0,21.0,21.0,63.0,63.0,63.0,39.0,31.0,31.0,31.0,60.0,60.0,51.0,32.0,32.0,49.0,49.0,49.0,25.0,25.0,25.0,54.0,54.0,54.0,34.0,57.0,57.0,26.0,26.0,24.0,24.0,24.0,64.0,64.0,51.0,51.0,64.0,64.0,54.0,54.0,45.0,45.0,50.0,50.0,36.0,36.0,31.0,71.0,29.0,29.0,29.0,21.0,21.0,64.0,49.0,49.0,53.0,53.0,61.0,61.0,59.0,59.0,22.0,22.0,31.0,31.0,23.0,23.0,52.0,52.0,44.0,44.0,53.0,20.0,20.0,20.0,32.0,25.0,25.0,25.0,42.0,42.0,39.0,46.0,46.0,28.0,28.0,23.0,23.0,23.0,59.0,59.0,68.0,68.0,68.0,62.0,62.0,24.0,24.0,24.0,62.0,58.0,58.0,47.0,47.0,25.0,25.0,32.0,37.0,37.0,74.0,74.0,48.0,48.0,50.0,50.0,51.0,51.0
4
+ Gender,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
p3/preprocess/Crohns_Disease/clinical_data/GSE207022.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM6268367,GSM6268368,GSM6268369,GSM6268370,GSM6268371,GSM6268372,GSM6268373,GSM6268374,GSM6268375,GSM6268376,GSM6268377,GSM6268378,GSM6268379,GSM6268380,GSM6268381,GSM6268382,GSM6268383,GSM6268384,GSM6268385,GSM6268386,GSM6268387,GSM6268388,GSM6268389,GSM6268390,GSM6268391,GSM6268392,GSM6268393,GSM6268394,GSM6268395,GSM6268396,GSM6268397,GSM6268398,GSM6268399,GSM6268400,GSM6268401,GSM6268402,GSM6268403,GSM6268404,GSM6268405,GSM6268406,GSM6268407,GSM6268408,GSM6268409,GSM6268410,GSM6268411,GSM6268412,GSM6268413,GSM6268414,GSM6268415,GSM6268416,GSM6268417,GSM6268418,GSM6268419,GSM6268420,GSM6268421,GSM6268422,GSM6268423,GSM6268424,GSM6268425,GSM6268426,GSM6268427,GSM6268428,GSM6268429,GSM6268430,GSM6268431,GSM6268432,GSM6268433,GSM6268434,GSM6268435,GSM6268436,GSM6268437,GSM6268438,GSM6268439,GSM6268440,GSM6268441,GSM6268442,GSM6268443,GSM6268444,GSM6268445,GSM6268446,GSM6268447,GSM6268448,GSM6268449,GSM6268450,GSM6268451,GSM6268452,GSM6268453,GSM6268454,GSM6268455,GSM6268456,GSM6268457,GSM6268458,GSM6268459,GSM6268460,GSM6268461,GSM6268462,GSM6268463,GSM6268464,GSM6268465,GSM6268466,GSM6268467,GSM6268468,GSM6268469,GSM6268470,GSM6268471,GSM6268472,GSM6268473,GSM6268474,GSM6268475,GSM6268476,GSM6268477,GSM6268478,GSM6268479,GSM6268480,GSM6268481,GSM6268482,GSM6268483,GSM6268484,GSM6268485,GSM6268486,GSM6268487,GSM6268488,GSM6268489,GSM6268490,GSM6268491,GSM6268492,GSM6268493,GSM6268494,GSM6268495,GSM6268496,GSM6268497,GSM6268498,GSM6268499,GSM6268500,GSM6268501,GSM6268502,GSM6268503,GSM6268504,GSM6268505,GSM6268506,GSM6268507,GSM6268508,GSM6268509,GSM6268510,GSM6268511,GSM6268512,GSM6268513,GSM6268514
2
+ Crohns_Disease,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Crohns_Disease/clinical_data/GSE259353.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM8114608,GSM8114609,GSM8114610,GSM8114611,GSM8114612,GSM8114613,GSM8114614,GSM8114615,GSM8114616,GSM8114617,GSM8114618,GSM8114619,GSM8114620,GSM8114621,GSM8114622,GSM8114623,GSM8114624,GSM8114625,GSM8114626,GSM8114627,GSM8114628,GSM8114629,GSM8114630,GSM8114631,GSM8114632,GSM8114633,GSM8114634,GSM8114635,GSM8114636,GSM8114637,GSM8114638,GSM8114639,GSM8114640,GSM8114641,GSM8114642,GSM8114643
2
+ Crohns_Disease,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0
3
+ Age,27.0,26.0,39.0,14.0,13.0,19.0,28.0,30.0,37.0,38.0,24.0,20.0,45.0,25.0,29.0,49.0,42.0,37.0,30.0,36.0,23.0,23.0,45.0,15.0,20.0,47.0,37.0,26.0,20.0,47.0,44.0,26.0,35.0,25.0,23.0,47.0
4
+ Gender,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0
p3/preprocess/Crohns_Disease/clinical_data/GSE66407.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ,GSM1621586,GSM1621587,GSM1621588,GSM1621589,GSM1621590,GSM1621591,GSM1621592,GSM1621593,GSM1621594,GSM1621595,GSM1621596,GSM1621597,GSM1621598,GSM1621599,GSM1621600,GSM1621601,GSM1621602,GSM1621603,GSM1621604,GSM1621605,GSM1621606,GSM1621607,GSM1621608,GSM1621609,GSM1621610,GSM1621611,GSM1621612,GSM1621613,GSM1621614,GSM1621615,GSM1621616,GSM1621617,GSM1621618,GSM1621619,GSM1621620,GSM1621621,GSM1621622,GSM1621623,GSM1621624,GSM1621625,GSM1621626,GSM1621627,GSM1621628,GSM1621629,GSM1621630,GSM1621631,GSM1621632,GSM1621633,GSM1621634,GSM1621635,GSM1621636,GSM1621637,GSM1621638,GSM1621639,GSM1621640,GSM1621641,GSM1621642,GSM1621643,GSM1621644,GSM1621645,GSM1621646,GSM1621647,GSM1621648,GSM1621649,GSM1621650,GSM1621651,GSM1621652,GSM1621653,GSM1621654,GSM1621655,GSM1621656,GSM1621657,GSM1621658,GSM1621659,GSM1621660,GSM1621661,GSM1621662,GSM1621663,GSM1621664,GSM1621665,GSM1621666,GSM1621667,GSM1621668,GSM1621669,GSM1621670,GSM1621671,GSM1621672,GSM1621673,GSM1621674,GSM1621675,GSM1621676,GSM1621677,GSM1621678,GSM1621679,GSM1621680,GSM1621681,GSM1621682,GSM1621683,GSM1621684,GSM1621685,GSM1621686,GSM1621687,GSM1621688,GSM1621689,GSM1621690,GSM1621691,GSM1621692,GSM1621693,GSM1621694,GSM1621695,GSM1621696,GSM1621697,GSM1621698,GSM1621699,GSM1621700,GSM1621701,GSM1621702,GSM1621703,GSM1621704,GSM1621705,GSM1621706,GSM1621707,GSM1621708,GSM1621709,GSM1621710,GSM1621711,GSM1621712,GSM1621713,GSM1621714,GSM1621715,GSM1621716,GSM1621717,GSM1621718,GSM1621719,GSM1621720,GSM1621721,GSM1621722,GSM1621723,GSM1621724,GSM1621725,GSM1621726,GSM1621727,GSM1621728,GSM1621729,GSM1621730,GSM1621731,GSM1621732,GSM1621733,GSM1621734,GSM1621735,GSM1621736,GSM1621737,GSM1621738,GSM1621739,GSM1621740,GSM1621741,GSM1621742,GSM1621743,GSM1621744,GSM1621745,GSM1621746,GSM1621747,GSM1621748,GSM1621749,GSM1621750,GSM1621751,GSM1621752,GSM1621753,GSM1621754,GSM1621755,GSM1621756,GSM1621757,GSM1621758,GSM1621759,GSM1621760,GSM1621761,GSM1621762,GSM1621763,GSM1621764,GSM1621765,GSM1621766,GSM1621767,GSM1621768,GSM1621769,GSM1621770,GSM1621771,GSM1621772,GSM1621773,GSM1621774,GSM1621775,GSM1621776,GSM1621777,GSM1621778,GSM1621779,GSM1621780,GSM1621781,GSM1621782,GSM1621783,GSM1621784,GSM1621785,GSM1621786,GSM1621787,GSM1621788,GSM1621789,GSM1621790,GSM1621791,GSM1621792,GSM1621793,GSM1621794,GSM1621795,GSM1621796,GSM1621797,GSM1621798,GSM1621799,GSM1621800,GSM1621801,GSM1621802,GSM1621803,GSM1621804,GSM1621805,GSM1621806,GSM1621807,GSM1621808,GSM1621809,GSM1621810,GSM1621811,GSM1621812,GSM1621813,GSM1621814,GSM1621815,GSM1621816,GSM1621817,GSM1621818,GSM1621819,GSM1621820,GSM1621821,GSM1621822,GSM1621823,GSM1621824,GSM1621825,GSM1621826,GSM1621827,GSM1621828,GSM1621829,GSM1621830,GSM1621831,GSM1621832,GSM1621833,GSM1621834,GSM1621835,GSM1621836,GSM1621837,GSM1621838,GSM1621839,GSM1621840,GSM1621841,GSM1621842,GSM1621843,GSM1621844,GSM1621845,GSM1621846,GSM1621847,GSM1621848,GSM1621849,GSM1621850,GSM1621851,GSM1621852,GSM1621853,GSM1621854,GSM1621855,GSM1621856,GSM1621857,GSM1621858,GSM1621859,GSM1621860,GSM1621861,GSM1621862,GSM1621863,GSM1621864,GSM1621865,GSM1621866,GSM1621867,GSM1621868,GSM1621869,GSM1621870,GSM1621871,GSM1621872,GSM1621873,GSM1621874,GSM1621875,GSM1621876,GSM1621877,GSM1621878,GSM1621879,GSM1621880,GSM1621881,GSM1621882,GSM1621883,GSM1621884,GSM1621885,GSM1621886,GSM1621887,GSM1621888,GSM1621889,GSM1621890,GSM1621891,GSM1621892,GSM1621893,GSM1621894,GSM1621895,GSM1621896,GSM1621897,GSM1621898,GSM1621899,GSM1621900,GSM1621901,GSM1621902,GSM1621903,GSM1621904,GSM1621905,GSM1621906,GSM1621907,GSM1621908,GSM1621909,GSM1621910,GSM1621911,GSM1621912,GSM1621913,GSM1621914,GSM1621915,GSM1621916,GSM1621917,GSM1621918,GSM1621919,GSM1621920,GSM1621921,GSM1621922,GSM1621923,GSM1621924,GSM1621925,GSM1621926,GSM1621927,GSM1621928,GSM1621929,GSM1621930,GSM1621931,GSM1621932,GSM1621933,GSM1621934,GSM1621935,GSM1621936,GSM1621937,GSM1621938,GSM1621939,GSM1621940,GSM1621941,GSM1621942,GSM1621943,GSM1621944,GSM1621945,GSM1621946,GSM1621947,GSM1621948,GSM1621949,GSM1621950,GSM1621951,GSM1621952,GSM1621953
2
+ Crohns_Disease,0.0,0.0,1.0,,0.0,0.0,,1.0,1.0,0.0,1.0,,0.0,1.0,,1.0,0.0,,,1.0,0.0,,,1.0,0.0,,1.0,1.0,0.0,1.0,,1.0,0.0,0.0,1.0,0.0,0.0,1.0,,0.0,1.0,,0.0,1.0,,0.0,1.0,,1.0,0.0,1.0,1.0,,0.0,1.0,,,0.0,1.0,,,0.0,1.0,,,0.0,1.0,1.0,,1.0,0.0,1.0,,,0.0,0.0,1.0,,1.0,,,,1.0,,,,1.0,0.0,,1.0,1.0,,1.0,,1.0,0.0,1.0,1.0,,0.0,,,1.0,,0.0,,0.0,0.0,0.0,,0.0,0.0,,1.0,,0.0,0.0,,,0.0,0.0,0.0,,1.0,,,,1.0,,,,1.0,,,,0.0,,1.0,,1.0,,1.0,1.0,,1.0,,1.0,,,1.0,1.0,0.0,,,1.0,0.0,,,1.0,0.0,1.0,,0.0,0.0,,0.0,0.0,,0.0,1.0,0.0,,,,0.0,,,0.0,0.0,,,0.0,0.0,,,0.0,0.0,,1.0,0.0,0.0,1.0,,0.0,0.0,,0.0,0.0,0.0,,,0.0,1.0,1.0,1.0,0.0,0.0,,,0.0,1.0,0.0,,0.0,1.0,0.0,1.0,0.0,1.0,,,0.0,1.0,,,0.0,,1.0,0.0,0.0,,,0.0,0.0,,,0.0,1.0,,0.0,0.0,,0.0,1.0,1.0,,0.0,1.0,1.0,1.0,,1.0,1.0,,,1.0,1.0,0.0,,1.0,1.0,0.0,,1.0,1.0,,,1.0,1.0,,,,1.0,1.0,0.0,,,,,,1.0,,0.0,,1.0,,0.0,,,0.0,,,0.0,0.0,,1.0,,0.0,,,,0.0,,0.0,0.0,,1.0,0.0,1.0,,1.0,,,,1.0,,,,1.0,1.0,,,,,,,1.0,,,,1.0,,1.0,,,,1.0,,,0.0,1.0,,,1.0,1.0,,1.0,,,,0.0,,,,0.0,,,,,,1.0,,,,1.0,,1.0,0.0
3
+ Age,37.0,18.0,19.0,54.0,37.0,18.0,70.0,22.0,45.0,62.0,31.0,39.0,67.0,24.0,59.0,20.0,67.0,77.0,68.0,45.0,77.0,77.0,41.0,50.0,37.0,77.0,35.0,45.0,62.0,24.0,36.0,45.0,62.0,43.0,50.0,62.0,67.0,24.0,52.0,67.0,24.0,31.0,67.0,19.0,54.0,67.0,59.0,70.0,22.0,77.0,37.0,31.0,36.0,77.0,59.0,59.0,21.0,77.0,59.0,68.0,63.0,77.0,59.0,41.0,31.0,77.0,59.0,35.0,63.0,59.0,68.0,24.0,29.0,68.0,68.0,29.0,25.0,52.0,26.0,59.0,31.0,52.0,26.0,52.0,19.0,52.0,26.0,18.0,52.0,26.0,19.0,28.0,26.0,70.0,22.0,53.0,59.0,50.0,21.0,53.0,68.0,59.0,20.0,69.0,68.0,68.0,22.0,53.0,46.0,54.0,22.0,53.0,46.0,35.0,31.0,53.0,65.0,75.0,18.0,68.0,39.0,29.0,45.0,31.0,68.0,59.0,31.0,31.0,46.0,52.0,19.0,31.0,52.0,43.0,50.0,53.0,,19.0,28.0,31.0,70.0,22.0,31.0,69.0,50.0,22.0,31.0,52.0,59.0,20.0,31.0,85.0,69.0,51.0,31.0,60.0,54.0,38.0,31.0,40.0,35.0,36.0,55.0,37.0,75.0,26.0,55.0,52.0,29.0,50.0,55.0,,52.0,31.0,18.0,45.0,19.0,18.0,37.0,43.0,50.0,18.0,65.0,67.0,28.0,18.0,65.0,70.0,22.0,68.0,58.0,50.0,22.0,55.0,65.0,59.0,26.0,18.0,65.0,69.0,31.0,18.0,46.0,30.0,50.0,55.0,65.0,34.0,18.0,18.0,46.0,43.0,51.0,66.0,46.0,29.0,50.0,66.0,46.0,52.0,31.0,66.0,46.0,45.0,38.0,66.0,,42.0,66.0,71.0,67.0,28.0,66.0,75.0,70.0,39.0,66.0,23.0,22.0,55.0,49.0,59.0,26.0,37.0,52.0,69.0,22.0,37.0,52.0,30.0,31.0,37.0,52.0,34.0,51.0,37.0,52.0,43.0,31.0,37.0,52.0,29.0,38.0,37.0,52.0,52.0,31.0,37.0,38.0,45.0,38.0,40.0,38.0,42.0,18.0,47.0,67.0,28.0,40.0,38.0,31.0,39.0,70.0,38.0,50.0,21.0,70.0,38.0,,70.0,52.0,41.0,22.0,70.0,52.0,30.0,31.0,70.0,58.0,34.0,31.0,70.0,58.0,43.0,22.0,47.0,64.0,29.0,50.0,47.0,64.0,52.0,31.0,67.0,64.0,45.0,38.0,67.0,64.0,42.0,57.0,49.0,67.0,28.0,57.0,49.0,19.0,39.0,57.0,49.0,50.0,51.0,35.0,24.0,,52.0,35.0,24.0,41.0,22.0,35.0,50.0,34.0,25.0,35.0,50.0,24.0,45.0,67.0,50.0,43.0,63.0,67.0,54.0,29.0,29.0,67.0,54.0,52.0,51.0,19.0,54.0,23.0,31.0,19.0,54.0,42.0,18.0
p3/preprocess/Crohns_Disease/clinical_data/GSE83448.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM2203115,GSM2203116,GSM2203117,GSM2203118,GSM2203119,GSM2203120,GSM2203121,GSM2203122,GSM2203123,GSM2203124,GSM2203125,GSM2203126,GSM2203127,GSM2203128,GSM2203129,GSM2203130,GSM2203131,GSM2203132,GSM2203133,GSM2203134,GSM2203135,GSM2203136,GSM2203137,GSM2203138,GSM2203139,GSM2203140,GSM2203141,GSM2203142,GSM2203143,GSM2203144,GSM2203145,GSM2203146,GSM2203147,GSM2203148,GSM2203149,GSM2203150,GSM2203151,GSM2203152,GSM2203153,GSM2203154,GSM2203155,GSM2203156,GSM2203157,GSM2203158,GSM2203159,GSM2203160,GSM2203161,GSM2203162,GSM2203163,GSM2203164,GSM2203165,GSM2203166,GSM2203167
2
+ Crohns_Disease,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Crohns_Disease/code/GSE123086.py ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE123086"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE123086"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE123086.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE123086.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE123086.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # From background information, RNA was extracted and analyzed using microarrays
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability
37
+ # Find trait data in primary diagnosis field
38
+ trait_row = 1
39
+
40
+ # Age data appears in multiple rows - need to combine rows 3 and 4
41
+ age_row = 3
42
+
43
+ # Gender data appears in row 2 and is repeated in row 3
44
+ gender_row = 2
45
+
46
+ # 2.2 Data Type Conversions
47
+ def convert_trait(x):
48
+ if pd.isna(x):
49
+ return None
50
+ # Extract value after colon and strip whitespace
51
+ value = x.split(':')[1].strip().upper()
52
+ # Return 1 for Crohn's Disease, 0 for controls
53
+ if 'CROHN_DISEASE' in value:
54
+ return 1
55
+ elif 'HEALTHY_CONTROL' in value:
56
+ return 0
57
+ return None
58
+
59
+ def convert_age(x):
60
+ if pd.isna(x):
61
+ return None
62
+ try:
63
+ # Extract value after colon and convert to float
64
+ age = float(x.split(':')[1].strip())
65
+ return age
66
+ except:
67
+ return None
68
+
69
+ def convert_gender(x):
70
+ if pd.isna(x):
71
+ return None
72
+ # Extract value after colon and strip whitespace
73
+ value = x.split(':')[1].strip().upper()
74
+ if 'FEMALE' in value:
75
+ return 0
76
+ elif 'MALE' in value:
77
+ return 1
78
+ # Skip diagnosis2 entries
79
+ return None
80
+
81
+ # 3. Save metadata
82
+ validate_and_save_cohort_info(is_final=False,
83
+ cohort=cohort,
84
+ info_path=json_path,
85
+ is_gene_available=is_gene_available,
86
+ is_trait_available=(trait_row is not None))
87
+
88
+ # 4. Extract clinical features since trait data is available
89
+ selected_clinical_df = geo_select_clinical_features(clinical_df=clinical_data,
90
+ trait=trait,
91
+ trait_row=trait_row,
92
+ convert_trait=convert_trait,
93
+ age_row=age_row,
94
+ convert_age=convert_age,
95
+ gender_row=gender_row,
96
+ convert_gender=convert_gender)
97
+
98
+ # Preview the extracted features
99
+ preview_dict = preview_df(selected_clinical_df)
100
+ print("Preview of selected clinical features:")
101
+ print(preview_dict)
102
+
103
+ # Save to CSV
104
+ selected_clinical_df.to_csv(out_clinical_data_file)
105
+ # Extract gene expression data from matrix file
106
+ genetic_df = get_genetic_data(matrix_file)
107
+
108
+ # Print DataFrame shape and first 20 row IDs
109
+ print("DataFrame shape:", genetic_df.shape)
110
+ print("\nFirst 20 row IDs:")
111
+ print(genetic_df.index[:20])
112
+
113
+ print("\nPreview of first few rows and columns:")
114
+ print(genetic_df.head().iloc[:, :5])
115
+ # Upon inspection these appear to be numeric identifiers, not human gene symbols.
116
+ # The row IDs are numeric values like '1', '2', '3' which need mapping to gene symbols.
117
+
118
+ requires_gene_mapping = True
119
+ # Extract gene annotation data, excluding control probe lines
120
+ # Use more specific prefix patterns to capture platform annotation
121
+ gene_metadata = get_gene_annotation(soft_file, prefixes=['!Platform_table_begin'])
122
+
123
+ # Preview filtered annotation data
124
+ print("Column names:")
125
+ print(gene_metadata.columns)
126
+ print("\nPreview of gene annotation data:")
127
+ print(preview_df(gene_metadata))
128
+ # Re-extract the gene annotation data focusing on platform table
129
+ gene_metadata = get_gene_annotation(soft_file, prefixes=['!Platform_table_begin', '!platform_table_begin'])
130
+
131
+ # Print column names to identify correct column headers
132
+ print("Column names in platform annotation:")
133
+ print(gene_metadata.columns)
134
+ print("\nFirst few rows:")
135
+ print(gene_metadata.head())
136
+
137
+ # Once we see the actual column names, we can create mapping
138
+ if 'GENE_SYMBOL' in gene_metadata.columns:
139
+ id_col = 'ID'
140
+ symbol_col = 'GENE_SYMBOL'
141
+ elif 'Gene Symbol' in gene_metadata.columns:
142
+ id_col = 'ID_REF'
143
+ symbol_col = 'Gene Symbol'
144
+ else:
145
+ # Without seeing actual output, try some common variations
146
+ for possible_id in ['ID', 'ID_REF', 'PROBE_ID']:
147
+ for possible_symbol in ['GENE_SYMBOL', 'Gene_Symbol', 'Gene Symbol', 'Symbol']:
148
+ if possible_id in gene_metadata.columns and possible_symbol in gene_metadata.columns:
149
+ id_col = possible_id
150
+ symbol_col = possible_symbol
151
+ break
152
+ if 'id_col' in locals():
153
+ break
154
+
155
+ if 'id_col' not in locals():
156
+ raise ValueError("Could not find ID and gene symbol columns in annotation data")
157
+
158
+ mapping_df = get_gene_mapping(gene_metadata, prob_col=id_col, gene_col=symbol_col)
159
+
160
+ # Apply gene mapping to convert probe-level data to gene-level expression data
161
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
162
+
163
+ # Preview the gene expression data
164
+ print("\nGene expression data shape:", gene_data.shape)
165
+ print("\nFirst few rows and columns:")
166
+ print(gene_data.iloc[:5, :5])
167
+ # Extract gene annotation data with default prefixes but correct unselect flag
168
+ gene_metadata = get_gene_annotation(soft_file, prefixes=['^', '!', '#'])
169
+
170
+ # Preview filtered annotation data
171
+ print("Column names:")
172
+ print(gene_metadata.columns)
173
+ print("\nFirst few rows:")
174
+ print(gene_metadata.head(10))
175
+
176
+ # Preview as dictionary for structured view
177
+ print("\nDictionary preview:")
178
+ print(preview_df(gene_metadata))
179
+ # Extract gene mapping information from the metadata and filter out rows with no gene mapping
180
+ gene_metadata['Gene'] = gene_metadata['ENTREZ_GENE_ID'].map(str)
181
+ mapping_df = gene_metadata[['ID', 'Gene']].dropna()
182
+
183
+ # Apply gene mapping to convert probe-level data to gene-level expression data
184
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
185
+
186
+ # 1. Normalize gene symbols and save
187
+ gene_data = normalize_gene_symbols_in_index(gene_data)
188
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
189
+ gene_data.to_csv(out_gene_data_file)
190
+
191
+ # 2. Link clinical and genetic data
192
+ linked_data = pd.concat([selected_clinical_df, gene_data], axis=0).T
193
+
194
+ # 3. Handle missing values
195
+ linked_data = handle_missing_values(linked_data, trait)
196
+
197
+ # 4. Check for biased features
198
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
199
+
200
+ # 5. Final validation and metadata saving
201
+ is_usable = validate_and_save_cohort_info(
202
+ is_final=True,
203
+ cohort=cohort,
204
+ info_path=json_path,
205
+ is_gene_available=True,
206
+ is_trait_available=True,
207
+ is_biased=trait_biased,
208
+ df=linked_data,
209
+ note="Study with CD4+ T cells gene expression data from multiple disease conditions including Crohn's Disease"
210
+ )
211
+
212
+ # 6. Save linked data if usable
213
+ if is_usable:
214
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
215
+ linked_data.to_csv(out_data_file)
216
+ # Extract gene annotation data, excluding control probe lines
217
+ gene_metadata = get_gene_annotation(soft_file)
218
+
219
+ # Preview filtered annotation data
220
+ print("Column names:")
221
+ print(gene_metadata.columns)
222
+ print("\nPreview of gene annotation data:")
223
+ print(preview_df(gene_metadata))
224
+ # Extract gene annotation data
225
+ gene_metadata = get_gene_annotation(soft_file, prefixes=['#', '^'])
226
+
227
+ print("Column names:", gene_metadata.columns)
228
+ print("\nFirst few rows:")
229
+ print(gene_metadata.head())
230
+
231
+ # Get mapping dataframe using probe ID and Entrez ID
232
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='ENTREZ_GENE_ID')
233
+
234
+ print("\nMapping dataframe shape:", mapping_df.shape)
235
+ print("\nSample of mapping data:")
236
+ print(mapping_df.head())
237
+
238
+ # Apply gene mapping to convert probe-level data to gene-level expression data
239
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
240
+
241
+ print("\nGene expression data shape:", gene_data.shape)
242
+ print("\nFirst few rows and columns:")
243
+ print(gene_data.iloc[:5, :5])
244
+
245
+ print("\nGene index sample:")
246
+ print(gene_data.index[:10])
p3/preprocess/Crohns_Disease/code/GSE123088.py ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE123088"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE123088"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE123088.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE123088.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE123088.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Check
33
+ # Since CD4+ T cells are specifically mentioned, this should be gene expression data
34
+ is_gene_available = True
35
+
36
+ # 2. Data Availability and Conversion
37
+ # 2.1 Row identifiers
38
+ trait_row = 1 # Primary diagnosis contains Crohn's disease info
39
+ gender_row = 2 # Sex information is in row 2
40
+ age_row = 3 # Age information starts in row 3, continues in row 4
41
+
42
+ # 2.2 Conversion functions
43
+ def convert_trait(x):
44
+ if pd.isna(x):
45
+ return None
46
+ value = x.split(': ')[1] if ': ' in x else x
47
+ if value.upper() in ['CROHN_DISEASE']:
48
+ return 1
49
+ elif value.upper() in ['HEALTHY_CONTROL', 'CONTROL']:
50
+ return 0
51
+ return None
52
+
53
+ def convert_gender(x):
54
+ if pd.isna(x):
55
+ return None
56
+ if not x.startswith('Sex:'): # Skip diagnosis2 entries
57
+ return None
58
+ value = x.split(': ')[1] if ': ' in x else x
59
+ if value.upper() == 'FEMALE':
60
+ return 0
61
+ elif value.upper() == 'MALE':
62
+ return 1
63
+ return None
64
+
65
+ def convert_age(x):
66
+ if pd.isna(x):
67
+ return None
68
+ if not x.startswith('age:'): # Skip Sex entries that appear in age rows
69
+ return None
70
+ try:
71
+ value = x.split(': ')[1] if ': ' in x else x
72
+ return float(value)
73
+ except:
74
+ return None
75
+
76
+ # 3. Save Metadata
77
+ validate_and_save_cohort_info(
78
+ is_final=False,
79
+ cohort=cohort,
80
+ info_path=json_path,
81
+ is_gene_available=is_gene_available,
82
+ is_trait_available=trait_row is not None
83
+ )
84
+
85
+ # 4. Extract Clinical Features
86
+ clinical_features = geo_select_clinical_features(
87
+ clinical_df=clinical_data,
88
+ trait=trait,
89
+ trait_row=trait_row,
90
+ convert_trait=convert_trait,
91
+ age_row=age_row,
92
+ convert_age=convert_age,
93
+ gender_row=gender_row,
94
+ convert_gender=convert_gender
95
+ )
96
+
97
+ # Preview the processed clinical data
98
+ print("Preview of processed clinical data:")
99
+ print(preview_df(clinical_features))
100
+
101
+ # Save clinical data
102
+ os.makedirs(os.path.dirname(out_clinical_data_file), exist_ok=True)
103
+ clinical_features.to_csv(out_clinical_data_file)
104
+ # Extract gene expression data from matrix file
105
+ genetic_df = get_genetic_data(matrix_file)
106
+
107
+ # Print DataFrame shape and first 20 row IDs
108
+ print("DataFrame shape:", genetic_df.shape)
109
+ print("\nFirst 20 row IDs:")
110
+ print(genetic_df.index[:20])
111
+
112
+ print("\nPreview of first few rows and columns:")
113
+ print(genetic_df.head().iloc[:, :5])
114
+ # The row IDs appear to be non-standard numerical identifiers rather than human gene symbols.
115
+ # We will need to map these to proper gene symbols for analysis.
116
+ requires_gene_mapping = True
117
+ # Extract gene annotation data, excluding control probe lines
118
+ gene_metadata = get_gene_annotation(soft_file)
119
+
120
+ # Preview filtered annotation data
121
+ print("Column names:")
122
+ print(gene_metadata.columns)
123
+ print("\nPreview of first few rows showing non-control probe annotations:")
124
+ print(preview_df(gene_metadata))
125
+
126
+ print("\nExample of raw lines from SOFT file to examine structure:")
127
+ with gzip.open(soft_file, 'rt') as f:
128
+ lines = []
129
+ count = 0
130
+ for line in f:
131
+ if not line.startswith('^') and not line.startswith('!') and not line.startswith('#'):
132
+ lines.append(line.strip())
133
+ count += 1
134
+ if count >= 5:
135
+ break
136
+ print('\n'.join(lines))
137
+ # Load NCBI gene mapping
138
+ with open("./metadata/gene_info.json", "r") as f:
139
+ gene_info = json.load(f)
140
+
141
+ # Create mapping using Entrez IDs
142
+ mapping_df = gene_metadata[['ID', 'ENTREZ_GENE_ID']].copy()
143
+ mapping_df['Gene'] = mapping_df['ENTREZ_GENE_ID'].map(lambda x: gene_info.get(str(x), {}).get('Symbol'))
144
+ mapping_df = mapping_df[['ID', 'Gene']].dropna()
145
+
146
+ # Convert probe-level measurements to gene expression
147
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
148
+
149
+ # Preview the mapped gene expression data
150
+ print("Gene expression data shape after mapping:", gene_data.shape)
151
+ print("\nFirst few rows and columns of mapped gene expression data:")
152
+ print(gene_data.head().iloc[:, :5])
153
+
154
+ # Save gene expression data
155
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
156
+ gene_data.to_csv(out_gene_data_file)
157
+ # Create mapping between numeric IDs and Entrez IDs
158
+ mapping_df = get_gene_mapping(gene_metadata, 'ID', 'ENTREZ_GENE_ID')
159
+
160
+ # The extract_human_gene_symbols function in apply_gene_mapping expects strings
161
+ mapping_df['Gene'] = mapping_df['Gene'].astype(str)
162
+
163
+ # Convert probe-level measurements to gene expression
164
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
165
+
166
+ # Preview the mapped gene expression data
167
+ print("Gene expression data shape after mapping:", gene_data.shape)
168
+ print("\nFirst few rows and columns of mapped gene expression data:")
169
+ print(gene_data.head().iloc[:, :5])
170
+
171
+ # Save gene expression data
172
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
173
+ gene_data.to_csv(out_gene_data_file)
174
+ # Fix gene mapping to get valid expression data first
175
+ # Inspect gene metadata structure again
176
+ print("Gene metadata preview:")
177
+ print(gene_metadata.head())
178
+
179
+ # Create mapping dataframe with numeric IDs directly to gene symbols
180
+ # using NCBI gene info stored in ENTREZ_GENE_ID
181
+ mapping_df = gene_metadata[['ID', 'ENTREZ_GENE_ID']].copy()
182
+
183
+ # Convert ENTREZ_GENE_ID to gene symbols from NCBI database
184
+ with open("./metadata/gene_info.json", "r") as f:
185
+ gene_info = json.load(f)
186
+
187
+ mapping_df['Gene'] = mapping_df['ENTREZ_GENE_ID'].apply(lambda x: gene_info.get(str(x), {}).get('Symbol', str(x)))
188
+
189
+ # Convert ENTREZ_GENE_ID to gene symbols from NCBI database
190
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
191
+
192
+ print("\nGene data shape after mapping:", gene_data.shape)
193
+ print("First few rows:")
194
+ print(gene_data.head())
195
+
196
+ # Only proceed if we have valid gene data
197
+ if len(gene_data) > 0:
198
+ # 1. Normalize gene symbols and save
199
+ gene_data = normalize_gene_symbols_in_index(gene_data)
200
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
201
+ gene_data.to_csv(out_gene_data_file)
202
+
203
+ # 2. Link clinical and genetic data
204
+ linked_data = geo_link_clinical_genetic_data(clinical_features, gene_data)
205
+
206
+ # 3. Handle missing values
207
+ linked_data = handle_missing_values(linked_data, trait)
208
+
209
+ # 4. Check for biased features
210
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
211
+
212
+ # 5. Final validation and metadata saving
213
+ is_usable = validate_and_save_cohort_info(
214
+ is_final=True,
215
+ cohort=cohort,
216
+ info_path=json_path,
217
+ is_gene_available=True,
218
+ is_trait_available=True,
219
+ is_biased=trait_biased,
220
+ df=linked_data,
221
+ note="Gene expression profiles from CD4+ T cells of Crohn's disease patients and controls"
222
+ )
223
+
224
+ # 6. Save linked data if usable
225
+ if is_usable:
226
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
227
+ linked_data.to_csv(out_data_file)
228
+ else:
229
+ print("Gene mapping failed to produce valid expression data")
230
+ # Save metadata indicating failure
231
+ validate_and_save_cohort_info(
232
+ is_final=True,
233
+ cohort=cohort,
234
+ info_path=json_path,
235
+ is_gene_available=False,
236
+ is_trait_available=True,
237
+ is_biased=None,
238
+ df=None,
239
+ note="Failed to map gene identifiers to valid symbols"
240
+ )
p3/preprocess/Crohns_Disease/code/GSE169568.py ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE169568"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE169568"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE169568.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE169568.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE169568.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # The background info mentions BeadChip microarray data and gene expression array (Illumina HT-12), so gene data is available
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability
37
+ # Identifying rows for each variable
38
+ trait_row = 2 # "diagnosis" field contains disease status
39
+ age_row = 1 # "age" field contains age values
40
+ gender_row = 0 # "Sex" field contains gender info
41
+
42
+ # 2.2 Data Type Conversion Functions
43
+ def convert_trait(value: str) -> Optional[int]:
44
+ """Convert diagnosis to binary (1 for Crohn's disease, 0 for controls)"""
45
+ if not value or ':' not in value:
46
+ return None
47
+ diagnosis = value.split(': ')[1].strip().lower()
48
+ if "crohn" in diagnosis:
49
+ return 1
50
+ elif "control" in diagnosis or "colitis" in diagnosis:
51
+ return 0
52
+ return None
53
+
54
+ def convert_age(value: str) -> Optional[float]:
55
+ """Convert age string to float"""
56
+ if not value or ':' not in value:
57
+ return None
58
+ try:
59
+ return float(value.split(': ')[1])
60
+ except:
61
+ return None
62
+
63
+ def convert_gender(value: str) -> Optional[int]:
64
+ """Convert gender to binary (0 for female, 1 for male)"""
65
+ if not value or ':' not in value:
66
+ return None
67
+ gender = value.split(': ')[1].lower()
68
+ if gender == 'female':
69
+ return 0
70
+ elif gender == 'male':
71
+ return 1
72
+ return None
73
+
74
+ # 3. Save Metadata
75
+ is_trait_available = trait_row is not None
76
+ validate_and_save_cohort_info(is_final=False,
77
+ cohort=cohort,
78
+ info_path=json_path,
79
+ is_gene_available=is_gene_available,
80
+ is_trait_available=is_trait_available)
81
+
82
+ # 4. Clinical Feature Extraction
83
+ if trait_row is not None:
84
+ selected_clinical = geo_select_clinical_features(
85
+ clinical_df=clinical_data,
86
+ trait=trait,
87
+ trait_row=trait_row,
88
+ convert_trait=convert_trait,
89
+ age_row=age_row,
90
+ convert_age=convert_age,
91
+ gender_row=gender_row,
92
+ convert_gender=convert_gender
93
+ )
94
+
95
+ # Preview the extracted features
96
+ print("Preview of selected clinical features:")
97
+ print(preview_df(selected_clinical))
98
+
99
+ # Save to CSV
100
+ selected_clinical.to_csv(out_clinical_data_file)
101
+ # Extract gene expression data from matrix file
102
+ genetic_df = get_genetic_data(matrix_file)
103
+
104
+ # Print DataFrame shape and first 20 row IDs
105
+ print("DataFrame shape:", genetic_df.shape)
106
+ print("\nFirst 20 row IDs:")
107
+ print(genetic_df.index[:20])
108
+
109
+ print("\nPreview of first few rows and columns:")
110
+ print(genetic_df.head().iloc[:, :5])
111
+ requires_gene_mapping = True
112
+ # Extract gene annotation data, excluding control probe lines
113
+ gene_metadata = get_gene_annotation(soft_file)
114
+
115
+ # Preview filtered annotation data
116
+ print("Column names:")
117
+ print(gene_metadata.columns)
118
+ print("\nPreview of gene annotation data:")
119
+ print(preview_df(gene_metadata))
120
+ # Extract probe ID to gene symbol mapping from annotation data
121
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Symbol')
122
+
123
+ # Apply gene mapping to convert probe-level measurements to gene expression data
124
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
125
+
126
+ # Print information about the mapping results
127
+ print("Shape of original probe-level data:", genetic_df.shape)
128
+ print("Shape of gene-level data:", gene_data.shape)
129
+ print("\nFirst few gene symbols:")
130
+ print(gene_data.index[:10])
131
+ print("\nPreview of gene expression data:")
132
+ print(gene_data.head().iloc[:, :5])
133
+ # 1. Normalize gene symbols and save
134
+ gene_data = normalize_gene_symbols_in_index(gene_data)
135
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
136
+ gene_data.to_csv(out_gene_data_file)
137
+
138
+ # 2. Link clinical and genetic data
139
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
140
+
141
+ # 3. Handle missing values
142
+ linked_data = handle_missing_values(linked_data, trait)
143
+
144
+ # 4. Check for biased features
145
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
146
+
147
+ # 5. Final validation and metadata saving
148
+ is_usable = validate_and_save_cohort_info(
149
+ is_final=True,
150
+ cohort=cohort,
151
+ info_path=json_path,
152
+ is_gene_available=True,
153
+ is_trait_available=True,
154
+ is_biased=trait_biased,
155
+ df=linked_data,
156
+ note="Study of infliximab treatment response in Crohn's disease patients with gene expression data from blood samples"
157
+ )
158
+
159
+ # 6. Save linked data if usable
160
+ if is_usable:
161
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
162
+ linked_data.to_csv(out_data_file)
163
+ # Get paths to the SOFT and matrix files
164
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
165
+
166
+ # Get background info and clinical data from matrix file
167
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
168
+
169
+ # Get unique values for each feature (row) in clinical data
170
+ unique_values_dict = get_unique_values_by_row(clinical_data)
171
+
172
+ # Print background info
173
+ print("=== Dataset Background Information ===")
174
+ print(background_info)
175
+ print("\n=== Sample Characteristics ===")
176
+ print(json.dumps(unique_values_dict, indent=2))
177
+ # 1. Gene Expression Data Availability
178
+ # Yes - this is BeadChip microarray data on HumanHT-12 v4 array
179
+ is_gene_available = True
180
+
181
+ # 2. Variable Availability and Data Type Conversion
182
+ # 2.1 Data Availability
183
+ trait_row = 2 # "diagnosis" field contains disease status
184
+ age_row = 1 # "age" field available
185
+ gender_row = 0 # "Sex" field available
186
+
187
+ # 2.2 Data Type Conversion Functions
188
+ def convert_trait(x: str) -> Optional[int]:
189
+ if not isinstance(x, str):
190
+ return None
191
+ value = x.split(': ')[-1].strip().lower()
192
+ if "crohn's disease" in value:
193
+ return 1
194
+ elif "healthy control" in value or "symptomatic control" in value:
195
+ return 0
196
+ return None
197
+
198
+ def convert_age(x: str) -> Optional[float]:
199
+ if not isinstance(x, str):
200
+ return None
201
+ try:
202
+ return float(x.split(': ')[-1])
203
+ except:
204
+ return None
205
+
206
+ def convert_gender(x: str) -> Optional[int]:
207
+ if not isinstance(x, str):
208
+ return None
209
+ value = x.split(': ')[-1].lower()
210
+ if value == 'female':
211
+ return 0
212
+ elif value == 'male':
213
+ return 1
214
+ return None
215
+
216
+ # 3. Save Metadata
217
+ validate_and_save_cohort_info(is_final=False,
218
+ cohort=cohort,
219
+ info_path=json_path,
220
+ is_gene_available=is_gene_available,
221
+ is_trait_available=trait_row is not None)
222
+
223
+ # 4. Clinical Feature Extraction
224
+ clinical_features = geo_select_clinical_features(clinical_df=clinical_data,
225
+ trait=trait,
226
+ trait_row=trait_row,
227
+ convert_trait=convert_trait,
228
+ age_row=age_row,
229
+ convert_age=convert_age,
230
+ gender_row=gender_row,
231
+ convert_gender=convert_gender)
232
+
233
+ # Preview the extracted features
234
+ print("Preview of clinical features:")
235
+ print(preview_df(clinical_features))
236
+
237
+ # Save clinical features
238
+ clinical_features.to_csv(out_clinical_data_file)
239
+ # Extract gene expression data from matrix file
240
+ genetic_df = get_genetic_data(matrix_file)
241
+
242
+ # Print DataFrame shape and first 20 row IDs
243
+ print("DataFrame shape:", genetic_df.shape)
244
+ print("\nFirst 20 row IDs:")
245
+ print(genetic_df.index[:20])
246
+
247
+ print("\nPreview of first few rows and columns:")
248
+ print(genetic_df.head().iloc[:, :5])
249
+ # These are Illumina probe IDs (starting with ILMN_) which need to be mapped to gene symbols
250
+ requires_gene_mapping = True
251
+ # Extract gene annotation data, excluding control probe lines
252
+ gene_metadata = get_gene_annotation(soft_file)
253
+
254
+ # Preview filtered annotation data
255
+ print("Column names:")
256
+ print(gene_metadata.columns)
257
+ print("\nPreview of gene annotation data:")
258
+ print(preview_df(gene_metadata))
259
+ # Extract probe ID to gene symbol mapping from annotation data
260
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Symbol')
261
+
262
+ # Apply gene mapping to convert probe-level measurements to gene expression data
263
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
264
+
265
+ # Print information about the mapping results
266
+ print("Shape of original probe-level data:", genetic_df.shape)
267
+ print("Shape of gene-level data:", gene_data.shape)
268
+ print("\nFirst few gene symbols:")
269
+ print(gene_data.index[:10])
270
+ print("\nPreview of gene expression data:")
271
+ print(gene_data.head().iloc[:, :5])
272
+ # 1. Normalize gene symbols and save
273
+ gene_data = normalize_gene_symbols_in_index(gene_data)
274
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
275
+ gene_data.to_csv(out_gene_data_file)
276
+
277
+ # Re-extract clinical features
278
+ clinical_features = geo_select_clinical_features(
279
+ clinical_df=clinical_data,
280
+ trait=trait,
281
+ trait_row=trait_row,
282
+ convert_trait=convert_trait,
283
+ age_row=age_row,
284
+ convert_age=convert_age,
285
+ gender_row=gender_row,
286
+ convert_gender=convert_gender
287
+ )
288
+
289
+ # 2. Link clinical and genetic data
290
+ linked_data = geo_link_clinical_genetic_data(clinical_features, gene_data)
291
+
292
+ # 3. Handle missing values
293
+ linked_data = handle_missing_values(linked_data, trait)
294
+
295
+ # 4. Check for biased features
296
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
297
+
298
+ # 5. Final validation and metadata saving
299
+ is_usable = validate_and_save_cohort_info(
300
+ is_final=True,
301
+ cohort=cohort,
302
+ info_path=json_path,
303
+ is_gene_available=True,
304
+ is_trait_available=True,
305
+ is_biased=trait_biased,
306
+ df=linked_data,
307
+ note="Gene expression data from blood samples of treatment-naive Crohn's disease patients and controls"
308
+ )
309
+
310
+ # 6. Save linked data if usable
311
+ if is_usable:
312
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
313
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE186582.py ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE186582"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE186582"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE186582.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE186582.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE186582.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # Based on the series summary mentioning "microarrays" and "gene expression", gene data should be available
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type Conversion
37
+ # 2.1 Data Availability
38
+ # Trait (Crohn's disease status) can be inferred from rutgeertrec in row 5
39
+ trait_row = 5
40
+ # Age is not available in sample characteristics
41
+ age_row = None
42
+ # Gender is available in row 1
43
+ gender_row = 1
44
+
45
+ # 2.2 Data Type Conversion Functions
46
+ def convert_trait(value: str) -> int:
47
+ """Convert trait value to binary:
48
+ Ctrl (control) -> 0
49
+ Rec/Rem (Crohn's disease) -> 1"""
50
+ if not value or ':' not in value:
51
+ return None
52
+ val = value.split(':')[1].strip()
53
+ if val == 'Ctrl':
54
+ return 0
55
+ elif val in ['Rec', 'Rem']:
56
+ return 1
57
+ return None
58
+
59
+ def convert_gender(value: str) -> int:
60
+ """Convert gender to binary:
61
+ Female -> 0
62
+ Male -> 1"""
63
+ if not value or ':' not in value:
64
+ return None
65
+ val = value.split(':')[1].strip()
66
+ if val == 'Female':
67
+ return 0
68
+ elif val == 'Male':
69
+ return 1
70
+ return None
71
+
72
+ # 3. Save Metadata
73
+ is_trait_available = trait_row is not None
74
+ validate_and_save_cohort_info(is_final=False,
75
+ cohort=cohort,
76
+ info_path=json_path,
77
+ is_gene_available=is_gene_available,
78
+ is_trait_available=is_trait_available)
79
+
80
+ # 4. Clinical Feature Extraction
81
+ # Since trait_row is not None, extract clinical features
82
+ selected_clinical_df = geo_select_clinical_features(
83
+ clinical_df=clinical_data,
84
+ trait=trait,
85
+ trait_row=trait_row,
86
+ convert_trait=convert_trait,
87
+ gender_row=gender_row,
88
+ convert_gender=convert_gender
89
+ )
90
+
91
+ # Preview the extracted features
92
+ print(preview_df(selected_clinical_df))
93
+
94
+ # Save clinical data
95
+ selected_clinical_df.to_csv(out_clinical_data_file)
96
+ # Extract gene expression data from matrix file
97
+ genetic_df = get_genetic_data(matrix_file)
98
+
99
+ # Print DataFrame shape and first 20 row IDs
100
+ print("DataFrame shape:", genetic_df.shape)
101
+ print("\nFirst 20 row IDs:")
102
+ print(genetic_df.index[:20])
103
+
104
+ print("\nPreview of first few rows and columns:")
105
+ print(genetic_df.head().iloc[:, :5])
106
+ # Looking at the gene identifiers like '1053_at', '121_at', '1316_at', etc.
107
+ # These are Affymetrix probe IDs which need to be mapped to official gene symbols
108
+
109
+ requires_gene_mapping = True
110
+ # Extract gene annotation data, excluding control probe lines
111
+ gene_metadata = get_gene_annotation(soft_file)
112
+
113
+ # Preview filtered annotation data
114
+ print("Column names:")
115
+ print(gene_metadata.columns)
116
+ print("\nPreview of gene annotation data:")
117
+ print(preview_df(gene_metadata))
118
+ # 1. Looking at the gene annotation data, 'ID' contains probe IDs and 'Gene Symbol' contains gene symbols
119
+ # Get mapping from probe IDs to gene symbols
120
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Gene Symbol')
121
+
122
+ # 2. Apply gene mapping to convert probe-level data to gene-level data
123
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
124
+
125
+ # Print shape and preview results
126
+ print("Gene expression data shape after mapping:", gene_data.shape)
127
+ print("\nPreview of mapped gene expression data:")
128
+ print(gene_data.head().iloc[:, :5])
129
+ # 1. Normalize gene symbols and save
130
+ gene_data = normalize_gene_symbols_in_index(gene_data)
131
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
132
+ gene_data.to_csv(out_gene_data_file)
133
+
134
+ # 2. Link clinical and genetic data
135
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
136
+
137
+ # 3. Handle missing values
138
+ linked_data = handle_missing_values(linked_data, trait)
139
+
140
+ # 4. Check for biased features
141
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
142
+
143
+ # 5. Final validation and metadata saving
144
+ is_usable = validate_and_save_cohort_info(
145
+ is_final=True,
146
+ cohort=cohort,
147
+ info_path=json_path,
148
+ is_gene_available=True,
149
+ is_trait_available=True,
150
+ is_biased=trait_biased,
151
+ df=linked_data,
152
+ note="Study of infliximab treatment response in Crohn's disease patients with gene expression data from blood samples"
153
+ )
154
+
155
+ # 6. Save linked data if usable
156
+ if is_usable:
157
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
158
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE186963.py ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE186963"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE186963"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE186963.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE186963.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE186963.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene expression data availability
33
+ is_gene_available = True # Based on series title mentioning "gene expression"
34
+
35
+ # 2. Variable availability and data type conversion
36
+ # 2.1 Data rows
37
+ trait_row = 3 # "response status" row maps to trait
38
+ age_row = None # Age not available
39
+ gender_row = None # Gender not available
40
+
41
+ # 2.2 Data type conversion functions
42
+ def convert_trait(x):
43
+ """Convert response status to binary: 0 for Non-responder, 1 for Responder"""
44
+ if not x or ':' not in x:
45
+ return None
46
+ value = x.split(': ')[1].strip()
47
+ if value == 'Responder':
48
+ return 1
49
+ elif value == 'Non-responder':
50
+ return 0
51
+ return None
52
+
53
+ def convert_age(x):
54
+ return None # Not used but defined for completeness
55
+
56
+ def convert_gender(x):
57
+ return None # Not used but defined for completeness
58
+
59
+ # 3. Save metadata
60
+ is_trait_available = trait_row is not None
61
+ validate_and_save_cohort_info(
62
+ is_final=False,
63
+ cohort=cohort,
64
+ info_path=json_path,
65
+ is_gene_available=is_gene_available,
66
+ is_trait_available=is_trait_available
67
+ )
68
+
69
+ # 4. Clinical feature extraction
70
+ if trait_row is not None:
71
+ selected_clinical = geo_select_clinical_features(
72
+ clinical_df=clinical_data,
73
+ trait=trait,
74
+ trait_row=trait_row,
75
+ convert_trait=convert_trait
76
+ )
77
+
78
+ # Preview the processed data
79
+ print("Preview of processed clinical data:")
80
+ print(preview_df(selected_clinical))
81
+
82
+ # Save clinical data
83
+ selected_clinical.to_csv(out_clinical_data_file)
84
+ # Extract gene expression data from matrix file
85
+ genetic_df = get_genetic_data(matrix_file)
86
+
87
+ # Print DataFrame shape and first 20 row IDs
88
+ print("DataFrame shape:", genetic_df.shape)
89
+ print("\nFirst 20 row IDs:")
90
+ print(genetic_df.index[:20])
91
+
92
+ print("\nPreview of first few rows and columns:")
93
+ print(genetic_df.head().iloc[:, :5])
94
+ # These IDs appear to be transcript cluster IDs from Affymetrix Human Gene 2.1 ST Array
95
+ # They need to be mapped to standard human gene symbols for consistent analysis
96
+ requires_gene_mapping = True
97
+ # Extract gene annotation data, excluding control probe lines
98
+ gene_metadata = get_gene_annotation(soft_file)
99
+
100
+ # Preview filtered annotation data
101
+ print("Column names:")
102
+ print(gene_metadata.columns)
103
+ print("\nPreview of gene annotation data:")
104
+ print(preview_df(gene_metadata))
105
+ # 1. Identify relevant columns for mapping
106
+ prob_col = 'ID'
107
+
108
+ # Extract RefSeq gene names from the annotations
109
+ # Get first valid gene symbol from each annotation
110
+ gene_metadata['Gene'] = gene_metadata['SPOT_ID.1'].apply(lambda x:
111
+ next(iter([s for s in extract_human_gene_symbols(x) if s]), None))
112
+
113
+ # 2. Get mapping dataframe
114
+ mapping_df = get_gene_mapping(gene_metadata, prob_col, 'Gene')
115
+
116
+ # 3. Convert probe-level data to gene expression data
117
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
118
+
119
+ # Preview the result
120
+ print("Shape of gene expression data:", gene_data.shape)
121
+ print("\nPreview of first few rows and columns:")
122
+ print(gene_data.head().iloc[:, :5])
123
+ # 1. Normalize gene symbols and save
124
+ gene_data = normalize_gene_symbols_in_index(gene_data)
125
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
126
+ gene_data.to_csv(out_gene_data_file)
127
+
128
+ # 2. Link clinical and genetic data
129
+ linked_data = geo_link_clinical_genetic_data(selected_clinical, gene_data)
130
+
131
+ # 3. Handle missing values
132
+ linked_data = handle_missing_values(linked_data, trait)
133
+
134
+ # 4. Check for biased features
135
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
136
+
137
+ # 5. Final validation and metadata saving
138
+ is_usable = validate_and_save_cohort_info(
139
+ is_final=True,
140
+ cohort=cohort,
141
+ info_path=json_path,
142
+ is_gene_available=True,
143
+ is_trait_available=True,
144
+ is_biased=trait_biased,
145
+ df=linked_data,
146
+ note="Study of infliximab treatment response in Crohn's disease patients with gene expression data from blood samples"
147
+ )
148
+
149
+ # 6. Save linked data if usable
150
+ if is_usable:
151
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
152
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE193677.py ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE193677"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE193677"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE193677.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE193677.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE193677.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # Based on the background info, this dataset contains RNA-seq data from biopsies
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type Conversion
37
+ # 2.1 Data Availability
38
+ # Trait (CD status) in row 4 with disease status
39
+ trait_row = 4
40
+ # Age in row 0
41
+ age_row = 0
42
+ # Gender in row 1
43
+ gender_row = 1
44
+
45
+ # 2.2 Data Type Conversion Functions
46
+ def convert_trait(x):
47
+ # Extract value after colon and strip whitespace
48
+ if ':' in str(x):
49
+ value = x.split(':')[1].strip()
50
+ # CD is 1, UC and Control are 0
51
+ if value == 'CD':
52
+ return 1
53
+ elif value in ['UC', 'Control']:
54
+ return 0
55
+ return None
56
+
57
+ def convert_age(x):
58
+ # Extract value after colon and convert to float
59
+ if ':' in str(x):
60
+ try:
61
+ return float(x.split(':')[1].strip())
62
+ except:
63
+ return None
64
+ return None
65
+
66
+ def convert_gender(x):
67
+ # Extract value after colon and convert to binary
68
+ if ':' in str(x):
69
+ value = x.split(':')[1].strip()
70
+ if value == 'Female':
71
+ return 0
72
+ elif value == 'Male':
73
+ return 1
74
+ return None
75
+
76
+ # 3. Save Metadata
77
+ validate_and_save_cohort_info(is_final=False,
78
+ cohort=cohort,
79
+ info_path=json_path,
80
+ is_gene_available=is_gene_available,
81
+ is_trait_available=trait_row is not None)
82
+
83
+ # 4. Clinical Feature Extraction
84
+ if trait_row is not None:
85
+ selected_clinical_df = geo_select_clinical_features(
86
+ clinical_df=clinical_data,
87
+ trait=trait,
88
+ trait_row=trait_row,
89
+ convert_trait=convert_trait,
90
+ age_row=age_row,
91
+ convert_age=convert_age,
92
+ gender_row=gender_row,
93
+ convert_gender=convert_gender
94
+ )
95
+
96
+ # Preview the processed data
97
+ preview = preview_df(selected_clinical_df)
98
+
99
+ # Save to CSV
100
+ selected_clinical_df.to_csv(out_clinical_data_file)
101
+ # Debug: Look for possible table markers
102
+ with gzip.open(matrix_file, 'rt') as file:
103
+ print("Searching for table markers...")
104
+ for i, line in enumerate(file):
105
+ if '!series_matrix_table' in line.lower():
106
+ print(f"Found potential marker at line {i}:")
107
+ print(line.strip())
108
+ if i > 1000: # Limit search to first 1000 lines
109
+ break
110
+ print("\n")
111
+
112
+ # Get all file lines to inspect data format
113
+ with gzip.open(matrix_file, 'rt') as file:
114
+ lines = file.readlines()[:50] # Get first 50 lines to see data structure
115
+ print("File content preview:")
116
+ for line in lines:
117
+ print(line.strip())
118
+
119
+ # Extract gene expression data using revised marker
120
+ genetic_df = pd.read_csv(matrix_file, compression='gzip',
121
+ skiprows=lambda x: x < 80, # Skip header rows
122
+ sep='\t',
123
+ comment='!')
124
+
125
+ # Set gene IDs as index
126
+ if 'ID_REF' in genetic_df.columns:
127
+ genetic_df = genetic_df.rename(columns={'ID_REF': 'ID'})
128
+ genetic_df = genetic_df.set_index('ID')
129
+
130
+ print("\nDataFrame shape:", genetic_df.shape)
131
+ print("\nFirst 20 row IDs:")
132
+ print(genetic_df.index[:20])
133
+ print("\nPreview of first few rows and columns:")
134
+ print(genetic_df.head().iloc[:, :5])
135
+
136
+
137
+
p3/preprocess/Crohns_Disease/code/GSE207022.py ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE207022"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE207022"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE207022.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE207022.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE207022.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # Based on background information, this is a gene expression profiling study using microarrays
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type Conversion
37
+ # 2.1 Data Availability
38
+ # Trait (CD status) can be found in row 3 under "diagnosis"
39
+ trait_row = 3
40
+ # Age and gender are not available in the characteristics
41
+ age_row = None
42
+ gender_row = None
43
+
44
+ # 2.2 Data Type Conversion Functions
45
+ def convert_trait(value: str) -> int:
46
+ """Convert CD diagnosis to binary: 1 for CD, 0 for control"""
47
+ if not value or ':' not in value:
48
+ return None
49
+ diagnosis = value.split(':')[1].strip().lower()
50
+ if "crohn's disease" in diagnosis:
51
+ return 1
52
+ elif "healthy control" in diagnosis:
53
+ return 0
54
+ return None
55
+
56
+ convert_age = None
57
+ convert_gender = None
58
+
59
+ # 3. Save initial metadata
60
+ validate_and_save_cohort_info(
61
+ is_final=False,
62
+ cohort=cohort,
63
+ info_path=json_path,
64
+ is_gene_available=is_gene_available,
65
+ is_trait_available=trait_row is not None
66
+ )
67
+
68
+ # 4. Extract clinical features and save
69
+ if trait_row is not None:
70
+ clinical_df = geo_select_clinical_features(
71
+ clinical_df=clinical_data,
72
+ trait=trait,
73
+ trait_row=trait_row,
74
+ convert_trait=convert_trait,
75
+ age_row=age_row,
76
+ convert_age=convert_age,
77
+ gender_row=gender_row,
78
+ convert_gender=convert_gender
79
+ )
80
+
81
+ # Preview the processed clinical data
82
+ print("Preview of processed clinical data:")
83
+ print(preview_df(clinical_df))
84
+
85
+ # Save to CSV
86
+ clinical_df.to_csv(out_clinical_data_file)
87
+ # Extract gene expression data from matrix file
88
+ genetic_df = get_genetic_data(matrix_file)
89
+
90
+ # Print DataFrame shape and first 20 row IDs
91
+ print("DataFrame shape:", genetic_df.shape)
92
+ print("\nFirst 20 row IDs:")
93
+ print(genetic_df.index[:20])
94
+
95
+ print("\nPreview of first few rows and columns:")
96
+ print(genetic_df.head().iloc[:, :5])
97
+ # These are Affymetrix probe IDs from the HG-U133_Plus_2.0 array
98
+ # They need to be mapped to human gene symbols
99
+ requires_gene_mapping = True
100
+ # Extract gene annotation data, excluding control probe lines
101
+ gene_metadata = get_gene_annotation(soft_file)
102
+
103
+ # Preview filtered annotation data
104
+ print("Column names:")
105
+ print(gene_metadata.columns)
106
+ print("\nPreview of gene annotation data:")
107
+ print(preview_df(gene_metadata))
108
+ # 1. Gene identifier column is 'ID', gene symbol column is 'Gene Symbol'
109
+ # 2. Extract mapping between probe IDs and gene symbols
110
+ mapping_df = get_gene_mapping(gene_metadata, 'ID', 'Gene Symbol')
111
+
112
+ # 3. Apply the mapping to convert probe data to gene expression data
113
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
114
+
115
+ # Preview the processed gene data shape and first few rows
116
+ print("Gene expression data shape:", gene_data.shape)
117
+ print("\nPreview of gene expression data:")
118
+ print(gene_data.head().iloc[:, :5])
119
+ # 1. Normalize gene symbols and save
120
+ gene_data = normalize_gene_symbols_in_index(gene_data)
121
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
122
+ gene_data.to_csv(out_gene_data_file)
123
+
124
+ # 2. Link clinical and genetic data
125
+ linked_data = geo_link_clinical_genetic_data(clinical_df, gene_data)
126
+
127
+ # 3. Handle missing values
128
+ linked_data = handle_missing_values(linked_data, trait)
129
+
130
+ # 4. Check for biased features
131
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
132
+
133
+ # 5. Final validation and metadata saving
134
+ is_usable = validate_and_save_cohort_info(
135
+ is_final=True,
136
+ cohort=cohort,
137
+ info_path=json_path,
138
+ is_gene_available=True,
139
+ is_trait_available=True,
140
+ is_biased=trait_biased,
141
+ df=linked_data,
142
+ note="Study of Crohn's disease vs healthy controls with gene expression data from rectum biopsies"
143
+ )
144
+
145
+ # 6. Save linked data if usable
146
+ if is_usable:
147
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
148
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE259353.py ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE259353"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE259353"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE259353.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE259353.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE259353.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # Yes - This is Nanostring gene expression data for fibrosis-related genes
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability
37
+ # Trait: The "group" field indicates disease subtype/penetrance (row 0)
38
+ trait_row = 0
39
+ # Gender data available in row 1
40
+ gender_row = 1
41
+ # Age data available in row 2
42
+ age_row = 2
43
+
44
+ # 2.2 Data Type Conversion Functions
45
+ def convert_trait(value: str) -> int:
46
+ """Convert penetrating vs stricturing to binary"""
47
+ if pd.isna(value) or not isinstance(value, str):
48
+ return None
49
+ value = value.split(": ")[-1].strip().upper()
50
+ # B2 = Penetrating, B3 variants = Stricturing
51
+ if value == "B2":
52
+ return 1 # Penetrating
53
+ elif value in ["B3O", "B3S"]:
54
+ return 0 # Stricturing
55
+ return None
56
+
57
+ def convert_age(value: str) -> float:
58
+ """Convert age to continuous numeric value"""
59
+ if pd.isna(value) or not isinstance(value, str):
60
+ return None
61
+ try:
62
+ return float(value.split(": ")[-1])
63
+ except:
64
+ return None
65
+
66
+ def convert_gender(value: str) -> int:
67
+ """Convert gender to binary (0=Female, 1=Male)"""
68
+ if pd.isna(value) or not isinstance(value, str):
69
+ return None
70
+ value = value.split(": ")[-1].strip().upper()
71
+ if value == "FEMALE":
72
+ return 0
73
+ elif value == "MALE":
74
+ return 1
75
+ return None
76
+
77
+ # 3. Save initial metadata
78
+ validate_and_save_cohort_info(
79
+ is_final=False,
80
+ cohort=cohort,
81
+ info_path=json_path,
82
+ is_gene_available=is_gene_available,
83
+ is_trait_available=trait_row is not None
84
+ )
85
+
86
+ # 4. Extract clinical features
87
+ clinical_df = geo_select_clinical_features(
88
+ clinical_df=clinical_data,
89
+ trait=trait,
90
+ trait_row=trait_row,
91
+ convert_trait=convert_trait,
92
+ age_row=age_row,
93
+ convert_age=convert_age,
94
+ gender_row=gender_row,
95
+ convert_gender=convert_gender
96
+ )
97
+
98
+ # Preview and save clinical data
99
+ print("Clinical data preview:")
100
+ print(preview_df(clinical_df))
101
+ clinical_df.to_csv(out_clinical_data_file)
102
+ # Extract gene expression data from matrix file
103
+ genetic_df = get_genetic_data(matrix_file)
104
+
105
+ # Print DataFrame shape and first 20 row IDs
106
+ print("DataFrame shape:", genetic_df.shape)
107
+ print("\nFirst 20 row IDs:")
108
+ print(genetic_df.index[:20])
109
+
110
+ print("\nPreview of first few rows and columns:")
111
+ print(genetic_df.head().iloc[:, :5])
112
+ requires_gene_mapping = False # The identifiers are already official human gene symbols
113
+ # 1. Normalize gene symbols and save
114
+ genetic_df = normalize_gene_symbols_in_index(genetic_df)
115
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
116
+ genetic_df.to_csv(out_gene_data_file)
117
+
118
+ # 2. Link clinical and genetic data
119
+ linked_data = geo_link_clinical_genetic_data(clinical_df, genetic_df)
120
+
121
+ # 3. Handle missing values
122
+ linked_data = handle_missing_values(linked_data, trait)
123
+
124
+ # 4. Check for biased features
125
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
126
+
127
+ # 5. Final validation and metadata saving
128
+ is_usable = validate_and_save_cohort_info(
129
+ is_final=True,
130
+ cohort=cohort,
131
+ info_path=json_path,
132
+ is_gene_available=True,
133
+ is_trait_available=True,
134
+ is_biased=trait_biased,
135
+ df=linked_data,
136
+ note="Study of penetrating vs stricturing Crohn's disease with gene expression data from ileal surgical specimens"
137
+ )
138
+
139
+ # 6. Save linked data if usable
140
+ if is_usable:
141
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
142
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE66407.py ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE66407"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE66407"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE66407.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE66407.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE66407.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene Expression Data Availability
33
+ # The background info mentions "transcriptome analysis", which indicates gene expression data
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability and 2.2 Data Type Conversion
37
+ # Trait (diagnosis) is in row 3, binary (CD vs Control)
38
+ trait_row = 3
39
+ def convert_trait(x):
40
+ if pd.isna(x):
41
+ return None
42
+ val = x.split(': ')[1].strip()
43
+ if val == 'CD':
44
+ return 1
45
+ elif val == 'Control':
46
+ return 0
47
+ return None
48
+
49
+ # Age is in row 2, continuous
50
+ age_row = 2
51
+ def convert_age(x):
52
+ if pd.isna(x):
53
+ return None
54
+ try:
55
+ return int(x.split(': ')[1])
56
+ except:
57
+ return None
58
+
59
+ # Gender data not available in sample characteristics
60
+ gender_row = None
61
+ def convert_gender(x):
62
+ # Function defined but not used since gender data unavailable
63
+ return None
64
+
65
+ # 3. Save metadata
66
+ is_trait_available = trait_row is not None
67
+ validate_and_save_cohort_info(is_final=False,
68
+ cohort=cohort,
69
+ info_path=json_path,
70
+ is_gene_available=is_gene_available,
71
+ is_trait_available=is_trait_available)
72
+
73
+ # 4. Clinical Feature Extraction
74
+ # Since trait_row is not None, extract clinical features
75
+ selected_clinical_df = geo_select_clinical_features(clinical_data,
76
+ trait,
77
+ trait_row,
78
+ convert_trait,
79
+ age_row,
80
+ convert_age,
81
+ gender_row,
82
+ convert_gender)
83
+
84
+ # Preview the extracted clinical features
85
+ preview_df(selected_clinical_df)
86
+
87
+ # Save clinical data
88
+ selected_clinical_df.to_csv(out_clinical_data_file)
89
+ # Extract gene expression data from matrix file
90
+ genetic_df = get_genetic_data(matrix_file)
91
+
92
+ # Print DataFrame shape and first 20 row IDs
93
+ print("DataFrame shape:", genetic_df.shape)
94
+ print("\nFirst 20 row IDs:")
95
+ print(genetic_df.index[:20])
96
+
97
+ print("\nPreview of first few rows and columns:")
98
+ print(genetic_df.head().iloc[:, :5])
99
+ # These identifiers are ENSEMBL gene IDs with '_at' suffix
100
+ # They need to be mapped to human gene symbols for standardization
101
+ requires_gene_mapping = True
102
+ # Extract gene annotation data, excluding control probe lines
103
+ gene_metadata = get_gene_annotation(soft_file)
104
+
105
+ # Preview filtered annotation data
106
+ print("Column names:")
107
+ print(gene_metadata.columns)
108
+ print("\nPreview of gene annotation data:")
109
+ print(preview_df(gene_metadata))
110
+ # Extract gene symbols from Description column using helper function
111
+ gene_metadata['Gene'] = gene_metadata['Description'].apply(extract_human_gene_symbols).str[0]
112
+
113
+ # Get mapping between probe IDs and gene symbols
114
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Gene')
115
+
116
+ # Convert probe-level measurements to gene expression data
117
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
118
+
119
+ # Print shape and preview of resulting gene expression data
120
+ print("Gene expression data shape:", gene_data.shape)
121
+ print("\nPreview of gene expression data:")
122
+ print(gene_data.head().iloc[:, :5])
123
+ # 1. Normalize gene symbols and save
124
+ gene_data = normalize_gene_symbols_in_index(gene_data)
125
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
126
+ gene_data.to_csv(out_gene_data_file)
127
+
128
+ # 2. Link clinical and genetic data
129
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
130
+
131
+ # 3. Handle missing values
132
+ linked_data = handle_missing_values(linked_data, trait)
133
+
134
+ # 4. Check for biased features
135
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
136
+
137
+ # 5. Final validation and metadata saving
138
+ is_usable = validate_and_save_cohort_info(
139
+ is_final=True,
140
+ cohort=cohort,
141
+ info_path=json_path,
142
+ is_gene_available=True,
143
+ is_trait_available=True,
144
+ is_biased=trait_biased,
145
+ df=linked_data,
146
+ note="Gene expression data from gut biopsies of CD patients, UC patients and healthy controls."
147
+ )
148
+
149
+ # 6. Save linked data if usable
150
+ if is_usable:
151
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
152
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/GSE83448.py ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+ cohort = "GSE83448"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Crohns_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Crohns_Disease/GSE83448"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Crohns_Disease/GSE83448.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/GSE83448.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/GSE83448.csv"
16
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
17
+
18
+ # Get paths to the SOFT and matrix files
19
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data from matrix file
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file)
23
+
24
+ # Get unique values for each feature (row) in clinical data
25
+ unique_values_dict = get_unique_values_by_row(clinical_data)
26
+
27
+ # Print background info
28
+ print("=== Dataset Background Information ===")
29
+ print(background_info)
30
+ print("\n=== Sample Characteristics ===")
31
+ print(json.dumps(unique_values_dict, indent=2))
32
+ # 1. Gene expression data availability - Yes, based on "GE Healthcare/Amersham Biosciences CodeLink Human Whole Genome Bioarray"
33
+ is_gene_available = True
34
+
35
+ # 2.1 Variable availability
36
+ trait_row = 1 # inflammation status indicates CD vs control
37
+ age_row = None # Age not available
38
+ gender_row = None # Gender not available
39
+
40
+ # 2.2 Data type conversion functions
41
+ def convert_trait(value: str) -> Optional[int]:
42
+ """Convert inflammation status to binary CD indicator (0=Control, 1=CD)"""
43
+ if not value or ':' not in value:
44
+ return None
45
+ value = value.split(':')[1].strip().lower()
46
+ if 'control' in value:
47
+ return 0
48
+ elif 'inflamed' in value or 'non-inflamed' in value:
49
+ return 1
50
+ return None
51
+
52
+ convert_age = None
53
+ convert_gender = None
54
+
55
+ # 3. Save initial cohort info
56
+ validate_and_save_cohort_info(
57
+ is_final=False,
58
+ cohort=cohort,
59
+ info_path=json_path,
60
+ is_gene_available=is_gene_available,
61
+ is_trait_available=trait_row is not None
62
+ )
63
+
64
+ # 4. Extract clinical features
65
+ if trait_row is not None:
66
+ clinical_df = geo_select_clinical_features(
67
+ clinical_df=clinical_data,
68
+ trait=trait,
69
+ trait_row=trait_row,
70
+ convert_trait=convert_trait,
71
+ age_row=age_row,
72
+ convert_age=convert_age,
73
+ gender_row=gender_row,
74
+ convert_gender=convert_gender
75
+ )
76
+
77
+ # Preview the data
78
+ print("Clinical data preview:")
79
+ print(preview_df(clinical_df))
80
+
81
+ # Save to CSV
82
+ clinical_df.to_csv(out_clinical_data_file)
83
+ # Extract gene expression data from matrix file
84
+ genetic_df = get_genetic_data(matrix_file)
85
+
86
+ # Print DataFrame shape and first 20 row IDs
87
+ print("DataFrame shape:", genetic_df.shape)
88
+ print("\nFirst 20 row IDs:")
89
+ print(genetic_df.index[:20])
90
+
91
+ print("\nPreview of first few rows and columns:")
92
+ print(genetic_df.head().iloc[:, :5])
93
+ # Based on the gene identifiers like GE469557, GE469567, etc., these look like custom probe IDs.
94
+ # These are not human gene symbols and will need to be mapped to standard gene symbols.
95
+ requires_gene_mapping = True
96
+ # Extract gene annotation data, excluding control probe lines
97
+ gene_metadata = get_gene_annotation(soft_file)
98
+
99
+ # Extract potential gene symbols from description field where available
100
+ gene_metadata['Gene'] = gene_metadata['DESCRIPTION'].apply(extract_human_gene_symbols)
101
+
102
+ # Preview filtered annotation data
103
+ print("Column names:")
104
+ print(gene_metadata.columns)
105
+ print("\nPreview of gene annotation data:")
106
+ print(preview_df(gene_metadata))
107
+ # Get gene annotation with symbols extracted from description
108
+ gene_metadata = get_gene_annotation(soft_file)
109
+ gene_metadata['Gene'] = gene_metadata['DESCRIPTION'].apply(extract_human_gene_symbols)
110
+
111
+ # Create mapping DataFrame and perform mapping
112
+ mapping_df = get_gene_mapping(gene_metadata, prob_col='ID', gene_col='Gene')
113
+ gene_data = apply_gene_mapping(genetic_df, mapping_df)
114
+
115
+ # Print shape and preview data
116
+ print("Gene expression data shape after mapping:", gene_data.shape)
117
+ print("\nPreview of gene expression data:")
118
+ print(gene_data.head().iloc[:, :5])
119
+
120
+ # Save gene expression data
121
+ gene_data.to_csv(out_gene_data_file)
122
+ # 1. Since gene mapping failed (empty DataFrame), skip gene symbol normalization
123
+ # and use the original gene expression data with probe IDs
124
+ gene_data = genetic_df
125
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
126
+ gene_data.to_csv(out_gene_data_file)
127
+
128
+ # 2. Link clinical and genetic data
129
+ linked_data = geo_link_clinical_genetic_data(clinical_df, gene_data)
130
+
131
+ # 3. Handle missing values
132
+ linked_data = handle_missing_values(linked_data, trait)
133
+
134
+ # 4. Check for biased features
135
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
136
+
137
+ # 5. Final validation and metadata saving
138
+ is_usable = validate_and_save_cohort_info(
139
+ is_final=True,
140
+ cohort=cohort,
141
+ info_path=json_path,
142
+ is_gene_available=True,
143
+ is_trait_available=True,
144
+ is_biased=trait_biased,
145
+ df=linked_data,
146
+ note="Contains gene expression data from intestinal biopsies of CD patients and controls. Using probe IDs as gene identifiers due to unreliable mapping."
147
+ )
148
+
149
+ # 6. Save linked data if usable
150
+ if is_usable:
151
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
152
+ linked_data.to_csv(out_data_file)
p3/preprocess/Crohns_Disease/code/TCGA.py ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Crohns_Disease"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/3/Crohns_Disease/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/3/Crohns_Disease/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/3/Crohns_Disease/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/3/Crohns_Disease/cohort_info.json"
15
+
16
+ # Review subdirectories and check if any matches Crohn's Disease phenotype
17
+ # TCGA is a cancer database and does not have IBD cohorts
18
+ # Record this in metadata and exit
19
+ validate_and_save_cohort_info(
20
+ is_final=False,
21
+ cohort="TCGA",
22
+ info_path=json_path,
23
+ is_gene_available=False,
24
+ is_trait_available=False
25
+ )