Liu-Hy commited on
Commit
3088323
·
verified ·
1 Parent(s): a5a8278

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 +21 -0
  2. p1/preprocess/Autism_spectrum_disorder_(ASD)/GSE148450.csv +3 -0
  3. p1/preprocess/Autism_spectrum_disorder_(ASD)/gene_data/GSE148450.csv +3 -0
  4. p1/preprocess/Bipolar_disorder/GSE53987.csv +3 -0
  5. p1/preprocess/Bipolar_disorder/gene_data/GSE53987.csv +3 -0
  6. p1/preprocess/Bipolar_disorder/gene_data/GSE67311.csv +3 -0
  7. p1/preprocess/Bipolar_disorder/gene_data/GSE92538.csv +3 -0
  8. p1/preprocess/Bladder_Cancer/gene_data/GSE138118.csv +3 -0
  9. p1/preprocess/Bladder_Cancer/gene_data/GSE222073.csv +3 -0
  10. p1/preprocess/Bone_Density/GSE56814.csv +3 -0
  11. p1/preprocess/Bone_Density/gene_data/GSE198934.csv +3 -0
  12. p1/preprocess/Bone_Density/gene_data/GSE56814.csv +3 -0
  13. p1/preprocess/Bone_Density/gene_data/GSE56815.csv +0 -0
  14. p1/preprocess/Bone_Density/gene_data/GSE56816.csv +0 -0
  15. p1/preprocess/Breast_Cancer/GSE234017.csv +3 -0
  16. p1/preprocess/Breast_Cancer/clinical_data/GSE248830.csv +4 -0
  17. p1/preprocess/Breast_Cancer/clinical_data/GSE283522.csv +4 -0
  18. p1/preprocess/Breast_Cancer/clinical_data/TCGA.csv +1219 -0
  19. p1/preprocess/Breast_Cancer/code/GSE153316.py +133 -0
  20. p1/preprocess/Breast_Cancer/code/GSE207847.py +176 -0
  21. p1/preprocess/Breast_Cancer/code/GSE208101.py +165 -0
  22. p1/preprocess/Breast_Cancer/code/GSE225328.py +69 -0
  23. p1/preprocess/Breast_Cancer/code/GSE234017.py +151 -0
  24. p1/preprocess/Breast_Cancer/code/GSE236725.py +104 -0
  25. p1/preprocess/Breast_Cancer/code/GSE248830.py +169 -0
  26. p1/preprocess/Breast_Cancer/code/GSE249377.py +74 -0
  27. p1/preprocess/Breast_Cancer/code/GSE270721.py +131 -0
  28. p1/preprocess/Breast_Cancer/code/GSE283522.py +145 -0
  29. p1/preprocess/Breast_Cancer/code/TCGA.py +100 -0
  30. p1/preprocess/Breast_Cancer/gene_data/GSE153316.csv +3 -0
  31. p1/preprocess/Breast_Cancer/gene_data/GSE207847.csv +3 -0
  32. p1/preprocess/Breast_Cancer/gene_data/GSE208101.csv +3 -0
  33. p1/preprocess/Breast_Cancer/gene_data/GSE234017.csv +3 -0
  34. p1/preprocess/Breast_Cancer/gene_data/GSE236725.csv +3 -0
  35. p1/preprocess/Breast_Cancer/gene_data/GSE248830.csv +0 -0
  36. p1/preprocess/Breast_Cancer/gene_data/GSE270721.csv +0 -0
  37. p1/preprocess/Brugada_Syndrome/code/GSE136992.py +189 -0
  38. p1/preprocess/Brugada_Syndrome/code/TCGA.py +50 -0
  39. p1/preprocess/Brugada_Syndrome/cohort_info.json +1 -0
  40. p1/preprocess/Brugada_Syndrome/gene_data/GSE136992.csv +3 -0
  41. p1/preprocess/Canavan_Disease/clinical_data/GSE41445.csv +3 -0
  42. p1/preprocess/Canavan_Disease/code/GSE41445.py +204 -0
  43. p1/preprocess/Canavan_Disease/code/TCGA.py +50 -0
  44. p1/preprocess/Canavan_Disease/cohort_info.json +1 -0
  45. p1/preprocess/Canavan_Disease/gene_data/GSE41445.csv +3 -0
  46. p1/preprocess/Cardiovascular_Disease/code/GSE182600.py +215 -0
  47. p1/preprocess/Cardiovascular_Disease/code/GSE190042.py +223 -0
  48. p1/preprocess/Cardiovascular_Disease/code/GSE228783.py +78 -0
  49. p1/preprocess/Cardiovascular_Disease/code/GSE235307.py +217 -0
  50. p1/preprocess/Cardiovascular_Disease/code/GSE256539.py +171 -0
.gitattributes CHANGED
@@ -982,3 +982,24 @@ p1/preprocess/Autoinflammatory_Disorders/gene_data/GSE80060.csv filter=lfs diff=
982
  p1/preprocess/Bipolar_disorder/gene_data/GSE45484.csv filter=lfs diff=lfs merge=lfs -text
983
  p1/preprocess/Bipolar_disorder/GSE92538.csv filter=lfs diff=lfs merge=lfs -text
984
  p1/preprocess/Bipolar_disorder/gene_data/GSE46449.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
982
  p1/preprocess/Bipolar_disorder/gene_data/GSE45484.csv filter=lfs diff=lfs merge=lfs -text
983
  p1/preprocess/Bipolar_disorder/GSE92538.csv filter=lfs diff=lfs merge=lfs -text
984
  p1/preprocess/Bipolar_disorder/gene_data/GSE46449.csv filter=lfs diff=lfs merge=lfs -text
985
+ p1/preprocess/Autism_spectrum_disorder_(ASD)/GSE148450.csv filter=lfs diff=lfs merge=lfs -text
986
+ p1/preprocess/Bipolar_disorder/GSE53987.csv filter=lfs diff=lfs merge=lfs -text
987
+ p1/preprocess/Bipolar_disorder/gene_data/GSE67311.csv filter=lfs diff=lfs merge=lfs -text
988
+ p1/preprocess/Bladder_Cancer/gene_data/GSE138118.csv filter=lfs diff=lfs merge=lfs -text
989
+ p1/preprocess/Autism_spectrum_disorder_(ASD)/gene_data/GSE148450.csv filter=lfs diff=lfs merge=lfs -text
990
+ p1/preprocess/Bipolar_disorder/gene_data/GSE53987.csv filter=lfs diff=lfs merge=lfs -text
991
+ p1/preprocess/Bone_Density/GSE56814.csv filter=lfs diff=lfs merge=lfs -text
992
+ p1/preprocess/Bipolar_disorder/gene_data/GSE92538.csv filter=lfs diff=lfs merge=lfs -text
993
+ p1/preprocess/Bladder_Cancer/gene_data/GSE222073.csv filter=lfs diff=lfs merge=lfs -text
994
+ p1/preprocess/Bone_Density/gene_data/GSE56814.csv filter=lfs diff=lfs merge=lfs -text
995
+ p1/preprocess/Breast_Cancer/GSE234017.csv filter=lfs diff=lfs merge=lfs -text
996
+ p1/preprocess/Breast_Cancer/gene_data/GSE236725.csv filter=lfs diff=lfs merge=lfs -text
997
+ p1/preprocess/Breast_Cancer/gene_data/GSE208101.csv filter=lfs diff=lfs merge=lfs -text
998
+ p1/preprocess/Breast_Cancer/gene_data/GSE207847.csv filter=lfs diff=lfs merge=lfs -text
999
+ p1/preprocess/Canavan_Disease/gene_data/GSE41445.csv filter=lfs diff=lfs merge=lfs -text
1000
+ p1/preprocess/Brugada_Syndrome/gene_data/GSE136992.csv filter=lfs diff=lfs merge=lfs -text
1001
+ p1/preprocess/Bone_Density/gene_data/GSE198934.csv filter=lfs diff=lfs merge=lfs -text
1002
+ p1/preprocess/Breast_Cancer/gene_data/GSE153316.csv filter=lfs diff=lfs merge=lfs -text
1003
+ p1/preprocess/Breast_Cancer/gene_data/GSE234017.csv filter=lfs diff=lfs merge=lfs -text
1004
+ p1/preprocess/Cardiovascular_Disease/gene_data/GSE285666.csv filter=lfs diff=lfs merge=lfs -text
1005
+ p1/preprocess/Cardiovascular_Disease/gene_data/GSE256539.csv filter=lfs diff=lfs merge=lfs -text
p1/preprocess/Autism_spectrum_disorder_(ASD)/GSE148450.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6039b6dcb86aa78bcdb0aebb8c87f466b37e270435c270ab7c8cd4ff1253fd41
3
+ size 66319072
p1/preprocess/Autism_spectrum_disorder_(ASD)/gene_data/GSE148450.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17241070868a8899ba1a1482081f84b28ea734729c1faa11dacb0e865cd221f
3
+ size 66317324
p1/preprocess/Bipolar_disorder/GSE53987.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5384fbb518a18e94383124037214ba3a8f84a57b949e40039d48e74d7e1540
3
+ size 34615879
p1/preprocess/Bipolar_disorder/gene_data/GSE53987.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5fda65de449c36e18a9f851ea0d633241d655a9efb0b60a936c5cabcaba8a98
3
+ size 34613190
p1/preprocess/Bipolar_disorder/gene_data/GSE67311.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc80550137956d622d2ec9a5baefec581baacd4c28f983c456b9d007fbd70b7
3
+ size 33088822
p1/preprocess/Bipolar_disorder/gene_data/GSE92538.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16abed32cd5fd72a1e8d72658413d7bfef8676612606e0fd2e4123588692568e
3
+ size 32888003
p1/preprocess/Bladder_Cancer/gene_data/GSE138118.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4ae8922daa63f5f8e3752bba178c82adf2c6c58aa25249f1d21a6d3226c4ec
3
+ size 20853013
p1/preprocess/Bladder_Cancer/gene_data/GSE222073.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80a0fc63b9f81117b8c8f2ff455481b20af79b5768fbdca59964f7add392bf7
3
+ size 23613261
p1/preprocess/Bone_Density/GSE56814.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2093d70202069e6cc388bd5bc2443496dddaa141e80cd655dea34b124791b8ca
3
+ size 19578965
p1/preprocess/Bone_Density/gene_data/GSE198934.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f27a0fd3b34a0c002b431ff9cff0822d3f0df367dd6cc1fc2ae3158fe2e3f8
3
+ size 34354813
p1/preprocess/Bone_Density/gene_data/GSE56814.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43687c980c6db81762f1cf03f5268d4989596a03919647bde0e49b4aaee05951
3
+ size 19578664
p1/preprocess/Bone_Density/gene_data/GSE56815.csv ADDED
The diff for this file is too large to render. See raw diff
 
p1/preprocess/Bone_Density/gene_data/GSE56816.csv ADDED
The diff for this file is too large to render. See raw diff
 
p1/preprocess/Breast_Cancer/GSE234017.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c1c5d0b52c0496c8aa371416ec2679e92ce64402d06f046443c289405c7985
3
+ size 19977805
p1/preprocess/Breast_Cancer/clinical_data/GSE248830.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ GSM7920782,GSM7920783,GSM7920784,GSM7920785,GSM7920786,GSM7920787,GSM7920788,GSM7920789,GSM7920790,GSM7920791,GSM7920792,GSM7920793,GSM7920794,GSM7920795,GSM7920796,GSM7920797,GSM7920798,GSM7920799,GSM7920800,GSM7920801,GSM7920802,GSM7920803,GSM7920804,GSM7920805,GSM7920806,GSM7920807,GSM7920808,GSM7920809,GSM7920810,GSM7920811,GSM7920812,GSM7920813,GSM7920814,GSM7920815,GSM7920816,GSM7920817,GSM7920818,GSM7920819,GSM7920820,GSM7920821,GSM7920822,GSM7920823,GSM7920824,GSM7920825
2
+ 1.0,1.0,,1.0,1.0,,1.0,1.0,1.0,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
3
+ 49.0,44.0,41.0,40.0,48.0,42.0,47.0,53.0,41.0,74.0,58.0,51.0,55.0,46.0,46.0,48.0,44.0,49.0,59.0,50.0,74.0,46.0,40.0,57.0,60.0,55.0,69.0,,,57.0,,65.0,37.0,46.0,63.0,60.0,58.0,70.0,66.0,64.0,60.0,50.0,66.0,74.0
4
+ 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,1.0,1.0,0.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
p1/preprocess/Breast_Cancer/clinical_data/GSE283522.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ GSM8664605,GSM8664606,GSM8664607,GSM8664608,GSM8664609,GSM8664610,GSM8664611,GSM8664612,GSM8664613,GSM8664614,GSM8664615,GSM8664616,GSM8664617,GSM8664618,GSM8664619,GSM8664620,GSM8664621,GSM8664622,GSM8664623,GSM8664624,GSM8664625,GSM8664626,GSM8664627,GSM8664628,GSM8664629,GSM8664630,GSM8664631,GSM8664632,GSM8664633,GSM8664634,GSM8664635,GSM8664636,GSM8664637,GSM8664638,GSM8664639,GSM8664640,GSM8664641,GSM8664642,GSM8664643,GSM8664644,GSM8664645,GSM8664646,GSM8664647,GSM8664648,GSM8664649,GSM8664650,GSM8664651,GSM8664652,GSM8664653,GSM8664654,GSM8664655,GSM8664656,GSM8664657,GSM8664658,GSM8664659,GSM8664660,GSM8664661,GSM8664662,GSM8664663,GSM8664664,GSM8664665,GSM8664666,GSM8664667,GSM8664668,GSM8664669,GSM8664670,GSM8664671,GSM8664672,GSM8664673,GSM8664674,GSM8664675,GSM8664676,GSM8664677,GSM8664678,GSM8664679,GSM8664680,GSM8664681,GSM8664682,GSM8664683,GSM8664684,GSM8664685,GSM8664686,GSM8664687,GSM8664688,GSM8664689,GSM8664690,GSM8664691,GSM8664692,GSM8664693,GSM8664694,GSM8664695,GSM8664696,GSM8664697,GSM8664698,GSM8664699,GSM8664700,GSM8664701,GSM8664702,GSM8664703,GSM8664704,GSM8664705,GSM8664706,GSM8664707,GSM8664708,GSM8664709,GSM8664710,GSM8664711,GSM8664712,GSM8664713,GSM8664714,GSM8664715,GSM8664716,GSM8664717,GSM8664718,GSM8664719,GSM8664720,GSM8664721,GSM8664722,GSM8664723,GSM8664724,GSM8664725,GSM8664726,GSM8664727,GSM8664728,GSM8664729,GSM8664730,GSM8664731,GSM8664732,GSM8664733,GSM8664734,GSM8664735,GSM8664736,GSM8664737,GSM8664738,GSM8664739,GSM8664740,GSM8664741,GSM8664742,GSM8664743,GSM8664744,GSM8664745,GSM8664746,GSM8664747,GSM8664748,GSM8664749,GSM8664750,GSM8664751,GSM8664752,GSM8664753,GSM8664754,GSM8664755,GSM8664756,GSM8664757,GSM8664758,GSM8664759,GSM8664760,GSM8664761,GSM8664762,GSM8664763,GSM8664764,GSM8664765,GSM8664766,GSM8664767,GSM8664768,GSM8664769,GSM8664770,GSM8664771,GSM8664772,GSM8664773,GSM8664774,GSM8664775,GSM8664776,GSM8664777,GSM8664778,GSM8664779,GSM8664780,GSM8664781,GSM8664782,GSM8664783,GSM8664784,GSM8664785,GSM8664786,GSM8664787,GSM8664788,GSM8664789,GSM8664790,GSM8664791,GSM8664792,GSM8664793,GSM8664794,GSM8664795,GSM8664796,GSM8664797,GSM8664798,GSM8664799,GSM8664800,GSM8664801,GSM8664802,GSM8664803,GSM8664804,GSM8664805,GSM8664806,GSM8664807,GSM8664808,GSM8664809,GSM8664810,GSM8664811,GSM8664812,GSM8664813,GSM8664814,GSM8664815,GSM8664816,GSM8664817,GSM8664818,GSM8664819,GSM8664820,GSM8664821,GSM8664822,GSM8664823,GSM8664824,GSM8664825,GSM8664826,GSM8664827,GSM8664828,GSM8664829,GSM8664830,GSM8664831,GSM8664832,GSM8664833,GSM8664834,GSM8664835,GSM8664836,GSM8664837,GSM8664838,GSM8664839,GSM8664840,GSM8664841,GSM8664842,GSM8664843,GSM8664844,GSM8664845,GSM8664846,GSM8664847,GSM8664848,GSM8664849,GSM8664850,GSM8664851,GSM8664852,GSM8664853,GSM8664854,GSM8664855,GSM8664856,GSM8664857,GSM8664858,GSM8664859,GSM8664860,GSM8664861,GSM8664862,GSM8664863,GSM8664864,GSM8664865,GSM8664866,GSM8664867,GSM8664868,GSM8664869,GSM8664870,GSM8664871,GSM8664872,GSM8664873,GSM8664874,GSM8664875,GSM8664876,GSM8664877,GSM8664878,GSM8664879,GSM8664880,GSM8664881,GSM8664882,GSM8664883,GSM8664884,GSM8664885,GSM8664886,GSM8664887,GSM8664888,GSM8664889,GSM8664890,GSM8664891,GSM8664892,GSM8664893,GSM8664894,GSM8664895,GSM8664896,GSM8664897,GSM8664898,GSM8664899,GSM8664900,GSM8664901,GSM8664902,GSM8664903,GSM8664904,GSM8664905,GSM8664906,GSM8664907,GSM8664908,GSM8664909,GSM8664910,GSM8664911,GSM8664912,GSM8664913,GSM8664914,GSM8664915,GSM8664916,GSM8664917,GSM8664918,GSM8664919,GSM8664920,GSM8664921,GSM8664922,GSM8664923,GSM8664924,GSM8664925,GSM8664926,GSM8664927,GSM8664928,GSM8664929,GSM8664930,GSM8664931,GSM8664932,GSM8664933,GSM8664934,GSM8664935,GSM8664936,GSM8664937,GSM8664938,GSM8664939,GSM8664940,GSM8664941,GSM8664942,GSM8664943,GSM8664944,GSM8664945,GSM8664946,GSM8664947,GSM8664948,GSM8664949,GSM8664950,GSM8664951,GSM8664952,GSM8664953,GSM8664954,GSM8664955,GSM8664956,GSM8664957,GSM8664958,GSM8664959,GSM8664960,GSM8664961,GSM8664962,GSM8664963,GSM8664964,GSM8664965,GSM8664966,GSM8664967,GSM8664968,GSM8664969,GSM8664970,GSM8664971,GSM8664972,GSM8664973,GSM8664974,GSM8664975,GSM8664976,GSM8664977,GSM8664978,GSM8664979,GSM8664980,GSM8664981,GSM8664982,GSM8664983,GSM8664984,GSM8664985,GSM8664986,GSM8664987,GSM8664988,GSM8664989,GSM8664990,GSM8664991,GSM8664992,GSM8664993,GSM8664994,GSM8664995,GSM8664996,GSM8664997,GSM8664998,GSM8664999,GSM8665000,GSM8665001,GSM8665002,GSM8665003,GSM8665004,GSM8665005,GSM8665006,GSM8665007,GSM8665008,GSM8665009,GSM8665010,GSM8665011,GSM8665012,GSM8665013,GSM8665014,GSM8665015,GSM8665016,GSM8665017,GSM8665018,GSM8665019,GSM8665020,GSM8665021,GSM8665022,GSM8665023,GSM8665024,GSM8665025,GSM8665026,GSM8665027,GSM8665028,GSM8665029,GSM8665030,GSM8665031,GSM8665032,GSM8665033,GSM8665034,GSM8665035,GSM8665036,GSM8665037,GSM8665038,GSM8665039,GSM8665040,GSM8665041,GSM8665042,GSM8665043,GSM8665044,GSM8665045,GSM8665046,GSM8665047,GSM8665048,GSM8665049,GSM8665050,GSM8665051,GSM8665052,GSM8665053,GSM8665054,GSM8665055,GSM8665056,GSM8665057,GSM8665058,GSM8665059,GSM8665060,GSM8665061,GSM8665062,GSM8665063,GSM8665064,GSM8665065,GSM8665066,GSM8665067,GSM8665068,GSM8665069,GSM8665070,GSM8665071,GSM8665072,GSM8665073,GSM8665074,GSM8665075,GSM8665076,GSM8665077,GSM8665078,GSM8665079,GSM8665080,GSM8665081,GSM8665082,GSM8665083,GSM8665084,GSM8665085,GSM8665086,GSM8665087,GSM8665088,GSM8665089,GSM8665090,GSM8665091,GSM8665092,GSM8665093,GSM8665094,GSM8665095,GSM8665096,GSM8665097,GSM8665098,GSM8665099,GSM8665100,GSM8665101,GSM8665102,GSM8665103,GSM8665104,GSM8665105,GSM8665106,GSM8665107,GSM8665108,GSM8665109,GSM8665110,GSM8665111,GSM8665112,GSM8665113,GSM8665114,GSM8665115,GSM8665116,GSM8665117,GSM8665118,GSM8665119,GSM8665120,GSM8665121,GSM8665122,GSM8665123,GSM8665124,GSM8665125,GSM8665126,GSM8665127,GSM8665128,GSM8665129,GSM8665130,GSM8665131,GSM8665132,GSM8665133,GSM8665134,GSM8665135,GSM8665136,GSM8665137,GSM8665138,GSM8665139,GSM8665140,GSM8665141,GSM8665142,GSM8665143,GSM8665144,GSM8665145,GSM8665146,GSM8665147,GSM8665148,GSM8665149,GSM8665150,GSM8665151,GSM8665152,GSM8665153,GSM8665154,GSM8665155,GSM8665156,GSM8665157,GSM8665158,GSM8665159,GSM8665160,GSM8665161,GSM8665162,GSM8665163,GSM8665164,GSM8665165,GSM8665166,GSM8665167,GSM8665168,GSM8665169,GSM8665170,GSM8665171,GSM8665172,GSM8665173,GSM8665174,GSM8665175,GSM8665176,GSM8665177,GSM8665178,GSM8665179,GSM8665180,GSM8665181,GSM8665182,GSM8665183,GSM8665184,GSM8665185,GSM8665186,GSM8665187,GSM8665188,GSM8665189,GSM8665190,GSM8665191,GSM8665192,GSM8665193,GSM8665194,GSM8665195,GSM8665196,GSM8665197,GSM8665198,GSM8665199,GSM8665200,GSM8665201,GSM8665202,GSM8665203,GSM8665204,GSM8665205,GSM8665206,GSM8665207,GSM8665208,GSM8665209,GSM8665210,GSM8665211,GSM8665212,GSM8665213,GSM8665214,GSM8665215,GSM8665216,GSM8665217,GSM8665218,GSM8665219,GSM8665220,GSM8665221,GSM8665222,GSM8665223,GSM8665224,GSM8665225,GSM8665226,GSM8665227,GSM8665228,GSM8665229,GSM8665230,GSM8665231,GSM8665232,GSM8665233,GSM8665234,GSM8665235,GSM8665236,GSM8665237,GSM8665238,GSM8665239,GSM8665240,GSM8665241,GSM8665242,GSM8665243,GSM8665244,GSM8665245,GSM8665246,GSM8665247,GSM8665248,GSM8665249,GSM8665250,GSM8665251,GSM8665252,GSM8665253,GSM8665254,GSM8665255,GSM8665256,GSM8665257,GSM8665258,GSM8665259,GSM8665260,GSM8665261,GSM8665262,GSM8665263,GSM8665264,GSM8665265,GSM8665266,GSM8665267,GSM8665268,GSM8665269,GSM8665270,GSM8665271,GSM8665272,GSM8665273,GSM8665274,GSM8665275,GSM8665276,GSM8665277,GSM8665278,GSM8665279,GSM8665280,GSM8665281,GSM8665282,GSM8665283,GSM8665284,GSM8665285,GSM8665286,GSM8665287,GSM8665288,GSM8665289,GSM8665290,GSM8665291,GSM8665292,GSM8665293,GSM8665294,GSM8665295,GSM8665296,GSM8665297,GSM8665298,GSM8665299,GSM8665300,GSM8665301,GSM8665302,GSM8665303,GSM8665304,GSM8665305,GSM8665306,GSM8665307,GSM8665308,GSM8665309,GSM8665310,GSM8665311,GSM8665312,GSM8665313,GSM8665314,GSM8665315,GSM8665316,GSM8665317,GSM8665318,GSM8665319,GSM8665320,GSM8665321,GSM8665322,GSM8665323,GSM8665324,GSM8665325,GSM8665326,GSM8665327,GSM8665328,GSM8665329,GSM8665330,GSM8665331,GSM8665332,GSM8665333,GSM8665334,GSM8665335,GSM8665336,GSM8665337,GSM8665338,GSM8665339,GSM8665340,GSM8665341,GSM8665342,GSM8665343,GSM8665344,GSM8665345,GSM8665346,GSM8665347,GSM8665348,GSM8665349,GSM8665350,GSM8665351,GSM8665352,GSM8665353,GSM8665354,GSM8665355,GSM8665356,GSM8665357,GSM8665358,GSM8665359,GSM8665360,GSM8665361,GSM8665362,GSM8665363,GSM8665364,GSM8665365,GSM8665366,GSM8665367,GSM8665368,GSM8665369,GSM8665370,GSM8665371,GSM8665372,GSM8665373,GSM8665374,GSM8665375,GSM8665376,GSM8665377,GSM8665378,GSM8665379,GSM8665380,GSM8665381,GSM8665382,GSM8665383,GSM8665384,GSM8665385,GSM8665386,GSM8665387,GSM8665388,GSM8665389,GSM8665390,GSM8665391,GSM8665392,GSM8665393,GSM8665394,GSM8665395,GSM8665396,GSM8665397,GSM8665398,GSM8665399,GSM8665400,GSM8665401,GSM8665402,GSM8665403,GSM8665404,GSM8665405,GSM8665406,GSM8665407,GSM8665408,GSM8665409,GSM8665410,GSM8665411,GSM8665412,GSM8665413,GSM8665414,GSM8665415,GSM8665416,GSM8665417,GSM8665418,GSM8665419,GSM8665420,GSM8665421,GSM8665422,GSM8665423,GSM8665424,GSM8665425,GSM8665426,GSM8665427,GSM8665428,GSM8665429,GSM8665430,GSM8665431,GSM8665432,GSM8665433,GSM8665434,GSM8665435,GSM8665436,GSM8665437,GSM8665438,GSM8665439,GSM8665440,GSM8665441,GSM8665442,GSM8665443,GSM8665444,GSM8665445,GSM8665446,GSM8665447,GSM8665448,GSM8665449,GSM8665450,GSM8665451,GSM8665452,GSM8665453,GSM8665454,GSM8665455,GSM8665456,GSM8665457,GSM8665458,GSM8665459,GSM8665460,GSM8665461,GSM8665462,GSM8665463,GSM8665464,GSM8665465,GSM8665466,GSM8665467,GSM8665468,GSM8665469,GSM8665470,GSM8665471,GSM8665472,GSM8665473,GSM8665474,GSM8665475,GSM8665476,GSM8665477,GSM8665478,GSM8665479,GSM8665480,GSM8665481,GSM8665482,GSM8665483,GSM8665484,GSM8665485,GSM8665486,GSM8665487,GSM8665488,GSM8665489,GSM8665490,GSM8665491,GSM8665492,GSM8665493,GSM8665494,GSM8665495,GSM8665496,GSM8665497,GSM8665498,GSM8665499,GSM8665500,GSM8665501,GSM8665502,GSM8665503,GSM8665504,GSM8665505,GSM8665506,GSM8665507,GSM8665508,GSM8665509,GSM8665510,GSM8665511,GSM8665512,GSM8665513,GSM8665514,GSM8665515,GSM8665516,GSM8665517,GSM8665518,GSM8665519,GSM8665520,GSM8665521,GSM8665522,GSM8665523,GSM8665524,GSM8665525,GSM8665526,GSM8665527,GSM8665528,GSM8665529,GSM8665530,GSM8665531,GSM8665532,GSM8665533,GSM8665534,GSM8665535,GSM8665536,GSM8665537,GSM8665538,GSM8665539,GSM8665540,GSM8665541,GSM8665542,GSM8665543,GSM8665544,GSM8665545,GSM8665546,GSM8665547,GSM8665548,GSM8665549,GSM8665550,GSM8665551,GSM8665552,GSM8665553,GSM8665554,GSM8665555,GSM8665556,GSM8665557,GSM8665558,GSM8665559,GSM8665560,GSM8665561,GSM8665562,GSM8665563,GSM8665564,GSM8665565,GSM8665566,GSM8665567,GSM8665568,GSM8665569,GSM8665570,GSM8665571,GSM8665572,GSM8665573,GSM8665574,GSM8665575,GSM8665576,GSM8665577,GSM8665578,GSM8665579,GSM8665580,GSM8665581,GSM8665582,GSM8665583,GSM8665584,GSM8665585,GSM8665586,GSM8665587,GSM8665588,GSM8665589,GSM8665590,GSM8665591,GSM8665592,GSM8665593,GSM8665594,GSM8665595,GSM8665596,GSM8665597,GSM8665598,GSM8665599,GSM8665600,GSM8665601,GSM8665602,GSM8665603,GSM8665604,GSM8665605,GSM8665606,GSM8665607,GSM8665608,GSM8665609,GSM8665610,GSM8665611,GSM8665612,GSM8665613,GSM8665614,GSM8665615,GSM8665616,GSM8665617,GSM8665618,GSM8665619,GSM8665620,GSM8665621,GSM8665622,GSM8665623,GSM8665624,GSM8665625,GSM8665626,GSM8665627,GSM8665628,GSM8665629,GSM8665630,GSM8665631,GSM8665632,GSM8665633,GSM8665634,GSM8665635,GSM8665636,GSM8665637,GSM8665638,GSM8665639,GSM8665640,GSM8665641,GSM8665642,GSM8665643,GSM8665644,GSM8665645,GSM8665646,GSM8665647,GSM8665648,GSM8665649,GSM8665650,GSM8665651,GSM8665652,GSM8665653,GSM8665654,GSM8665655,GSM8665656,GSM8665657,GSM8665658,GSM8665659,GSM8665660,GSM8665661,GSM8665662,GSM8665663,GSM8665664,GSM8665665,GSM8665666,GSM8665667,GSM8665668,GSM8665669,GSM8665670,GSM8665671,GSM8665672,GSM8665673,GSM8665674,GSM8665675,GSM8665676,GSM8665677,GSM8665678,GSM8665679,GSM8665680,GSM8665681,GSM8665682,GSM8665683,GSM8665684,GSM8665685,GSM8665686,GSM8665687,GSM8665688,GSM8665689,GSM8665690,GSM8665691,GSM8665692,GSM8665693,GSM8665694,GSM8665695,GSM8665696,GSM8665697,GSM8665698,GSM8665699,GSM8665700,GSM8665701,GSM8665702,GSM8665703,GSM8665704,GSM8665705,GSM8665706,GSM8665707,GSM8665708,GSM8665709,GSM8665710,GSM8665711,GSM8665712,GSM8665713,GSM8665714,GSM8665715,GSM8665716,GSM8665717,GSM8665718,GSM8665719,GSM8665720,GSM8665721,GSM8665722,GSM8665723,GSM8665724,GSM8665725,GSM8665726,GSM8665727,GSM8665728,GSM8665729,GSM8665730,GSM8665731,GSM8665732,GSM8665733,GSM8665734,GSM8665735,GSM8665736,GSM8665737,GSM8665738,GSM8665739,GSM8665740,GSM8665741,GSM8665742,GSM8665743,GSM8665744,GSM8665745,GSM8665746,GSM8665747,GSM8665748,GSM8665749,GSM8665750,GSM8665751,GSM8665752,GSM8665753,GSM8665754,GSM8665755,GSM8665756,GSM8665757,GSM8665758,GSM8665759,GSM8665760,GSM8665761,GSM8665762,GSM8665763,GSM8665764,GSM8665765,GSM8665766,GSM8665767,GSM8665768,GSM8665769,GSM8665770,GSM8665771,GSM8665772,GSM8665773,GSM8665774,GSM8665775,GSM8665776,GSM8665777,GSM8665778,GSM8665779,GSM8665780,GSM8665781,GSM8665782,GSM8665783,GSM8665784,GSM8665785,GSM8665786,GSM8665787,GSM8665788,GSM8665789,GSM8665790,GSM8665791,GSM8665792,GSM8665793,GSM8665794,GSM8665795,GSM8665796,GSM8665797,GSM8665798,GSM8665799,GSM8665800,GSM8665801,GSM8665802,GSM8665803,GSM8665804,GSM8665805,GSM8665806,GSM8665807,GSM8665808,GSM8665809,GSM8665810,GSM8665811,GSM8665812,GSM8665813,GSM8665814,GSM8665815,GSM8665816,GSM8665817,GSM8665818,GSM8665819,GSM8665820,GSM8665821,GSM8665822,GSM8665823,GSM8665824,GSM8665825,GSM8665826,GSM8665827,GSM8665828,GSM8665829,GSM8665830,GSM8665831,GSM8665832,GSM8665833,GSM8665834,GSM8665835,GSM8665836,GSM8665837,GSM8665838,GSM8665839,GSM8665840,GSM8665841,GSM8665842,GSM8665843,GSM8665844,GSM8665845,GSM8665846,GSM8665847,GSM8665848,GSM8665849,GSM8665850,GSM8665851,GSM8665852,GSM8665853,GSM8665854,GSM8665855,GSM8665856,GSM8665857,GSM8665858
2
+ 1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,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,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,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,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,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
+ 57.0,72.0,27.0,27.0,77.0,72.0,42.0,37.0,72.0,67.0,77.0,67.0,62.0,77.0,77.0,77.0,77.0,42.0,72.0,32.0,47.0,77.0,52.0,62.0,42.0,62.0,72.0,37.0,57.0,72.0,72.0,57.0,82.0,37.0,27.0,37.0,47.0,37.0,67.0,42.0,37.0,57.0,57.0,77.0,57.0,47.0,72.0,62.0,72.0,37.0,47.0,82.0,42.0,42.0,37.0,57.0,42.0,42.0,67.0,47.0,62.0,82.0,47.0,72.0,52.0,62.0,52.0,47.0,42.0,67.0,67.0,67.0,47.0,72.0,62.0,62.0,77.0,72.0,37.0,67.0,47.0,47.0,42.0,67.0,52.0,47.0,67.0,72.0,47.0,67.0,67.0,37.0,37.0,72.0,47.0,47.0,52.0,47.0,47.0,57.0,52.0,37.0,52.0,67.0,47.0,47.0,72.0,67.0,67.0,47.0,37.0,52.0,57.0,67.0,67.0,42.0,42.0,72.0,72.0,67.0,77.0,47.0,57.0,72.0,52.0,37.0,62.0,52.0,77.0,62.0,72.0,67.0,57.0,77.0,67.0,77.0,62.0,72.0,62.0,62.0,42.0,42.0,67.0,72.0,77.0,52.0,72.0,62.0,62.0,52.0,87.0,82.0,57.0,57.0,57.0,57.0,72.0,57.0,82.0,47.0,62.0,62.0,67.0,82.0,67.0,47.0,72.0,67.0,47.0,47.0,82.0,52.0,52.0,47.0,82.0,67.0,47.0,67.0,52.0,67.0,67.0,57.0,42.0,57.0,47.0,72.0,57.0,62.0,37.0,62.0,62.0,42.0,47.0,82.0,67.0,67.0,67.0,62.0,57.0,42.0,52.0,62.0,57.0,77.0,52.0,77.0,62.0,52.0,37.0,32.0,47.0,47.0,57.0,72.0,67.0,62.0,42.0,67.0,47.0,37.0,72.0,52.0,52.0,42.0,62.0,82.0,67.0,57.0,62.0,57.0,67.0,77.0,62.0,57.0,52.0,62.0,77.0,62.0,77.0,52.0,42.0,72.0,82.0,52.0,62.0,72.0,42.0,32.0,47.0,77.0,52.0,37.0,57.0,52.0,67.0,57.0,47.0,47.0,62.0,72.0,82.0,57.0,42.0,42.0,42.0,42.0,42.0,42.0,47.0,47.0,52.0,52.0,47.0,52.0,42.0,52.0,52.0,82.0,82.0,82.0,82.0,72.0,57.0,52.0,82.0,67.0,42.0,57.0,82.0,32.0,87.0,72.0,47.0,42.0,52.0,47.0,52.0,62.0,77.0,62.0,42.0,32.0,57.0,47.0,47.0,47.0,52.0,82.0,67.0,67.0,82.0,42.0,42.0,72.0,67.0,42.0,47.0,47.0,42.0,57.0,52.0,47.0,62.0,37.0,72.0,37.0,47.0,62.0,67.0,32.0,32.0,47.0,32.0,67.0,47.0,42.0,52.0,37.0,82.0,57.0,72.0,42.0,57.0,82.0,52.0,52.0,52.0,42.0,57.0,72.0,52.0,52.0,82.0,72.0,52.0,57.0,62.0,47.0,47.0,67.0,52.0,77.0,77.0,57.0,47.0,77.0,72.0,67.0,52.0,42.0,47.0,72.0,47.0,52.0,67.0,67.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,77.0,37.0,57.0,47.0,47.0,72.0,47.0,72.0,47.0,72.0,62.0,37.0,77.0,42.0,47.0,57.0,72.0,52.0,57.0,42.0,77.0,67.0,67.0,37.0,37.0,62.0,52.0,72.0,47.0,62.0,62.0,52.0,47.0,72.0,62.0,32.0,57.0,47.0,72.0,52.0,67.0,62.0,67.0,67.0,42.0,52.0,72.0,52.0,62.0,72.0,52.0,67.0,57.0,82.0,52.0,52.0,32.0,72.0,47.0,77.0,77.0,62.0,72.0,72.0,37.0,47.0,62.0,77.0,77.0,47.0,77.0,77.0,57.0,42.0,42.0,42.0,82.0,72.0,67.0,47.0,37.0,52.0,62.0,52.0,67.0,52.0,62.0,67.0,57.0,52.0,32.0,42.0,57.0,47.0,72.0,37.0,67.0,77.0,52.0,67.0,47.0,47.0,57.0,47.0,62.0,62.0,52.0,67.0,57.0,52.0,52.0,42.0,67.0,77.0,57.0,57.0,57.0,62.0,82.0,67.0,62.0,67.0,52.0,67.0,72.0,62.0,92.0,52.0,57.0,87.0,77.0,57.0,67.0,72.0,37.0,57.0,57.0,42.0,62.0,62.0,62.0,62.0,62.0,82.0,72.0,62.0,52.0,57.0,72.0,72.0,67.0,67.0,77.0,72.0,72.0,67.0,67.0,72.0,57.0,57.0,72.0,67.0,47.0,62.0,62.0,42.0,42.0,72.0,72.0,72.0,62.0,52.0,62.0,82.0,82.0,77.0,77.0,77.0,67.0,67.0,77.0,47.0,82.0,42.0,42.0,72.0,47.0,82.0,67.0,52.0,52.0,72.0,62.0,77.0,77.0,77.0,72.0,72.0,72.0,67.0,52.0,52.0,87.0,82.0,57.0,52.0,67.0,57.0,77.0,62.0,62.0,72.0,62.0,72.0,87.0,87.0,67.0,77.0,77.0,62.0,82.0,82.0,52.0,62.0,62.0,42.0,42.0,57.0,57.0,72.0,57.0,57.0,72.0,67.0,67.0,57.0,77.0,77.0,77.0,62.0,52.0,52.0,47.0,77.0,52.0,42.0,37.0,72.0,62.0,77.0,42.0,62.0,47.0,42.0,42.0,52.0,67.0,62.0,57.0,67.0,52.0,52.0,82.0,67.0,72.0,67.0,37.0,37.0,72.0,62.0,32.0,47.0,62.0,62.0,62.0,52.0,72.0,67.0,62.0,62.0,82.0,82.0,52.0,42.0,67.0,57.0,57.0,47.0,77.0,72.0,82.0,82.0,72.0,72.0,52.0,52.0,87.0,77.0,62.0,77.0,57.0,57.0,52.0,82.0,67.0,77.0,47.0,67.0,42.0,47.0,52.0,62.0,52.0,82.0,82.0,67.0,67.0,47.0,42.0,52.0,67.0,77.0,62.0,57.0,57.0,67.0,62.0,57.0,77.0,67.0,77.0,67.0,77.0,52.0,52.0,52.0,52.0,57.0,67.0,72.0,52.0,67.0,57.0,67.0,47.0,47.0,72.0,72.0,67.0,42.0,62.0,62.0,57.0,72.0,67.0,47.0,67.0,62.0,62.0,62.0,62.0,62.0,67.0,62.0,62.0,72.0,77.0,47.0,72.0,47.0,67.0,62.0,42.0,67.0,72.0,47.0,47.0,47.0,47.0,52.0,52.0,52.0,52.0,72.0,62.0,72.0,77.0,67.0,77.0,82.0,57.0,77.0,67.0,52.0,72.0,57.0,57.0,42.0,47.0,57.0,57.0,57.0,77.0,67.0,52.0,77.0,42.0,42.0,62.0,52.0,52.0,57.0,67.0,67.0,42.0,62.0,67.0,42.0,47.0,72.0,67.0,67.0,67.0,67.0,62.0,62.0,52.0,52.0,52.0,52.0,57.0,57.0,47.0,47.0,67.0,67.0,57.0,47.0,57.0,57.0,32.0,32.0,52.0,52.0,42.0,62.0,67.0,77.0,82.0,42.0,42.0,47.0,67.0,62.0,52.0,42.0,42.0,72.0,57.0,57.0,62.0,52.0,72.0,57.0,57.0,62.0,62.0,62.0,72.0,67.0,32.0,62.0,62.0,62.0,42.0,72.0,67.0,67.0,67.0,47.0,47.0,67.0,67.0,72.0,42.0,42.0,62.0,47.0,37.0,57.0,57.0,67.0,57.0,67.0,52.0,52.0,52.0,67.0,52.0,52.0,72.0,72.0,47.0,47.0,47.0,72.0,57.0,57.0,77.0,52.0,52.0,47.0,67.0,52.0,47.0,47.0,62.0,67.0,52.0,47.0,67.0,67.0,42.0,72.0,72.0,32.0,32.0,57.0,77.0,72.0,72.0,62.0,92.0,52.0,47.0,62.0,62.0,57.0,57.0,62.0,32.0,62.0,62.0,57.0,72.0,72.0,57.0,72.0,77.0,77.0,62.0,67.0,77.0,52.0,57.0,57.0,52.0,52.0,62.0,57.0,57.0,52.0,62.0,62.0,32.0,77.0,77.0,47.0,47.0,47.0,77.0,52.0,77.0,82.0,57.0,57.0,57.0,82.0,52.0,67.0,52.0,72.0,67.0,47.0,77.0,72.0,62.0,62.0,62.0,47.0,37.0,72.0,52.0,62.0,82.0,52.0,57.0,57.0,77.0,72.0,47.0,47.0,42.0,77.0,77.0,77.0,47.0,82.0,92.0,82.0,62.0,37.0,82.0,82.0,67.0,57.0,42.0,57.0,57.0,62.0,67.0,82.0,52.0,47.0,47.0,62.0,77.0,77.0,62.0,62.0,47.0,57.0,72.0,37.0,62.0,37.0,42.0,62.0,77.0,52.0,37.0,87.0,72.0,67.0,62.0,62.0,52.0,47.0,62.0,42.0,52.0,72.0,72.0,52.0,72.0,62.0,57.0,72.0,72.0,52.0,62.0,52.0,67.0,67.0,77.0,72.0,47.0,42.0,37.0,32.0,47.0,57.0,62.0,62.0,42.0,62.0,77.0,52.0,67.0,47.0,47.0,47.0,67.0,67.0,77.0,47.0,52.0,52.0,57.0,57.0,57.0,67.0,57.0,52.0,77.0,77.0,62.0,62.0,67.0,67.0,47.0,52.0,57.0,77.0,67.0,67.0,47.0,47.0,62.0,52.0,62.0,62.0,52.0,57.0,77.0,82.0,47.0,67.0,67.0,52.0,47.0,52.0,67.0,52.0,77.0,77.0,62.0,72.0,62.0,52.0,67.0,47.0,57.0,57.0,57.0,62.0,57.0,77.0,42.0,42.0,77.0,52.0,42.0,42.0,57.0,57.0,62.0,52.0,72.0,72.0,82.0,47.0,57.0,57.0,92.0,62.0,42.0,57.0,87.0,52.0,47.0,62.0,77.0,52.0,67.0,72.0,72.0,52.0,72.0,72.0,62.0,77.0,57.0,67.0,67.0,82.0,67.0,77.0,77.0,62.0,52.0,47.0,62.0,57.0,52.0,52.0,67.0,47.0,67.0,67.0,62.0,62.0,62.0,82.0,62.0,62.0,52.0,52.0,77.0,77.0,67.0,52.0,67.0,52.0,77.0,62.0,47.0,67.0,77.0,62.0,57.0,57.0,67.0,62.0,62.0,47.0,62.0,77.0,32.0,42.0,77.0,72.0,87.0,57.0,67.0,82.0,82.0,67.0,72.0,52.0,62.0,77.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
4
+ ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
p1/preprocess/Breast_Cancer/clinical_data/TCGA.csv ADDED
@@ -0,0 +1,1219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,Breast_Cancer,Age,Gender
2
+ TCGA-3C-AAAU-01,1,55.0,0.0
3
+ TCGA-3C-AALI-01,1,50.0,0.0
4
+ TCGA-3C-AALJ-01,1,62.0,0.0
5
+ TCGA-3C-AALK-01,1,52.0,0.0
6
+ TCGA-4H-AAAK-01,1,50.0,0.0
7
+ TCGA-5L-AAT0-01,1,42.0,0.0
8
+ TCGA-5L-AAT1-01,1,63.0,0.0
9
+ TCGA-5T-A9QA-01,1,52.0,0.0
10
+ TCGA-A1-A0SB-01,1,70.0,0.0
11
+ TCGA-A1-A0SD-01,1,59.0,0.0
12
+ TCGA-A1-A0SE-01,1,56.0,0.0
13
+ TCGA-A1-A0SF-01,1,54.0,0.0
14
+ TCGA-A1-A0SG-01,1,61.0,0.0
15
+ TCGA-A1-A0SH-01,1,39.0,0.0
16
+ TCGA-A1-A0SI-01,1,52.0,0.0
17
+ TCGA-A1-A0SJ-01,1,39.0,0.0
18
+ TCGA-A1-A0SK-01,1,54.0,0.0
19
+ TCGA-A1-A0SM-01,1,77.0,1.0
20
+ TCGA-A1-A0SN-01,1,50.0,0.0
21
+ TCGA-A1-A0SO-01,1,67.0,0.0
22
+ TCGA-A1-A0SP-01,1,40.0,0.0
23
+ TCGA-A1-A0SQ-01,1,45.0,0.0
24
+ TCGA-A2-A04N-01,1,66.0,0.0
25
+ TCGA-A2-A04P-01,1,36.0,0.0
26
+ TCGA-A2-A04Q-01,1,48.0,0.0
27
+ TCGA-A2-A04R-01,1,36.0,0.0
28
+ TCGA-A2-A04T-01,1,62.0,0.0
29
+ TCGA-A2-A04U-01,1,47.0,0.0
30
+ TCGA-A2-A04V-01,1,39.0,0.0
31
+ TCGA-A2-A04W-01,1,50.0,0.0
32
+ TCGA-A2-A04X-01,1,34.0,0.0
33
+ TCGA-A2-A04Y-01,1,53.0,0.0
34
+ TCGA-A2-A0CK-01,1,60.0,0.0
35
+ TCGA-A2-A0CL-01,1,37.0,0.0
36
+ TCGA-A2-A0CM-01,1,40.0,0.0
37
+ TCGA-A2-A0CO-01,1,85.0,0.0
38
+ TCGA-A2-A0CP-01,1,60.0,0.0
39
+ TCGA-A2-A0CQ-01,1,62.0,0.0
40
+ TCGA-A2-A0CR-01,1,54.0,0.0
41
+ TCGA-A2-A0CS-01,1,73.0,0.0
42
+ TCGA-A2-A0CT-01,1,71.0,0.0
43
+ TCGA-A2-A0CU-01,1,73.0,0.0
44
+ TCGA-A2-A0CV-01,1,41.0,0.0
45
+ TCGA-A2-A0CW-01,1,67.0,0.0
46
+ TCGA-A2-A0CX-01,1,52.0,0.0
47
+ TCGA-A2-A0CY-01,1,63.0,0.0
48
+ TCGA-A2-A0CZ-01,1,46.0,0.0
49
+ TCGA-A2-A0D0-01,1,60.0,0.0
50
+ TCGA-A2-A0D1-01,1,76.0,0.0
51
+ TCGA-A2-A0D2-01,1,45.0,0.0
52
+ TCGA-A2-A0D3-01,1,42.0,0.0
53
+ TCGA-A2-A0D4-01,1,37.0,0.0
54
+ TCGA-A2-A0EM-01,1,73.0,0.0
55
+ TCGA-A2-A0EN-01,1,70.0,0.0
56
+ TCGA-A2-A0EO-01,1,54.0,0.0
57
+ TCGA-A2-A0EP-01,1,56.0,0.0
58
+ TCGA-A2-A0EQ-01,1,64.0,0.0
59
+ TCGA-A2-A0ER-01,1,63.0,0.0
60
+ TCGA-A2-A0ES-01,1,52.0,0.0
61
+ TCGA-A2-A0ET-01,1,58.0,0.0
62
+ TCGA-A2-A0EU-01,1,79.0,0.0
63
+ TCGA-A2-A0EV-01,1,80.0,0.0
64
+ TCGA-A2-A0EW-01,1,53.0,0.0
65
+ TCGA-A2-A0EX-01,1,46.0,0.0
66
+ TCGA-A2-A0EY-01,1,62.0,0.0
67
+ TCGA-A2-A0ST-01,1,62.0,0.0
68
+ TCGA-A2-A0SU-01,1,66.0,0.0
69
+ TCGA-A2-A0SV-01,1,63.0,0.0
70
+ TCGA-A2-A0SW-01,1,82.0,0.0
71
+ TCGA-A2-A0SX-01,1,48.0,0.0
72
+ TCGA-A2-A0SY-01,1,62.0,0.0
73
+ TCGA-A2-A0T0-01,1,59.0,0.0
74
+ TCGA-A2-A0T1-01,1,55.0,0.0
75
+ TCGA-A2-A0T2-01,1,66.0,0.0
76
+ TCGA-A2-A0T3-01,1,37.0,0.0
77
+ TCGA-A2-A0T4-01,1,62.0,0.0
78
+ TCGA-A2-A0T5-01,1,39.0,0.0
79
+ TCGA-A2-A0T6-01,1,50.0,0.0
80
+ TCGA-A2-A0T7-01,1,51.0,0.0
81
+ TCGA-A2-A0YC-01,1,59.0,0.0
82
+ TCGA-A2-A0YD-01,1,63.0,0.0
83
+ TCGA-A2-A0YE-01,1,48.0,0.0
84
+ TCGA-A2-A0YF-01,1,67.0,0.0
85
+ TCGA-A2-A0YG-01,1,63.0,0.0
86
+ TCGA-A2-A0YH-01,1,53.0,0.0
87
+ TCGA-A2-A0YI-01,1,62.0,0.0
88
+ TCGA-A2-A0YJ-01,1,39.0,0.0
89
+ TCGA-A2-A0YK-01,1,61.0,0.0
90
+ TCGA-A2-A0YL-01,1,48.0,0.0
91
+ TCGA-A2-A0YM-01,1,67.0,0.0
92
+ TCGA-A2-A0YT-01,1,56.0,0.0
93
+ TCGA-A2-A1FV-01,1,74.0,0.0
94
+ TCGA-A2-A1FW-01,1,62.0,0.0
95
+ TCGA-A2-A1FX-01,1,61.0,0.0
96
+ TCGA-A2-A1FZ-01,1,63.0,0.0
97
+ TCGA-A2-A1G0-01,1,49.0,0.0
98
+ TCGA-A2-A1G1-01,1,85.0,0.0
99
+ TCGA-A2-A1G4-01,1,71.0,0.0
100
+ TCGA-A2-A1G6-01,1,50.0,0.0
101
+ TCGA-A2-A259-01,1,70.0,0.0
102
+ TCGA-A2-A25A-01,1,44.0,0.0
103
+ TCGA-A2-A25B-01,1,39.0,0.0
104
+ TCGA-A2-A25C-01,1,50.0,0.0
105
+ TCGA-A2-A25D-01,1,90.0,0.0
106
+ TCGA-A2-A25E-01,1,34.0,0.0
107
+ TCGA-A2-A25F-01,1,66.0,0.0
108
+ TCGA-A2-A3KC-01,1,55.0,0.0
109
+ TCGA-A2-A3KD-01,1,47.0,0.0
110
+ TCGA-A2-A3XS-01,1,62.0,0.0
111
+ TCGA-A2-A3XT-01,1,45.0,0.0
112
+ TCGA-A2-A3XU-01,1,35.0,0.0
113
+ TCGA-A2-A3XV-01,1,46.0,0.0
114
+ TCGA-A2-A3XW-01,1,42.0,0.0
115
+ TCGA-A2-A3XX-01,1,49.0,0.0
116
+ TCGA-A2-A3XY-01,1,49.0,0.0
117
+ TCGA-A2-A3XZ-01,1,46.0,0.0
118
+ TCGA-A2-A3Y0-01,1,57.0,0.0
119
+ TCGA-A2-A4RW-01,1,49.0,0.0
120
+ TCGA-A2-A4RX-01,1,67.0,0.0
121
+ TCGA-A2-A4RY-01,1,46.0,0.0
122
+ TCGA-A2-A4S0-01,1,77.0,0.0
123
+ TCGA-A2-A4S1-01,1,66.0,0.0
124
+ TCGA-A2-A4S2-01,1,62.0,0.0
125
+ TCGA-A2-A4S3-01,1,59.0,0.0
126
+ TCGA-A7-A0CD-01,1,66.0,0.0
127
+ TCGA-A7-A0CE-01,1,57.0,0.0
128
+ TCGA-A7-A0CE-11,0,57.0,0.0
129
+ TCGA-A7-A0CG-01,1,78.0,0.0
130
+ TCGA-A7-A0CH-01,1,79.0,0.0
131
+ TCGA-A7-A0CH-11,0,79.0,0.0
132
+ TCGA-A7-A0CJ-01,1,57.0,0.0
133
+ TCGA-A7-A0D9-01,1,37.0,0.0
134
+ TCGA-A7-A0D9-11,0,37.0,0.0
135
+ TCGA-A7-A0DA-01,1,62.0,0.0
136
+ TCGA-A7-A0DB-01,1,56.0,0.0
137
+ TCGA-A7-A0DB-11,0,56.0,0.0
138
+ TCGA-A7-A0DC-01,1,63.0,0.0
139
+ TCGA-A7-A0DC-11,0,63.0,0.0
140
+ TCGA-A7-A13D-01,1,46.0,0.0
141
+ TCGA-A7-A13E-01,1,62.0,0.0
142
+ TCGA-A7-A13E-11,0,62.0,0.0
143
+ TCGA-A7-A13F-01,1,44.0,0.0
144
+ TCGA-A7-A13F-11,0,44.0,0.0
145
+ TCGA-A7-A13G-01,1,79.0,0.0
146
+ TCGA-A7-A13G-11,0,79.0,0.0
147
+ TCGA-A7-A13H-01,1,61.0,0.0
148
+ TCGA-A7-A26E-01,1,71.0,0.0
149
+ TCGA-A7-A26F-01,1,55.0,0.0
150
+ TCGA-A7-A26G-01,1,50.0,0.0
151
+ TCGA-A7-A26H-01,1,72.0,0.0
152
+ TCGA-A7-A26I-01,1,65.0,0.0
153
+ TCGA-A7-A26J-01,1,49.0,0.0
154
+ TCGA-A7-A2KD-01,1,53.0,0.0
155
+ TCGA-A7-A3IY-01,1,71.0,0.0
156
+ TCGA-A7-A3IZ-01,1,62.0,0.0
157
+ TCGA-A7-A3J0-01,1,62.0,0.0
158
+ TCGA-A7-A3J1-01,1,63.0,0.0
159
+ TCGA-A7-A3RF-01,1,79.0,0.0
160
+ TCGA-A7-A425-01,1,70.0,0.0
161
+ TCGA-A7-A426-01,1,50.0,0.0
162
+ TCGA-A7-A4SA-01,1,40.0,0.0
163
+ TCGA-A7-A4SB-01,1,56.0,0.0
164
+ TCGA-A7-A4SC-01,1,62.0,0.0
165
+ TCGA-A7-A4SD-01,1,52.0,0.0
166
+ TCGA-A7-A4SE-01,1,54.0,0.0
167
+ TCGA-A7-A4SF-01,1,54.0,0.0
168
+ TCGA-A7-A56D-01,1,84.0,0.0
169
+ TCGA-A7-A5ZV-01,1,62.0,0.0
170
+ TCGA-A7-A5ZW-01,1,47.0,0.0
171
+ TCGA-A7-A5ZX-01,1,48.0,0.0
172
+ TCGA-A7-A6VV-01,1,51.0,0.0
173
+ TCGA-A7-A6VW-01,1,48.0,0.0
174
+ TCGA-A7-A6VX-01,1,68.0,0.0
175
+ TCGA-A7-A6VY-01,1,48.0,0.0
176
+ TCGA-A8-A06N-01,1,66.0,0.0
177
+ TCGA-A8-A06O-01,1,60.0,0.0
178
+ TCGA-A8-A06P-01,1,63.0,0.0
179
+ TCGA-A8-A06Q-01,1,63.0,0.0
180
+ TCGA-A8-A06R-01,1,69.0,0.0
181
+ TCGA-A8-A06T-01,1,75.0,0.0
182
+ TCGA-A8-A06U-01,1,80.0,0.0
183
+ TCGA-A8-A06X-01,1,77.0,0.0
184
+ TCGA-A8-A06Y-01,1,66.0,0.0
185
+ TCGA-A8-A06Z-01,1,84.0,0.0
186
+ TCGA-A8-A075-01,1,42.0,0.0
187
+ TCGA-A8-A076-01,1,66.0,0.0
188
+ TCGA-A8-A079-01,1,69.0,0.0
189
+ TCGA-A8-A07B-01,1,69.0,0.0
190
+ TCGA-A8-A07C-01,1,57.0,0.0
191
+ TCGA-A8-A07E-01,1,81.0,0.0
192
+ TCGA-A8-A07F-01,1,65.0,0.0
193
+ TCGA-A8-A07G-01,1,65.0,0.0
194
+ TCGA-A8-A07I-01,1,69.0,0.0
195
+ TCGA-A8-A07J-01,1,35.0,0.0
196
+ TCGA-A8-A07L-01,1,58.0,0.0
197
+ TCGA-A8-A07O-01,1,51.0,0.0
198
+ TCGA-A8-A07P-01,1,68.0,0.0
199
+ TCGA-A8-A07R-01,1,80.0,0.0
200
+ TCGA-A8-A07S-01,1,73.0,0.0
201
+ TCGA-A8-A07U-01,1,66.0,0.0
202
+ TCGA-A8-A07W-01,1,76.0,0.0
203
+ TCGA-A8-A07Z-01,1,85.0,0.0
204
+ TCGA-A8-A081-01,1,80.0,0.0
205
+ TCGA-A8-A082-01,1,58.0,0.0
206
+ TCGA-A8-A083-01,1,67.0,0.0
207
+ TCGA-A8-A084-01,1,81.0,0.0
208
+ TCGA-A8-A085-01,1,44.0,1.0
209
+ TCGA-A8-A086-01,1,59.0,0.0
210
+ TCGA-A8-A08A-01,1,89.0,0.0
211
+ TCGA-A8-A08B-01,1,52.0,0.0
212
+ TCGA-A8-A08C-01,1,65.0,0.0
213
+ TCGA-A8-A08F-01,1,59.0,0.0
214
+ TCGA-A8-A08G-01,1,41.0,0.0
215
+ TCGA-A8-A08H-01,1,66.0,0.0
216
+ TCGA-A8-A08I-01,1,53.0,0.0
217
+ TCGA-A8-A08J-01,1,52.0,0.0
218
+ TCGA-A8-A08L-01,1,89.0,0.0
219
+ TCGA-A8-A08O-01,1,45.0,0.0
220
+ TCGA-A8-A08P-01,1,70.0,0.0
221
+ TCGA-A8-A08R-01,1,52.0,0.0
222
+ TCGA-A8-A08S-01,1,71.0,0.0
223
+ TCGA-A8-A08T-01,1,64.0,0.0
224
+ TCGA-A8-A08X-01,1,43.0,0.0
225
+ TCGA-A8-A08Z-01,1,76.0,0.0
226
+ TCGA-A8-A090-01,1,74.0,0.0
227
+ TCGA-A8-A091-01,1,61.0,0.0
228
+ TCGA-A8-A092-01,1,48.0,0.0
229
+ TCGA-A8-A093-01,1,61.0,0.0
230
+ TCGA-A8-A094-01,1,75.0,0.0
231
+ TCGA-A8-A095-01,1,45.0,0.0
232
+ TCGA-A8-A096-01,1,73.0,0.0
233
+ TCGA-A8-A097-01,1,65.0,0.0
234
+ TCGA-A8-A099-01,1,76.0,0.0
235
+ TCGA-A8-A09A-01,1,40.0,0.0
236
+ TCGA-A8-A09B-01,1,58.0,0.0
237
+ TCGA-A8-A09C-01,1,69.0,0.0
238
+ TCGA-A8-A09D-01,1,47.0,0.0
239
+ TCGA-A8-A09E-01,1,73.0,0.0
240
+ TCGA-A8-A09G-01,1,79.0,0.0
241
+ TCGA-A8-A09I-01,1,84.0,0.0
242
+ TCGA-A8-A09K-01,1,68.0,0.0
243
+ TCGA-A8-A09M-01,1,75.0,0.0
244
+ TCGA-A8-A09N-01,1,57.0,0.0
245
+ TCGA-A8-A09Q-01,1,83.0,0.0
246
+ TCGA-A8-A09R-01,1,82.0,0.0
247
+ TCGA-A8-A09T-01,1,68.0,0.0
248
+ TCGA-A8-A09V-01,1,51.0,0.0
249
+ TCGA-A8-A09W-01,1,70.0,0.0
250
+ TCGA-A8-A09X-01,1,62.0,0.0
251
+ TCGA-A8-A09Z-01,1,83.0,0.0
252
+ TCGA-A8-A0A1-01,1,84.0,0.0
253
+ TCGA-A8-A0A2-01,1,66.0,0.0
254
+ TCGA-A8-A0A4-01,1,73.0,0.0
255
+ TCGA-A8-A0A6-01,1,64.0,0.0
256
+ TCGA-A8-A0A7-01,1,57.0,0.0
257
+ TCGA-A8-A0A9-01,1,80.0,0.0
258
+ TCGA-A8-A0AB-01,1,54.0,0.0
259
+ TCGA-A8-A0AD-01,1,83.0,0.0
260
+ TCGA-AC-A23C-01,1,62.0,0.0
261
+ TCGA-AC-A23E-01,1,50.0,0.0
262
+ TCGA-AC-A23G-01,1,76.0,0.0
263
+ TCGA-AC-A23H-01,1,90.0,0.0
264
+ TCGA-AC-A23H-11,0,90.0,0.0
265
+ TCGA-AC-A2B8-01,1,84.0,0.0
266
+ TCGA-AC-A2BK-01,1,78.0,0.0
267
+ TCGA-AC-A2BM-01,1,41.0,0.0
268
+ TCGA-AC-A2FB-01,1,65.0,0.0
269
+ TCGA-AC-A2FB-11,0,65.0,0.0
270
+ TCGA-AC-A2FE-01,1,62.0,0.0
271
+ TCGA-AC-A2FF-01,1,40.0,0.0
272
+ TCGA-AC-A2FF-11,0,40.0,0.0
273
+ TCGA-AC-A2FG-01,1,79.0,0.0
274
+ TCGA-AC-A2FK-01,1,45.0,0.0
275
+ TCGA-AC-A2FM-01,1,87.0,0.0
276
+ TCGA-AC-A2FM-11,0,87.0,0.0
277
+ TCGA-AC-A2FO-01,1,65.0,0.0
278
+ TCGA-AC-A2QH-01,1,58.0,0.0
279
+ TCGA-AC-A2QI-01,1,76.0,0.0
280
+ TCGA-AC-A2QJ-01,1,48.0,0.0
281
+ TCGA-AC-A3BB-01,1,46.0,0.0
282
+ TCGA-AC-A3EH-01,1,79.0,0.0
283
+ TCGA-AC-A3HN-01,1,87.0,0.0
284
+ TCGA-AC-A3OD-01,1,68.0,0.0
285
+ TCGA-AC-A3QP-01,1,79.0,0.0
286
+ TCGA-AC-A3QQ-01,1,54.0,0.0
287
+ TCGA-AC-A3TM-01,1,50.0,0.0
288
+ TCGA-AC-A3TN-01,1,75.0,0.0
289
+ TCGA-AC-A3W5-01,1,65.0,0.0
290
+ TCGA-AC-A3W6-01,1,90.0,0.0
291
+ TCGA-AC-A3W7-01,1,66.0,0.0
292
+ TCGA-AC-A3YI-01,1,74.0,0.0
293
+ TCGA-AC-A3YJ-01,1,66.0,0.0
294
+ TCGA-AC-A4ZE-01,1,63.0,0.0
295
+ TCGA-AC-A5EH-01,1,76.0,0.0
296
+ TCGA-AC-A5XS-01,1,74.0,0.0
297
+ TCGA-AC-A5XU-01,1,74.0,0.0
298
+ TCGA-AC-A62V-01,1,58.0,1.0
299
+ TCGA-AC-A62X-01,1,72.0,0.0
300
+ TCGA-AC-A62Y-01,1,79.0,0.0
301
+ TCGA-AC-A6IV-01,1,47.0,0.0
302
+ TCGA-AC-A6IW-01,1,73.0,0.0
303
+ TCGA-AC-A6IX-01,1,49.0,0.0
304
+ TCGA-AC-A6IX-06,1,49.0,0.0
305
+ TCGA-AC-A6NO-01,1,43.0,0.0
306
+ TCGA-AC-A7VB-01,1,51.0,0.0
307
+ TCGA-AC-A7VC-01,1,56.0,0.0
308
+ TCGA-AC-A8OP-01,1,72.0,0.0
309
+ TCGA-AC-A8OQ-01,1,72.0,0.0
310
+ TCGA-AC-A8OR-01,1,75.0,0.0
311
+ TCGA-AC-A8OS-01,1,71.0,0.0
312
+ TCGA-AN-A03X-01,1,74.0,0.0
313
+ TCGA-AN-A03Y-01,1,66.0,0.0
314
+ TCGA-AN-A041-01,1,29.0,0.0
315
+ TCGA-AN-A046-01,1,68.0,0.0
316
+ TCGA-AN-A049-01,1,62.0,0.0
317
+ TCGA-AN-A04A-01,1,36.0,0.0
318
+ TCGA-AN-A04C-01,1,51.0,0.0
319
+ TCGA-AN-A04D-01,1,58.0,0.0
320
+ TCGA-AN-A0AJ-01,1,79.0,0.0
321
+ TCGA-AN-A0AK-01,1,76.0,0.0
322
+ TCGA-AN-A0AL-01,1,41.0,0.0
323
+ TCGA-AN-A0AM-01,1,56.0,0.0
324
+ TCGA-AN-A0AR-01,1,55.0,0.0
325
+ TCGA-AN-A0AS-01,1,70.0,0.0
326
+ TCGA-AN-A0AT-01,1,62.0,0.0
327
+ TCGA-AN-A0FD-01,1,71.0,0.0
328
+ TCGA-AN-A0FF-01,1,32.0,0.0
329
+ TCGA-AN-A0FJ-01,1,59.0,0.0
330
+ TCGA-AN-A0FK-01,1,88.0,0.0
331
+ TCGA-AN-A0FL-01,1,62.0,0.0
332
+ TCGA-AN-A0FN-01,1,61.0,0.0
333
+ TCGA-AN-A0FS-01,1,55.0,0.0
334
+ TCGA-AN-A0FT-01,1,63.0,0.0
335
+ TCGA-AN-A0FV-01,1,58.0,0.0
336
+ TCGA-AN-A0FW-01,1,67.0,0.0
337
+ TCGA-AN-A0FX-01,1,52.0,0.0
338
+ TCGA-AN-A0FY-01,1,55.0,0.0
339
+ TCGA-AN-A0FZ-01,1,45.0,0.0
340
+ TCGA-AN-A0G0-01,1,56.0,0.0
341
+ TCGA-AN-A0XL-01,1,61.0,0.0
342
+ TCGA-AN-A0XN-01,1,68.0,0.0
343
+ TCGA-AN-A0XO-01,1,59.0,0.0
344
+ TCGA-AN-A0XP-01,1,69.0,0.0
345
+ TCGA-AN-A0XR-01,1,55.0,0.0
346
+ TCGA-AN-A0XS-01,1,63.0,0.0
347
+ TCGA-AN-A0XT-01,1,54.0,0.0
348
+ TCGA-AN-A0XU-01,1,54.0,0.0
349
+ TCGA-AN-A0XV-01,1,67.0,0.0
350
+ TCGA-AN-A0XW-01,1,36.0,0.0
351
+ TCGA-AO-A03L-01,1,34.0,0.0
352
+ TCGA-AO-A03M-01,1,29.0,0.0
353
+ TCGA-AO-A03N-01,1,59.0,0.0
354
+ TCGA-AO-A03O-01,1,69.0,0.0
355
+ TCGA-AO-A03P-01,1,54.0,0.0
356
+ TCGA-AO-A03R-01,1,57.0,0.0
357
+ TCGA-AO-A03T-01,1,42.0,0.0
358
+ TCGA-AO-A03U-01,1,31.0,0.0
359
+ TCGA-AO-A03V-01,1,41.0,0.0
360
+ TCGA-AO-A0J2-01,1,41.0,0.0
361
+ TCGA-AO-A0J3-01,1,67.0,0.0
362
+ TCGA-AO-A0J4-01,1,41.0,0.0
363
+ TCGA-AO-A0J5-01,1,48.0,0.0
364
+ TCGA-AO-A0J6-01,1,61.0,0.0
365
+ TCGA-AO-A0J7-01,1,71.0,0.0
366
+ TCGA-AO-A0J8-01,1,61.0,0.0
367
+ TCGA-AO-A0J9-01,1,61.0,0.0
368
+ TCGA-AO-A0JA-01,1,36.0,0.0
369
+ TCGA-AO-A0JB-01,1,50.0,0.0
370
+ TCGA-AO-A0JC-01,1,64.0,0.0
371
+ TCGA-AO-A0JD-01,1,59.0,0.0
372
+ TCGA-AO-A0JE-01,1,53.0,0.0
373
+ TCGA-AO-A0JF-01,1,68.0,0.0
374
+ TCGA-AO-A0JG-01,1,49.0,0.0
375
+ TCGA-AO-A0JI-01,1,56.0,0.0
376
+ TCGA-AO-A0JJ-01,1,54.0,0.0
377
+ TCGA-AO-A0JL-01,1,59.0,0.0
378
+ TCGA-AO-A0JM-01,1,40.0,0.0
379
+ TCGA-AO-A124-01,1,38.0,0.0
380
+ TCGA-AO-A125-01,1,72.0,0.0
381
+ TCGA-AO-A126-01,1,39.0,0.0
382
+ TCGA-AO-A128-01,1,61.0,0.0
383
+ TCGA-AO-A129-01,1,29.0,0.0
384
+ TCGA-AO-A12A-01,1,47.0,0.0
385
+ TCGA-AO-A12B-01,1,63.0,0.0
386
+ TCGA-AO-A12C-01,1,42.0,0.0
387
+ TCGA-AO-A12D-01,1,43.0,0.0
388
+ TCGA-AO-A12E-01,1,51.0,0.0
389
+ TCGA-AO-A12F-01,1,36.0,0.0
390
+ TCGA-AO-A12G-01,1,75.0,0.0
391
+ TCGA-AO-A12H-01,1,69.0,0.0
392
+ TCGA-AO-A1KO-01,1,46.0,0.0
393
+ TCGA-AO-A1KP-01,1,77.0,0.0
394
+ TCGA-AO-A1KQ-01,1,84.0,1.0
395
+ TCGA-AO-A1KR-01,1,51.0,0.0
396
+ TCGA-AO-A1KS-01,1,69.0,0.0
397
+ TCGA-AO-A1KT-01,1,78.0,0.0
398
+ TCGA-AQ-A04H-01,1,61.0,0.0
399
+ TCGA-AQ-A04J-01,1,45.0,0.0
400
+ TCGA-AQ-A04L-01,1,48.0,0.0
401
+ TCGA-AQ-A0Y5-01,1,70.0,0.0
402
+ TCGA-AQ-A1H2-01,1,84.0,0.0
403
+ TCGA-AQ-A1H3-01,1,49.0,0.0
404
+ TCGA-AQ-A54N-01,1,51.0,0.0
405
+ TCGA-AQ-A54O-01,1,51.0,1.0
406
+ TCGA-AQ-A7U7-01,1,55.0,0.0
407
+ TCGA-AR-A0TP-01,1,43.0,0.0
408
+ TCGA-AR-A0TQ-01,1,27.0,0.0
409
+ TCGA-AR-A0TR-01,1,68.0,0.0
410
+ TCGA-AR-A0TS-01,1,46.0,0.0
411
+ TCGA-AR-A0TT-01,1,53.0,0.0
412
+ TCGA-AR-A0TU-01,1,35.0,0.0
413
+ TCGA-AR-A0TV-01,1,66.0,0.0
414
+ TCGA-AR-A0TW-01,1,50.0,0.0
415
+ TCGA-AR-A0TX-01,1,64.0,0.0
416
+ TCGA-AR-A0TY-01,1,54.0,0.0
417
+ TCGA-AR-A0TZ-01,1,43.0,0.0
418
+ TCGA-AR-A0U0-01,1,73.0,0.0
419
+ TCGA-AR-A0U1-01,1,36.0,0.0
420
+ TCGA-AR-A0U2-01,1,47.0,0.0
421
+ TCGA-AR-A0U3-01,1,59.0,0.0
422
+ TCGA-AR-A0U4-01,1,54.0,0.0
423
+ TCGA-AR-A1AH-01,1,51.0,0.0
424
+ TCGA-AR-A1AI-01,1,47.0,0.0
425
+ TCGA-AR-A1AJ-01,1,83.0,0.0
426
+ TCGA-AR-A1AK-01,1,70.0,0.0
427
+ TCGA-AR-A1AL-01,1,60.0,0.0
428
+ TCGA-AR-A1AM-01,1,52.0,0.0
429
+ TCGA-AR-A1AN-01,1,46.0,0.0
430
+ TCGA-AR-A1AO-01,1,47.0,0.0
431
+ TCGA-AR-A1AP-01,1,80.0,0.0
432
+ TCGA-AR-A1AQ-01,1,49.0,0.0
433
+ TCGA-AR-A1AR-01,1,50.0,0.0
434
+ TCGA-AR-A1AS-01,1,54.0,0.0
435
+ TCGA-AR-A1AT-01,1,62.0,0.0
436
+ TCGA-AR-A1AU-01,1,39.0,0.0
437
+ TCGA-AR-A1AV-01,1,68.0,1.0
438
+ TCGA-AR-A1AW-01,1,65.0,0.0
439
+ TCGA-AR-A1AX-01,1,64.0,0.0
440
+ TCGA-AR-A1AY-01,1,65.0,0.0
441
+ TCGA-AR-A24H-01,1,65.0,0.0
442
+ TCGA-AR-A24K-01,1,46.0,0.0
443
+ TCGA-AR-A24L-01,1,26.0,0.0
444
+ TCGA-AR-A24M-01,1,38.0,0.0
445
+ TCGA-AR-A24N-01,1,54.0,0.0
446
+ TCGA-AR-A24O-01,1,43.0,0.0
447
+ TCGA-AR-A24P-01,1,47.0,0.0
448
+ TCGA-AR-A24Q-01,1,49.0,0.0
449
+ TCGA-AR-A24R-01,1,45.0,0.0
450
+ TCGA-AR-A24S-01,1,61.0,0.0
451
+ TCGA-AR-A24T-01,1,46.0,0.0
452
+ TCGA-AR-A24U-01,1,47.0,0.0
453
+ TCGA-AR-A24V-01,1,52.0,0.0
454
+ TCGA-AR-A24W-01,1,55.0,0.0
455
+ TCGA-AR-A24X-01,1,52.0,0.0
456
+ TCGA-AR-A24Z-01,1,57.0,0.0
457
+ TCGA-AR-A250-01,1,58.0,0.0
458
+ TCGA-AR-A251-01,1,51.0,0.0
459
+ TCGA-AR-A252-01,1,50.0,0.0
460
+ TCGA-AR-A254-01,1,50.0,0.0
461
+ TCGA-AR-A255-01,1,62.0,0.0
462
+ TCGA-AR-A256-01,1,45.0,0.0
463
+ TCGA-AR-A2LE-01,1,69.0,0.0
464
+ TCGA-AR-A2LH-01,1,55.0,0.0
465
+ TCGA-AR-A2LJ-01,1,40.0,0.0
466
+ TCGA-AR-A2LK-01,1,62.0,0.0
467
+ TCGA-AR-A2LL-01,1,70.0,0.0
468
+ TCGA-AR-A2LM-01,1,49.0,0.0
469
+ TCGA-AR-A2LN-01,1,65.0,0.0
470
+ TCGA-AR-A2LO-01,1,46.0,0.0
471
+ TCGA-AR-A2LQ-01,1,59.0,0.0
472
+ TCGA-AR-A2LR-01,1,49.0,0.0
473
+ TCGA-AR-A5QM-01,1,62.0,0.0
474
+ TCGA-AR-A5QN-01,1,68.0,0.0
475
+ TCGA-AR-A5QP-01,1,54.0,0.0
476
+ TCGA-AR-A5QQ-01,1,68.0,0.0
477
+ TCGA-B6-A0I1-01,1,73.0,0.0
478
+ TCGA-B6-A0I2-01,1,45.0,0.0
479
+ TCGA-B6-A0I5-01,1,49.0,0.0
480
+ TCGA-B6-A0I6-01,1,49.0,0.0
481
+ TCGA-B6-A0I8-01,1,46.0,0.0
482
+ TCGA-B6-A0I9-01,1,62.0,0.0
483
+ TCGA-B6-A0IA-01,1,51.0,0.0
484
+ TCGA-B6-A0IB-01,1,64.0,0.0
485
+ TCGA-B6-A0IC-01,1,90.0,0.0
486
+ TCGA-B6-A0IE-01,1,38.0,0.0
487
+ TCGA-B6-A0IG-01,1,50.0,0.0
488
+ TCGA-B6-A0IH-01,1,81.0,0.0
489
+ TCGA-B6-A0IJ-01,1,42.0,0.0
490
+ TCGA-B6-A0IK-01,1,63.0,0.0
491
+ TCGA-B6-A0IM-01,1,75.0,0.0
492
+ TCGA-B6-A0IN-01,1,45.0,0.0
493
+ TCGA-B6-A0IO-01,1,66.0,0.0
494
+ TCGA-B6-A0IP-01,1,74.0,0.0
495
+ TCGA-B6-A0IQ-01,1,40.0,0.0
496
+ TCGA-B6-A0RE-01,1,61.0,0.0
497
+ TCGA-B6-A0RG-01,1,26.0,0.0
498
+ TCGA-B6-A0RH-01,1,51.0,0.0
499
+ TCGA-B6-A0RI-01,1,44.0,0.0
500
+ TCGA-B6-A0RL-01,1,60.0,0.0
501
+ TCGA-B6-A0RM-01,1,57.0,0.0
502
+ TCGA-B6-A0RN-01,1,60.0,0.0
503
+ TCGA-B6-A0RO-01,1,71.0,0.0
504
+ TCGA-B6-A0RP-01,1,73.0,0.0
505
+ TCGA-B6-A0RQ-01,1,68.0,0.0
506
+ TCGA-B6-A0RS-01,1,38.0,0.0
507
+ TCGA-B6-A0RT-01,1,39.0,0.0
508
+ TCGA-B6-A0RU-01,1,40.0,0.0
509
+ TCGA-B6-A0RV-01,1,42.0,0.0
510
+ TCGA-B6-A0WS-01,1,58.0,0.0
511
+ TCGA-B6-A0WT-01,1,61.0,0.0
512
+ TCGA-B6-A0WV-01,1,67.0,0.0
513
+ TCGA-B6-A0WW-01,1,58.0,0.0
514
+ TCGA-B6-A0WX-01,1,40.0,0.0
515
+ TCGA-B6-A0WY-01,1,40.0,0.0
516
+ TCGA-B6-A0WZ-01,1,50.0,0.0
517
+ TCGA-B6-A0X0-01,1,54.0,0.0
518
+ TCGA-B6-A0X1-01,1,48.0,0.0
519
+ TCGA-B6-A0X4-01,1,62.0,0.0
520
+ TCGA-B6-A0X5-01,1,61.0,0.0
521
+ TCGA-B6-A0X7-01,1,62.0,0.0
522
+ TCGA-B6-A1KC-01,1,67.0,0.0
523
+ TCGA-B6-A1KF-01,1,68.0,0.0
524
+ TCGA-B6-A1KI-01,1,63.0,0.0
525
+ TCGA-B6-A1KN-01,1,57.0,0.0
526
+ TCGA-B6-A2IU-01,1,62.0,0.0
527
+ TCGA-B6-A3ZX-01,1,50.0,0.0
528
+ TCGA-B6-A400-01,1,43.0,0.0
529
+ TCGA-B6-A401-01,1,47.0,0.0
530
+ TCGA-B6-A402-01,1,47.0,0.0
531
+ TCGA-B6-A408-01,1,55.0,0.0
532
+ TCGA-B6-A409-01,1,44.0,0.0
533
+ TCGA-B6-A40B-01,1,76.0,0.0
534
+ TCGA-B6-A40C-01,1,51.0,0.0
535
+ TCGA-BH-A0AU-01,1,45.0,0.0
536
+ TCGA-BH-A0AU-11,0,45.0,0.0
537
+ TCGA-BH-A0AV-01,1,52.0,0.0
538
+ TCGA-BH-A0AW-01,1,56.0,0.0
539
+ TCGA-BH-A0AY-01,1,62.0,0.0
540
+ TCGA-BH-A0AY-11,0,62.0,0.0
541
+ TCGA-BH-A0AZ-01,1,47.0,0.0
542
+ TCGA-BH-A0AZ-11,0,47.0,0.0
543
+ TCGA-BH-A0B0-01,1,56.0,0.0
544
+ TCGA-BH-A0B1-01,1,66.0,0.0
545
+ TCGA-BH-A0B2-01,1,58.2559670781893,0.0
546
+ TCGA-BH-A0B2-11,0,58.2559670781893,0.0
547
+ TCGA-BH-A0B3-01,1,53.0,0.0
548
+ TCGA-BH-A0B3-11,0,53.0,0.0
549
+ TCGA-BH-A0B4-01,1,65.0,1.0
550
+ TCGA-BH-A0B5-01,1,40.0,0.0
551
+ TCGA-BH-A0B5-11,0,40.0,0.0
552
+ TCGA-BH-A0B6-01,1,47.0,0.0
553
+ TCGA-BH-A0B7-01,1,42.0,0.0
554
+ TCGA-BH-A0B7-11,0,42.0,0.0
555
+ TCGA-BH-A0B8-01,1,64.0,0.0
556
+ TCGA-BH-A0B8-11,0,64.0,0.0
557
+ TCGA-BH-A0B9-01,1,44.0,0.0
558
+ TCGA-BH-A0BA-01,1,51.0,0.0
559
+ TCGA-BH-A0BA-11,0,51.0,0.0
560
+ TCGA-BH-A0BC-01,1,60.0,0.0
561
+ TCGA-BH-A0BC-11,0,60.0,0.0
562
+ TCGA-BH-A0BD-01,1,47.0,0.0
563
+ TCGA-BH-A0BF-01,1,56.0,0.0
564
+ TCGA-BH-A0BG-01,1,73.0,0.0
565
+ TCGA-BH-A0BJ-01,1,41.0,0.0
566
+ TCGA-BH-A0BJ-11,0,41.0,0.0
567
+ TCGA-BH-A0BL-01,1,35.0,0.0
568
+ TCGA-BH-A0BM-01,1,54.0,0.0
569
+ TCGA-BH-A0BM-11,0,54.0,0.0
570
+ TCGA-BH-A0BO-01,1,54.0,0.0
571
+ TCGA-BH-A0BP-01,1,76.0,0.0
572
+ TCGA-BH-A0BQ-01,1,39.0,0.0
573
+ TCGA-BH-A0BQ-11,0,39.0,0.0
574
+ TCGA-BH-A0BR-01,1,59.0,0.0
575
+ TCGA-BH-A0BS-01,1,55.0,0.0
576
+ TCGA-BH-A0BS-11,0,55.0,0.0
577
+ TCGA-BH-A0BT-01,1,56.0,0.0
578
+ TCGA-BH-A0BT-11,0,56.0,0.0
579
+ TCGA-BH-A0BV-01,1,78.0,0.0
580
+ TCGA-BH-A0BV-11,0,78.0,0.0
581
+ TCGA-BH-A0BW-01,1,71.0,0.0
582
+ TCGA-BH-A0BW-11,0,71.0,0.0
583
+ TCGA-BH-A0BZ-01,1,59.0,0.0
584
+ TCGA-BH-A0BZ-11,0,59.0,0.0
585
+ TCGA-BH-A0C0-01,1,62.0,0.0
586
+ TCGA-BH-A0C0-11,0,62.0,0.0
587
+ TCGA-BH-A0C1-01,1,61.0,0.0
588
+ TCGA-BH-A0C3-01,1,47.0,0.0
589
+ TCGA-BH-A0C3-11,0,47.0,0.0
590
+ TCGA-BH-A0C7-01,1,48.0,0.0
591
+ TCGA-BH-A0DD-01,1,58.0,1.0
592
+ TCGA-BH-A0DD-11,0,58.0,1.0
593
+ TCGA-BH-A0DE-01,1,62.0,0.0
594
+ TCGA-BH-A0DG-01,1,30.0,0.0
595
+ TCGA-BH-A0DG-11,0,30.0,0.0
596
+ TCGA-BH-A0DH-01,1,63.0,0.0
597
+ TCGA-BH-A0DH-11,0,63.0,0.0
598
+ TCGA-BH-A0DI-01,1,63.0,0.0
599
+ TCGA-BH-A0DK-01,1,49.0,0.0
600
+ TCGA-BH-A0DK-11,0,49.0,0.0
601
+ TCGA-BH-A0DL-01,1,64.0,0.0
602
+ TCGA-BH-A0DL-11,0,64.0,0.0
603
+ TCGA-BH-A0DO-01,1,78.0,0.0
604
+ TCGA-BH-A0DO-11,0,78.0,0.0
605
+ TCGA-BH-A0DP-01,1,60.0,0.0
606
+ TCGA-BH-A0DP-11,0,60.0,0.0
607
+ TCGA-BH-A0DQ-01,1,42.0,0.0
608
+ TCGA-BH-A0DQ-11,0,42.0,0.0
609
+ TCGA-BH-A0DS-01,1,71.0,0.0
610
+ TCGA-BH-A0DT-01,1,41.0,0.0
611
+ TCGA-BH-A0DT-11,0,41.0,0.0
612
+ TCGA-BH-A0DV-01,1,54.0,0.0
613
+ TCGA-BH-A0DV-11,0,54.0,0.0
614
+ TCGA-BH-A0DX-01,1,62.0,0.0
615
+ TCGA-BH-A0DZ-01,1,43.0,0.0
616
+ TCGA-BH-A0DZ-11,0,43.0,0.0
617
+ TCGA-BH-A0E0-01,1,38.0,0.0
618
+ TCGA-BH-A0E0-11,0,38.0,0.0
619
+ TCGA-BH-A0E1-01,1,52.0,0.0
620
+ TCGA-BH-A0E1-11,0,52.0,0.0
621
+ TCGA-BH-A0E2-01,1,49.0,0.0
622
+ TCGA-BH-A0E6-01,1,69.0,0.0
623
+ TCGA-BH-A0E7-01,1,79.0,0.0
624
+ TCGA-BH-A0E9-01,1,53.0,0.0
625
+ TCGA-BH-A0EA-01,1,72.0,0.0
626
+ TCGA-BH-A0EB-01,1,69.0,0.0
627
+ TCGA-BH-A0EE-01,1,68.0,0.0
628
+ TCGA-BH-A0EI-01,1,51.0,0.0
629
+ TCGA-BH-A0GY-01,1,67.0,0.0
630
+ TCGA-BH-A0GZ-01,1,62.0,0.0
631
+ TCGA-BH-A0H0-01,1,69.0,0.0
632
+ TCGA-BH-A0H3-01,1,46.0,0.0
633
+ TCGA-BH-A0H5-01,1,45.0,0.0
634
+ TCGA-BH-A0H5-11,0,45.0,0.0
635
+ TCGA-BH-A0H6-01,1,82.0,0.0
636
+ TCGA-BH-A0H7-01,1,65.0,0.0
637
+ TCGA-BH-A0H7-11,0,65.0,0.0
638
+ TCGA-BH-A0H9-01,1,69.0,0.0
639
+ TCGA-BH-A0H9-11,0,69.0,0.0
640
+ TCGA-BH-A0HA-01,1,31.0,0.0
641
+ TCGA-BH-A0HA-11,0,31.0,0.0
642
+ TCGA-BH-A0HB-01,1,55.0,0.0
643
+ TCGA-BH-A0HF-01,1,77.0,0.0
644
+ TCGA-BH-A0HI-01,1,78.0,0.0
645
+ TCGA-BH-A0HK-01,1,81.0,0.0
646
+ TCGA-BH-A0HK-11,0,81.0,0.0
647
+ TCGA-BH-A0HL-01,1,56.0,0.0
648
+ TCGA-BH-A0HN-01,1,67.0,0.0
649
+ TCGA-BH-A0HO-01,1,48.0,0.0
650
+ TCGA-BH-A0HP-01,1,65.0,0.0
651
+ TCGA-BH-A0HQ-01,1,56.0,0.0
652
+ TCGA-BH-A0HU-01,1,52.0,0.0
653
+ TCGA-BH-A0HW-01,1,62.0,0.0
654
+ TCGA-BH-A0HX-01,1,54.0,0.0
655
+ TCGA-BH-A0HY-01,1,60.0,0.0
656
+ TCGA-BH-A0RX-01,1,59.0,0.0
657
+ TCGA-BH-A0W3-01,1,58.0,0.0
658
+ TCGA-BH-A0W4-01,1,46.0,0.0
659
+ TCGA-BH-A0W5-01,1,77.0,0.0
660
+ TCGA-BH-A0W7-01,1,49.0,0.0
661
+ TCGA-BH-A0WA-01,1,82.0,0.0
662
+ TCGA-BH-A18F-01,1,50.0,0.0
663
+ TCGA-BH-A18G-01,1,81.0,0.0
664
+ TCGA-BH-A18H-01,1,63.0,0.0
665
+ TCGA-BH-A18I-01,1,53.0,0.0
666
+ TCGA-BH-A18J-01,1,56.0,0.0
667
+ TCGA-BH-A18J-11,0,56.0,0.0
668
+ TCGA-BH-A18K-01,1,46.0,0.0
669
+ TCGA-BH-A18K-11,0,46.0,0.0
670
+ TCGA-BH-A18L-01,1,50.0,0.0
671
+ TCGA-BH-A18L-11,0,50.0,0.0
672
+ TCGA-BH-A18M-01,1,39.0,0.0
673
+ TCGA-BH-A18M-11,0,39.0,0.0
674
+ TCGA-BH-A18N-01,1,88.0,0.0
675
+ TCGA-BH-A18N-11,0,88.0,0.0
676
+ TCGA-BH-A18P-01,1,60.0,0.0
677
+ TCGA-BH-A18P-11,0,60.0,0.0
678
+ TCGA-BH-A18Q-01,1,56.0,0.0
679
+ TCGA-BH-A18Q-11,0,56.0,0.0
680
+ TCGA-BH-A18R-01,1,50.0,0.0
681
+ TCGA-BH-A18R-11,0,50.0,0.0
682
+ TCGA-BH-A18S-01,1,79.0,0.0
683
+ TCGA-BH-A18S-11,0,79.0,0.0
684
+ TCGA-BH-A18T-01,1,70.0,0.0
685
+ TCGA-BH-A18U-01,1,72.0,0.0
686
+ TCGA-BH-A18U-11,0,72.0,0.0
687
+ TCGA-BH-A18V-01,1,48.0,0.0
688
+ TCGA-BH-A18V-06,1,48.0,0.0
689
+ TCGA-BH-A18V-11,0,48.0,0.0
690
+ TCGA-BH-A1EN-01,1,78.0,0.0
691
+ TCGA-BH-A1EN-11,0,78.0,0.0
692
+ TCGA-BH-A1EO-01,1,68.0,0.0
693
+ TCGA-BH-A1EO-11,0,68.0,0.0
694
+ TCGA-BH-A1ES-01,1,35.0,0.0
695
+ TCGA-BH-A1ES-06,1,35.0,0.0
696
+ TCGA-BH-A1ET-01,1,55.0,0.0
697
+ TCGA-BH-A1ET-11,0,55.0,0.0
698
+ TCGA-BH-A1EU-01,1,83.0,0.0
699
+ TCGA-BH-A1EU-11,0,83.0,0.0
700
+ TCGA-BH-A1EV-01,1,45.0,0.0
701
+ TCGA-BH-A1EV-11,0,45.0,0.0
702
+ TCGA-BH-A1EW-01,1,38.0,0.0
703
+ TCGA-BH-A1EW-11,0,38.0,0.0
704
+ TCGA-BH-A1EX-01,1,67.0,0.0
705
+ TCGA-BH-A1EY-01,1,79.0,0.0
706
+ TCGA-BH-A1F0-01,1,80.0,0.0
707
+ TCGA-BH-A1F0-11,0,80.0,0.0
708
+ TCGA-BH-A1F2-01,1,53.0,0.0
709
+ TCGA-BH-A1F2-11,0,53.0,0.0
710
+ TCGA-BH-A1F5-01,1,62.0,0.0
711
+ TCGA-BH-A1F6-01,1,51.0,0.0
712
+ TCGA-BH-A1F6-11,0,51.0,0.0
713
+ TCGA-BH-A1F8-01,1,90.0,0.0
714
+ TCGA-BH-A1F8-11,0,90.0,0.0
715
+ TCGA-BH-A1FB-01,1,60.0,0.0
716
+ TCGA-BH-A1FB-11,0,60.0,0.0
717
+ TCGA-BH-A1FC-01,1,78.0,0.0
718
+ TCGA-BH-A1FC-11,0,78.0,0.0
719
+ TCGA-BH-A1FD-01,1,68.0,0.0
720
+ TCGA-BH-A1FD-11,0,68.0,0.0
721
+ TCGA-BH-A1FE-01,1,31.0,0.0
722
+ TCGA-BH-A1FE-06,1,31.0,0.0
723
+ TCGA-BH-A1FE-11,0,31.0,0.0
724
+ TCGA-BH-A1FG-01,1,88.0,0.0
725
+ TCGA-BH-A1FG-11,0,88.0,0.0
726
+ TCGA-BH-A1FH-01,1,47.0,0.0
727
+ TCGA-BH-A1FH-11,0,47.0,0.0
728
+ TCGA-BH-A1FJ-01,1,66.0,0.0
729
+ TCGA-BH-A1FJ-11,0,66.0,0.0
730
+ TCGA-BH-A1FL-01,1,69.0,0.0
731
+ TCGA-BH-A1FM-01,1,44.0,0.0
732
+ TCGA-BH-A1FM-11,0,44.0,0.0
733
+ TCGA-BH-A1FN-01,1,34.0,0.0
734
+ TCGA-BH-A1FN-11,0,34.0,0.0
735
+ TCGA-BH-A1FR-01,1,73.0,0.0
736
+ TCGA-BH-A1FR-11,0,73.0,0.0
737
+ TCGA-BH-A1FU-01,1,44.0,0.0
738
+ TCGA-BH-A1FU-11,0,44.0,0.0
739
+ TCGA-BH-A201-01,1,64.0,0.0
740
+ TCGA-BH-A202-01,1,60.0,0.0
741
+ TCGA-BH-A203-01,1,78.0,0.0
742
+ TCGA-BH-A203-11,0,78.0,0.0
743
+ TCGA-BH-A204-01,1,80.0,0.0
744
+ TCGA-BH-A204-11,0,80.0,0.0
745
+ TCGA-BH-A208-01,1,48.0,0.0
746
+ TCGA-BH-A208-11,0,48.0,0.0
747
+ TCGA-BH-A209-01,1,77.0,0.0
748
+ TCGA-BH-A209-11,0,77.0,0.0
749
+ TCGA-BH-A28O-01,1,50.0,0.0
750
+ TCGA-BH-A28Q-01,1,46.0,0.0
751
+ TCGA-BH-A2L8-01,1,45.0,0.0
752
+ TCGA-BH-A42T-01,1,75.0,0.0
753
+ TCGA-BH-A42U-01,1,80.0,0.0
754
+ TCGA-BH-A42V-01,1,41.0,0.0
755
+ TCGA-BH-A5IZ-01,1,51.0,0.0
756
+ TCGA-BH-A5J0-01,1,63.0,0.0
757
+ TCGA-BH-A6R8-01,1,46.0,0.0
758
+ TCGA-BH-A6R9-01,1,61.0,0.0
759
+ TCGA-BH-A8FY-01,1,87.0,0.0
760
+ TCGA-BH-A8FZ-01,1,58.0,0.0
761
+ TCGA-BH-A8G0-01,1,54.0,0.0
762
+ TCGA-BH-AB28-01,1,53.0,0.0
763
+ TCGA-C8-A12K-01,1,80.0,0.0
764
+ TCGA-C8-A12L-01,1,67.0,0.0
765
+ TCGA-C8-A12M-01,1,70.0,0.0
766
+ TCGA-C8-A12N-01,1,58.0,0.0
767
+ TCGA-C8-A12O-01,1,50.0,0.0
768
+ TCGA-C8-A12P-01,1,55.0,0.0
769
+ TCGA-C8-A12Q-01,1,78.0,0.0
770
+ TCGA-C8-A12T-01,1,43.0,0.0
771
+ TCGA-C8-A12U-01,1,46.0,0.0
772
+ TCGA-C8-A12V-01,1,55.0,0.0
773
+ TCGA-C8-A12W-01,1,49.0,0.0
774
+ TCGA-C8-A12X-01,1,62.0,0.0
775
+ TCGA-C8-A12Y-01,1,44.0,0.0
776
+ TCGA-C8-A12Z-01,1,45.0,0.0
777
+ TCGA-C8-A130-01,1,52.0,0.0
778
+ TCGA-C8-A131-01,1,82.0,0.0
779
+ TCGA-C8-A132-01,1,56.0,0.0
780
+ TCGA-C8-A133-01,1,65.0,0.0
781
+ TCGA-C8-A134-01,1,52.0,0.0
782
+ TCGA-C8-A135-01,1,64.0,0.0
783
+ TCGA-C8-A137-01,1,34.0,0.0
784
+ TCGA-C8-A138-01,1,54.0,0.0
785
+ TCGA-C8-A1HE-01,1,59.0,0.0
786
+ TCGA-C8-A1HF-01,1,48.0,0.0
787
+ TCGA-C8-A1HG-01,1,50.0,0.0
788
+ TCGA-C8-A1HI-01,1,40.0,0.0
789
+ TCGA-C8-A1HJ-01,1,53.0,0.0
790
+ TCGA-C8-A1HK-01,1,53.0,0.0
791
+ TCGA-C8-A1HL-01,1,38.0,0.0
792
+ TCGA-C8-A1HM-01,1,74.0,0.0
793
+ TCGA-C8-A1HN-01,1,56.0,0.0
794
+ TCGA-C8-A1HO-01,1,34.0,0.0
795
+ TCGA-C8-A26V-01,1,47.0,0.0
796
+ TCGA-C8-A26W-01,1,58.0,0.0
797
+ TCGA-C8-A26X-01,1,58.0,0.0
798
+ TCGA-C8-A26Y-01,1,90.0,0.0
799
+ TCGA-C8-A26Z-01,1,59.0,0.0
800
+ TCGA-C8-A273-01,1,29.0,0.0
801
+ TCGA-C8-A274-01,1,63.0,0.0
802
+ TCGA-C8-A275-01,1,56.0,0.0
803
+ TCGA-C8-A278-01,1,61.0,0.0
804
+ TCGA-C8-A27A-01,1,48.0,0.0
805
+ TCGA-C8-A27B-01,1,48.0,0.0
806
+ TCGA-C8-A3M7-01,1,60.0,0.0
807
+ TCGA-C8-A3M8-01,1,68.0,0.0
808
+ TCGA-C8-A8HP-01,1,59.0,0.0
809
+ TCGA-C8-A8HQ-01,1,53.0,0.0
810
+ TCGA-C8-A8HR-01,1,49.0,0.0
811
+ TCGA-D8-A13Y-01,1,52.0,0.0
812
+ TCGA-D8-A13Z-01,1,51.0,0.0
813
+ TCGA-D8-A140-01,1,62.0,0.0
814
+ TCGA-D8-A141-01,1,40.0,0.0
815
+ TCGA-D8-A142-01,1,74.0,0.0
816
+ TCGA-D8-A143-01,1,51.0,0.0
817
+ TCGA-D8-A145-01,1,80.0,0.0
818
+ TCGA-D8-A146-01,1,57.0,0.0
819
+ TCGA-D8-A147-01,1,45.0,0.0
820
+ TCGA-D8-A1J8-01,1,77.0,0.0
821
+ TCGA-D8-A1J9-01,1,48.0,0.0
822
+ TCGA-D8-A1JA-01,1,60.0,0.0
823
+ TCGA-D8-A1JB-01,1,54.0,0.0
824
+ TCGA-D8-A1JC-01,1,59.0,0.0
825
+ TCGA-D8-A1JD-01,1,41.0,0.0
826
+ TCGA-D8-A1JE-01,1,62.0,0.0
827
+ TCGA-D8-A1JF-01,1,79.0,0.0
828
+ TCGA-D8-A1JG-01,1,62.0,0.0
829
+ TCGA-D8-A1JH-01,1,56.0,0.0
830
+ TCGA-D8-A1JI-01,1,54.0,0.0
831
+ TCGA-D8-A1JJ-01,1,54.0,0.0
832
+ TCGA-D8-A1JK-01,1,90.0,0.0
833
+ TCGA-D8-A1JL-01,1,72.0,0.0
834
+ TCGA-D8-A1JM-01,1,59.0,0.0
835
+ TCGA-D8-A1JN-01,1,80.0,0.0
836
+ TCGA-D8-A1JP-01,1,73.0,0.0
837
+ TCGA-D8-A1JS-01,1,77.0,0.0
838
+ TCGA-D8-A1JT-01,1,70.0,0.0
839
+ TCGA-D8-A1JU-01,1,51.0,0.0
840
+ TCGA-D8-A1X5-01,1,81.0,0.0
841
+ TCGA-D8-A1X6-01,1,80.0,0.0
842
+ TCGA-D8-A1X7-01,1,40.0,0.0
843
+ TCGA-D8-A1X8-01,1,62.0,0.0
844
+ TCGA-D8-A1X9-01,1,66.0,0.0
845
+ TCGA-D8-A1XA-01,1,64.0,0.0
846
+ TCGA-D8-A1XB-01,1,62.0,0.0
847
+ TCGA-D8-A1XC-01,1,85.0,0.0
848
+ TCGA-D8-A1XD-01,1,36.0,0.0
849
+ TCGA-D8-A1XF-01,1,45.0,0.0
850
+ TCGA-D8-A1XG-01,1,86.0,0.0
851
+ TCGA-D8-A1XJ-01,1,76.0,0.0
852
+ TCGA-D8-A1XK-01,1,55.0,0.0
853
+ TCGA-D8-A1XL-01,1,34.0,0.0
854
+ TCGA-D8-A1XM-01,1,57.0,0.0
855
+ TCGA-D8-A1XO-01,1,56.0,0.0
856
+ TCGA-D8-A1XQ-01,1,69.0,0.0
857
+ TCGA-D8-A1XR-01,1,56.0,0.0
858
+ TCGA-D8-A1XS-01,1,48.0,1.0
859
+ TCGA-D8-A1XT-01,1,61.0,0.0
860
+ TCGA-D8-A1XU-01,1,56.0,0.0
861
+ TCGA-D8-A1XV-01,1,84.0,0.0
862
+ TCGA-D8-A1XW-01,1,53.0,0.0
863
+ TCGA-D8-A1XY-01,1,74.0,0.0
864
+ TCGA-D8-A1XZ-01,1,81.0,0.0
865
+ TCGA-D8-A1Y0-01,1,65.0,0.0
866
+ TCGA-D8-A1Y1-01,1,80.0,0.0
867
+ TCGA-D8-A1Y2-01,1,71.0,0.0
868
+ TCGA-D8-A1Y3-01,1,61.0,0.0
869
+ TCGA-D8-A27E-01,1,66.0,0.0
870
+ TCGA-D8-A27F-01,1,40.0,0.0
871
+ TCGA-D8-A27G-01,1,75.0,0.0
872
+ TCGA-D8-A27H-01,1,72.0,0.0
873
+ TCGA-D8-A27I-01,1,58.0,0.0
874
+ TCGA-D8-A27K-01,1,47.0,0.0
875
+ TCGA-D8-A27L-01,1,49.0,0.0
876
+ TCGA-D8-A27M-01,1,59.0,0.0
877
+ TCGA-D8-A27N-01,1,36.0,0.0
878
+ TCGA-D8-A27P-01,1,64.0,0.0
879
+ TCGA-D8-A27R-01,1,41.0,0.0
880
+ TCGA-D8-A27T-01,1,53.0,0.0
881
+ TCGA-D8-A27V-01,1,62.0,0.0
882
+ TCGA-D8-A27W-01,1,55.0,0.0
883
+ TCGA-D8-A3Z5-01,1,54.0,0.0
884
+ TCGA-D8-A3Z6-01,1,56.0,0.0
885
+ TCGA-D8-A4Z1-01,1,68.0,0.0
886
+ TCGA-D8-A73U-01,1,88.0,0.0
887
+ TCGA-D8-A73W-01,1,79.0,0.0
888
+ TCGA-D8-A73X-01,1,53.0,0.0
889
+ TCGA-E2-A105-01,1,79.0,0.0
890
+ TCGA-E2-A106-01,1,34.0,0.0
891
+ TCGA-E2-A107-01,1,54.0,0.0
892
+ TCGA-E2-A108-01,1,64.0,0.0
893
+ TCGA-E2-A109-01,1,64.0,0.0
894
+ TCGA-E2-A10A-01,1,41.0,0.0
895
+ TCGA-E2-A10B-01,1,67.0,0.0
896
+ TCGA-E2-A10C-01,1,54.0,0.0
897
+ TCGA-E2-A10E-01,1,64.0,0.0
898
+ TCGA-E2-A10F-01,1,47.0,0.0
899
+ TCGA-E2-A14N-01,1,37.0,0.0
900
+ TCGA-E2-A14O-01,1,76.0,0.0
901
+ TCGA-E2-A14P-01,1,79.0,0.0
902
+ TCGA-E2-A14Q-01,1,50.0,0.0
903
+ TCGA-E2-A14R-01,1,62.0,0.0
904
+ TCGA-E2-A14S-01,1,65.0,0.0
905
+ TCGA-E2-A14T-01,1,52.0,0.0
906
+ TCGA-E2-A14U-01,1,74.0,0.0
907
+ TCGA-E2-A14V-01,1,53.0,0.0
908
+ TCGA-E2-A14W-01,1,78.0,1.0
909
+ TCGA-E2-A14X-01,1,55.0,0.0
910
+ TCGA-E2-A14Y-01,1,35.0,0.0
911
+ TCGA-E2-A14Z-01,1,64.0,0.0
912
+ TCGA-E2-A150-01,1,48.0,0.0
913
+ TCGA-E2-A152-01,1,56.0,0.0
914
+ TCGA-E2-A153-01,1,51.0,0.0
915
+ TCGA-E2-A153-11,0,51.0,0.0
916
+ TCGA-E2-A154-01,1,68.0,0.0
917
+ TCGA-E2-A155-01,1,58.0,0.0
918
+ TCGA-E2-A156-01,1,61.0,0.0
919
+ TCGA-E2-A158-01,1,43.0,0.0
920
+ TCGA-E2-A158-11,0,43.0,0.0
921
+ TCGA-E2-A159-01,1,50.0,0.0
922
+ TCGA-E2-A15A-01,1,45.0,0.0
923
+ TCGA-E2-A15A-06,1,45.0,0.0
924
+ TCGA-E2-A15C-01,1,61.0,0.0
925
+ TCGA-E2-A15D-01,1,47.0,0.0
926
+ TCGA-E2-A15E-01,1,40.0,0.0
927
+ TCGA-E2-A15E-06,1,40.0,0.0
928
+ TCGA-E2-A15F-01,1,64.0,0.0
929
+ TCGA-E2-A15G-01,1,76.0,0.0
930
+ TCGA-E2-A15H-01,1,38.0,0.0
931
+ TCGA-E2-A15I-01,1,44.0,0.0
932
+ TCGA-E2-A15I-11,0,44.0,0.0
933
+ TCGA-E2-A15J-01,1,51.0,0.0
934
+ TCGA-E2-A15K-01,1,58.0,0.0
935
+ TCGA-E2-A15K-06,1,58.0,0.0
936
+ TCGA-E2-A15K-11,0,58.0,0.0
937
+ TCGA-E2-A15L-01,1,65.0,0.0
938
+ TCGA-E2-A15M-01,1,66.0,0.0
939
+ TCGA-E2-A15M-11,0,66.0,0.0
940
+ TCGA-E2-A15O-01,1,89.0,0.0
941
+ TCGA-E2-A15P-01,1,61.0,0.0
942
+ TCGA-E2-A15R-01,1,64.0,0.0
943
+ TCGA-E2-A15S-01,1,34.0,0.0
944
+ TCGA-E2-A15T-01,1,65.0,0.0
945
+ TCGA-E2-A1AZ-01,1,63.0,0.0
946
+ TCGA-E2-A1B0-01,1,50.0,0.0
947
+ TCGA-E2-A1B1-01,1,45.0,0.0
948
+ TCGA-E2-A1B4-01,1,74.0,0.0
949
+ TCGA-E2-A1B5-01,1,46.0,0.0
950
+ TCGA-E2-A1B6-01,1,44.0,0.0
951
+ TCGA-E2-A1BC-01,1,63.0,0.0
952
+ TCGA-E2-A1BC-11,0,63.0,0.0
953
+ TCGA-E2-A1BD-01,1,53.0,0.0
954
+ TCGA-E2-A1IE-01,1,61.0,0.0
955
+ TCGA-E2-A1IF-01,1,74.0,0.0
956
+ TCGA-E2-A1IG-01,1,45.0,0.0
957
+ TCGA-E2-A1IG-11,0,45.0,0.0
958
+ TCGA-E2-A1IH-01,1,80.0,0.0
959
+ TCGA-E2-A1II-01,1,51.0,0.0
960
+ TCGA-E2-A1IJ-01,1,57.0,0.0
961
+ TCGA-E2-A1IK-01,1,71.0,0.0
962
+ TCGA-E2-A1IL-01,1,78.0,0.0
963
+ TCGA-E2-A1IN-01,1,60.0,0.0
964
+ TCGA-E2-A1IO-01,1,37.0,0.0
965
+ TCGA-E2-A1IP-01,1,58.2559670781893,0.0
966
+ TCGA-E2-A1IU-01,1,60.0,0.0
967
+ TCGA-E2-A1L6-01,1,44.0,0.0
968
+ TCGA-E2-A1L7-01,1,40.0,0.0
969
+ TCGA-E2-A1L7-11,0,40.0,0.0
970
+ TCGA-E2-A1L8-01,1,52.0,0.0
971
+ TCGA-E2-A1L9-01,1,40.0,0.0
972
+ TCGA-E2-A1LA-01,1,59.0,0.0
973
+ TCGA-E2-A1LB-01,1,41.0,0.0
974
+ TCGA-E2-A1LB-11,0,41.0,0.0
975
+ TCGA-E2-A1LE-01,1,71.0,0.0
976
+ TCGA-E2-A1LG-01,1,50.0,0.0
977
+ TCGA-E2-A1LH-01,1,59.0,0.0
978
+ TCGA-E2-A1LH-11,0,59.0,0.0
979
+ TCGA-E2-A1LI-01,1,57.0,0.0
980
+ TCGA-E2-A1LK-01,1,84.0,0.0
981
+ TCGA-E2-A1LL-01,1,73.0,0.0
982
+ TCGA-E2-A1LS-01,1,46.0,0.0
983
+ TCGA-E2-A1LS-11,0,46.0,0.0
984
+ TCGA-E2-A2P5-01,1,78.0,0.0
985
+ TCGA-E2-A2P6-01,1,77.0,0.0
986
+ TCGA-E2-A3DX-01,1,43.0,0.0
987
+ TCGA-E2-A56Z-01,1,69.0,0.0
988
+ TCGA-E2-A570-01,1,47.0,0.0
989
+ TCGA-E2-A572-01,1,72.0,0.0
990
+ TCGA-E2-A573-01,1,48.0,0.0
991
+ TCGA-E2-A574-01,1,44.0,0.0
992
+ TCGA-E2-A576-01,1,69.0,0.0
993
+ TCGA-E2-A9RU-01,1,90.0,0.0
994
+ TCGA-E9-A1N3-01,1,70.0,0.0
995
+ TCGA-E9-A1N4-01,1,41.0,0.0
996
+ TCGA-E9-A1N4-11,0,41.0,0.0
997
+ TCGA-E9-A1N5-01,1,45.0,0.0
998
+ TCGA-E9-A1N5-11,0,45.0,0.0
999
+ TCGA-E9-A1N6-01,1,52.0,0.0
1000
+ TCGA-E9-A1N6-11,0,52.0,0.0
1001
+ TCGA-E9-A1N8-01,1,48.0,0.0
1002
+ TCGA-E9-A1N9-01,1,58.0,0.0
1003
+ TCGA-E9-A1N9-11,0,58.0,0.0
1004
+ TCGA-E9-A1NA-01,1,58.0,0.0
1005
+ TCGA-E9-A1NA-11,0,58.0,0.0
1006
+ TCGA-E9-A1NC-01,1,61.0,0.0
1007
+ TCGA-E9-A1ND-01,1,75.0,0.0
1008
+ TCGA-E9-A1ND-11,0,75.0,0.0
1009
+ TCGA-E9-A1NE-01,1,28.0,0.0
1010
+ TCGA-E9-A1NF-01,1,60.0,0.0
1011
+ TCGA-E9-A1NF-11,0,60.0,0.0
1012
+ TCGA-E9-A1NG-01,1,62.0,0.0
1013
+ TCGA-E9-A1NG-11,0,62.0,0.0
1014
+ TCGA-E9-A1NH-01,1,71.0,0.0
1015
+ TCGA-E9-A1NI-01,1,51.0,0.0
1016
+ TCGA-E9-A1QZ-01,1,61.0,0.0
1017
+ TCGA-E9-A1R0-01,1,58.0,0.0
1018
+ TCGA-E9-A1R2-01,1,51.0,0.0
1019
+ TCGA-E9-A1R3-01,1,70.0,0.0
1020
+ TCGA-E9-A1R4-01,1,66.0,0.0
1021
+ TCGA-E9-A1R5-01,1,63.0,0.0
1022
+ TCGA-E9-A1R6-01,1,63.0,0.0
1023
+ TCGA-E9-A1R7-01,1,64.0,0.0
1024
+ TCGA-E9-A1R7-11,0,64.0,0.0
1025
+ TCGA-E9-A1RA-01,1,48.0,0.0
1026
+ TCGA-E9-A1RB-01,1,40.0,0.0
1027
+ TCGA-E9-A1RB-11,0,40.0,0.0
1028
+ TCGA-E9-A1RC-01,1,56.0,0.0
1029
+ TCGA-E9-A1RC-11,0,56.0,0.0
1030
+ TCGA-E9-A1RD-01,1,67.0,0.0
1031
+ TCGA-E9-A1RD-11,0,67.0,0.0
1032
+ TCGA-E9-A1RE-01,1,74.0,0.0
1033
+ TCGA-E9-A1RF-01,1,68.0,0.0
1034
+ TCGA-E9-A1RF-11,0,68.0,0.0
1035
+ TCGA-E9-A1RG-01,1,62.0,0.0
1036
+ TCGA-E9-A1RH-01,1,63.0,0.0
1037
+ TCGA-E9-A1RH-11,0,63.0,0.0
1038
+ TCGA-E9-A1RI-01,1,43.0,0.0
1039
+ TCGA-E9-A1RI-11,0,43.0,0.0
1040
+ TCGA-E9-A226-01,1,45.0,0.0
1041
+ TCGA-E9-A227-01,1,42.0,0.0
1042
+ TCGA-E9-A228-01,1,58.0,0.0
1043
+ TCGA-E9-A229-01,1,37.0,0.0
1044
+ TCGA-E9-A22A-01,1,74.0,0.0
1045
+ TCGA-E9-A22B-01,1,71.0,0.0
1046
+ TCGA-E9-A22D-01,1,38.0,0.0
1047
+ TCGA-E9-A22E-01,1,56.0,0.0
1048
+ TCGA-E9-A22G-01,1,47.0,0.0
1049
+ TCGA-E9-A22H-01,1,42.0,0.0
1050
+ TCGA-E9-A243-01,1,52.0,0.0
1051
+ TCGA-E9-A244-01,1,54.0,0.0
1052
+ TCGA-E9-A245-01,1,47.0,0.0
1053
+ TCGA-E9-A247-01,1,59.0,0.0
1054
+ TCGA-E9-A248-01,1,51.0,0.0
1055
+ TCGA-E9-A249-01,1,45.0,0.0
1056
+ TCGA-E9-A24A-01,1,69.0,0.0
1057
+ TCGA-E9-A295-01,1,71.0,0.0
1058
+ TCGA-E9-A2JS-01,1,72.0,0.0
1059
+ TCGA-E9-A2JT-01,1,63.0,0.0
1060
+ TCGA-E9-A3HO-01,1,49.0,0.0
1061
+ TCGA-E9-A3Q9-01,1,78.0,0.0
1062
+ TCGA-E9-A3QA-01,1,33.0,0.0
1063
+ TCGA-E9-A3X8-01,1,48.0,0.0
1064
+ TCGA-E9-A54X-01,1,85.0,0.0
1065
+ TCGA-E9-A54Y-01,1,63.0,0.0
1066
+ TCGA-E9-A5FK-01,1,60.0,0.0
1067
+ TCGA-E9-A5FL-01,1,65.0,0.0
1068
+ TCGA-E9-A5UO-01,1,41.0,0.0
1069
+ TCGA-E9-A5UP-01,1,63.0,0.0
1070
+ TCGA-E9-A6HE-01,1,45.0,0.0
1071
+ TCGA-EW-A1IW-01,1,80.0,0.0
1072
+ TCGA-EW-A1IX-01,1,48.0,0.0
1073
+ TCGA-EW-A1IY-01,1,38.0,0.0
1074
+ TCGA-EW-A1IZ-01,1,53.0,0.0
1075
+ TCGA-EW-A1J1-01,1,38.0,0.0
1076
+ TCGA-EW-A1J2-01,1,50.0,0.0
1077
+ TCGA-EW-A1J3-01,1,61.0,0.0
1078
+ TCGA-EW-A1J5-01,1,59.0,0.0
1079
+ TCGA-EW-A1J6-01,1,70.0,0.0
1080
+ TCGA-EW-A1OV-01,1,56.0,0.0
1081
+ TCGA-EW-A1OW-01,1,58.0,0.0
1082
+ TCGA-EW-A1OX-01,1,43.0,0.0
1083
+ TCGA-EW-A1OY-01,1,63.0,0.0
1084
+ TCGA-EW-A1OZ-01,1,56.0,0.0
1085
+ TCGA-EW-A1P0-01,1,55.0,0.0
1086
+ TCGA-EW-A1P1-01,1,68.0,0.0
1087
+ TCGA-EW-A1P3-01,1,48.0,0.0
1088
+ TCGA-EW-A1P4-01,1,43.0,0.0
1089
+ TCGA-EW-A1P5-01,1,77.0,0.0
1090
+ TCGA-EW-A1P6-01,1,64.0,0.0
1091
+ TCGA-EW-A1P7-01,1,59.0,0.0
1092
+ TCGA-EW-A1P8-01,1,58.0,0.0
1093
+ TCGA-EW-A1PA-01,1,59.0,0.0
1094
+ TCGA-EW-A1PB-01,1,70.0,0.0
1095
+ TCGA-EW-A1PC-01,1,66.0,0.0
1096
+ TCGA-EW-A1PD-01,1,61.0,1.0
1097
+ TCGA-EW-A1PE-01,1,56.0,0.0
1098
+ TCGA-EW-A1PF-01,1,50.0,0.0
1099
+ TCGA-EW-A1PG-01,1,53.0,0.0
1100
+ TCGA-EW-A1PH-01,1,52.0,0.0
1101
+ TCGA-EW-A2FR-01,1,59.0,0.0
1102
+ TCGA-EW-A2FS-01,1,41.0,0.0
1103
+ TCGA-EW-A2FV-01,1,39.0,0.0
1104
+ TCGA-EW-A2FW-01,1,52.0,0.0
1105
+ TCGA-EW-A3E8-01,1,60.0,0.0
1106
+ TCGA-EW-A3U0-01,1,61.0,0.0
1107
+ TCGA-EW-A423-01,1,75.0,0.0
1108
+ TCGA-EW-A424-01,1,51.0,0.0
1109
+ TCGA-EW-A6S9-01,1,34.0,0.0
1110
+ TCGA-EW-A6SA-01,1,59.0,1.0
1111
+ TCGA-EW-A6SB-01,1,62.0,0.0
1112
+ TCGA-EW-A6SC-01,1,60.0,0.0
1113
+ TCGA-EW-A6SD-01,1,32.0,0.0
1114
+ TCGA-GI-A2C8-01,1,63.0,0.0
1115
+ TCGA-GI-A2C8-11,0,63.0,0.0
1116
+ TCGA-GI-A2C9-01,1,58.0,0.0
1117
+ TCGA-GI-A2C9-11,0,58.0,0.0
1118
+ TCGA-GM-A2D9-01,1,69.0,0.0
1119
+ TCGA-GM-A2DA-01,1,46.0,0.0
1120
+ TCGA-GM-A2DB-01,1,62.0,0.0
1121
+ TCGA-GM-A2DC-01,1,57.0,0.0
1122
+ TCGA-GM-A2DD-01,1,53.0,0.0
1123
+ TCGA-GM-A2DF-01,1,53.0,0.0
1124
+ TCGA-GM-A2DH-01,1,58.0,0.0
1125
+ TCGA-GM-A2DI-01,1,52.0,0.0
1126
+ TCGA-GM-A2DK-01,1,58.0,0.0
1127
+ TCGA-GM-A2DL-01,1,50.0,0.0
1128
+ TCGA-GM-A2DM-01,1,57.0,0.0
1129
+ TCGA-GM-A2DN-01,1,58.0,0.0
1130
+ TCGA-GM-A2DO-01,1,54.0,0.0
1131
+ TCGA-GM-A3NW-01,1,63.0,0.0
1132
+ TCGA-GM-A3NY-01,1,72.0,0.0
1133
+ TCGA-GM-A3XG-01,1,46.0,0.0
1134
+ TCGA-GM-A3XL-01,1,49.0,0.0
1135
+ TCGA-GM-A3XN-01,1,44.0,0.0
1136
+ TCGA-GM-A4E0-01,1,67.0,0.0
1137
+ TCGA-GM-A5PV-01,1,63.0,0.0
1138
+ TCGA-GM-A5PX-01,1,65.0,0.0
1139
+ TCGA-HN-A2NL-01,1,56.0,0.0
1140
+ TCGA-HN-A2OB-01,1,45.0,0.0
1141
+ TCGA-JL-A3YW-01,1,49.0,0.0
1142
+ TCGA-JL-A3YX-01,1,46.0,0.0
1143
+ TCGA-LD-A66U-01,1,44.0,0.0
1144
+ TCGA-LD-A74U-01,1,79.0,0.0
1145
+ TCGA-LD-A7W5-01,1,52.0,0.0
1146
+ TCGA-LD-A7W6-01,1,54.0,0.0
1147
+ TCGA-LD-A9QF-01,1,73.0,0.0
1148
+ TCGA-LL-A440-01,1,61.0,0.0
1149
+ TCGA-LL-A441-01,1,62.0,0.0
1150
+ TCGA-LL-A442-01,1,56.0,0.0
1151
+ TCGA-LL-A50Y-01,1,84.0,0.0
1152
+ TCGA-LL-A5YL-01,1,64.0,0.0
1153
+ TCGA-LL-A5YM-01,1,88.0,0.0
1154
+ TCGA-LL-A5YN-01,1,46.0,0.0
1155
+ TCGA-LL-A5YO-01,1,50.0,0.0
1156
+ TCGA-LL-A5YP-01,1,49.0,0.0
1157
+ TCGA-LL-A6FP-01,1,90.0,0.0
1158
+ TCGA-LL-A6FQ-01,1,77.0,0.0
1159
+ TCGA-LL-A6FR-01,1,50.0,0.0
1160
+ TCGA-LL-A73Y-01,1,67.0,0.0
1161
+ TCGA-LL-A73Z-01,1,55.0,0.0
1162
+ TCGA-LL-A740-01,1,61.0,0.0
1163
+ TCGA-LL-A7SZ-01,1,49.0,0.0
1164
+ TCGA-LL-A7T0-01,1,70.0,0.0
1165
+ TCGA-LL-A8F5-01,1,61.0,0.0
1166
+ TCGA-LL-A9Q3-01,1,69.0,0.0
1167
+ TCGA-LQ-A4E4-01,1,73.0,0.0
1168
+ TCGA-MS-A51U-01,1,44.0,0.0
1169
+ TCGA-OK-A5Q2-01,1,59.0,0.0
1170
+ TCGA-OL-A5D6-01,1,71.0,0.0
1171
+ TCGA-OL-A5D7-01,1,70.0,0.0
1172
+ TCGA-OL-A5D8-01,1,40.0,0.0
1173
+ TCGA-OL-A5DA-01,1,61.0,0.0
1174
+ TCGA-OL-A5RU-01,1,63.0,0.0
1175
+ TCGA-OL-A5RV-01,1,43.0,0.0
1176
+ TCGA-OL-A5RW-01,1,40.0,0.0
1177
+ TCGA-OL-A5RX-01,1,51.0,0.0
1178
+ TCGA-OL-A5RY-01,1,52.0,0.0
1179
+ TCGA-OL-A5RZ-01,1,57.0,0.0
1180
+ TCGA-OL-A5S0-01,1,66.0,0.0
1181
+ TCGA-OL-A66H-01,1,74.0,0.0
1182
+ TCGA-OL-A66I-01,1,36.0,0.0
1183
+ TCGA-OL-A66J-01,1,80.0,0.0
1184
+ TCGA-OL-A66K-01,1,72.0,0.0
1185
+ TCGA-OL-A66L-01,1,71.0,0.0
1186
+ TCGA-OL-A66N-01,1,59.0,0.0
1187
+ TCGA-OL-A66O-01,1,39.0,0.0
1188
+ TCGA-OL-A66P-01,1,75.0,0.0
1189
+ TCGA-OL-A6VO-01,1,43.0,0.0
1190
+ TCGA-OL-A6VQ-01,1,49.0,0.0
1191
+ TCGA-OL-A6VR-01,1,48.0,0.0
1192
+ TCGA-OL-A97C-01,1,67.0,0.0
1193
+ TCGA-PE-A5DC-01,1,72.0,0.0
1194
+ TCGA-PE-A5DD-01,1,64.0,0.0
1195
+ TCGA-PE-A5DE-01,1,41.0,0.0
1196
+ TCGA-PL-A8LV-01,1,54.0,0.0
1197
+ TCGA-PL-A8LX-01,1,35.0,0.0
1198
+ TCGA-PL-A8LY-01,1,30.0,0.0
1199
+ TCGA-PL-A8LZ-01,1,29.0,0.0
1200
+ TCGA-S3-A6ZF-01,1,64.0,0.0
1201
+ TCGA-S3-A6ZG-01,1,71.0,0.0
1202
+ TCGA-S3-A6ZH-01,1,29.0,0.0
1203
+ TCGA-S3-AA0Z-01,1,63.0,0.0
1204
+ TCGA-S3-AA10-01,1,65.0,0.0
1205
+ TCGA-S3-AA11-01,1,67.0,0.0
1206
+ TCGA-S3-AA12-01,1,82.0,0.0
1207
+ TCGA-S3-AA14-01,1,47.0,0.0
1208
+ TCGA-S3-AA15-01,1,51.0,0.0
1209
+ TCGA-S3-AA17-01,1,64.0,0.0
1210
+ TCGA-UL-AAZ6-01,1,73.0,0.0
1211
+ TCGA-UU-A93S-01,1,63.0,0.0
1212
+ TCGA-V7-A7HQ-01,1,75.0,0.0
1213
+ TCGA-W8-A86G-01,1,66.0,0.0
1214
+ TCGA-WT-AB41-01,1,55.0,0.0
1215
+ TCGA-WT-AB44-01,1,77.0,0.0
1216
+ TCGA-XX-A899-01,1,46.0,0.0
1217
+ TCGA-XX-A89A-01,1,68.0,0.0
1218
+ TCGA-Z7-A8R5-01,1,61.0,0.0
1219
+ TCGA-Z7-A8R6-01,1,46.0,0.0
p1/preprocess/Breast_Cancer/code/GSE153316.py ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE153316"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE153316"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE153316.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE153316.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE153316.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1) Gene Expression Data Availability
37
+ is_gene_available = True # "Gene expression profiles" suggests it is indeed gene expression data.
38
+
39
+ # 2) Variable Availability and Data Type Conversion
40
+
41
+ # Based on the sample characteristics, the 'trait' variable ("Breast_Cancer") is constant for all samples
42
+ # (they're all mastectomy patients); hence it's not useful for association (only one unique value).
43
+ trait_row = None
44
+
45
+ # For age, row 2 has multiple distinct values like "age: 39", "age: 36", etc.
46
+ age_row = 2
47
+
48
+ # For gender, there is no relevant row in the dictionary.
49
+ gender_row = None
50
+
51
+ # 2.2 Define the data conversion functions.
52
+ # Even if the variable is not used (trait_row = None, gender_row = None), we still define them per instructions.
53
+
54
+ def convert_trait(x: str):
55
+ # The trait "Breast_Cancer" is constant, so we skip detailed parsing.
56
+ # Return None to indicate no meaningful variation.
57
+ return None
58
+
59
+ def convert_age(x: str):
60
+ # Example format: "age: 39"
61
+ # Extract the part after the colon and convert to float if possible.
62
+ try:
63
+ val_str = x.split(":", 1)[1].strip()
64
+ return float(val_str)
65
+ except:
66
+ return None
67
+
68
+ def convert_gender(x: str):
69
+ # No actual data available, but define a stub for completeness.
70
+ # Return None always in this dataset.
71
+ return None
72
+
73
+ # 3) Save Metadata using initial filtering
74
+ is_trait_available = (trait_row is not None)
75
+ validate_and_save_cohort_info(
76
+ 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
+
83
+ # 4) Clinical Feature Extraction: Skip because trait_row is None (no trait data available)
84
+ # STEP3
85
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
86
+ gene_data = get_genetic_data(matrix_file)
87
+
88
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
89
+ print(gene_data.index[:20])
90
+ # Based on visual inspection, these 'AFFX' prefixes are typically Affymetrix probe/control IDs rather than standard human gene symbols.
91
+ # Therefore, they require mapping to standard gene symbols.
92
+ print("requires_gene_mapping = True")
93
+ # STEP5
94
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
95
+ gene_annotation = get_gene_annotation(soft_file)
96
+
97
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
98
+ print("Gene annotation preview:")
99
+ print(preview_df(gene_annotation))
100
+ # STEP: Gene Identifier Mapping
101
+
102
+ # 1) Identify the columns for probe IDs and gene symbols based on the annotation preview.
103
+ # From inspection, "ID" in the annotation matches the probe ID in the expression data,
104
+ # and "SPOT_ID.1" contains the textual gene symbol information.
105
+
106
+ # 2) Build the mapping dataframe.
107
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='SPOT_ID.1')
108
+
109
+ # 3) Convert the probe-level data to gene-level data using the mapping.
110
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
111
+
112
+ # (Optional) Print a small preview to confirm structure.
113
+ print("Gene expression data (mapped) preview:")
114
+ print(preview_df(gene_data))
115
+ # STEP7
116
+
117
+ # 1. Normalize the obtained gene data using the NCBI Gene synonym database
118
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
119
+ normalized_gene_data.to_csv(out_gene_data_file)
120
+
121
+ # Since trait_row was None, there is no usable trait data.
122
+ # Hence, it's not possible to perform final linking or bias checking for association studies.
123
+
124
+ # 2. We record dataset metadata indicating that it lacks trait data (so it's not usable).
125
+ validate_and_save_cohort_info(
126
+ is_final=False, # We only do the initial validation because trait is unavailable
127
+ cohort=cohort,
128
+ info_path=json_path,
129
+ is_gene_available=True,
130
+ is_trait_available=False
131
+ )
132
+
133
+ # 3. Because there's no trait data, we skip linking, bias checking, and final saving.
p1/preprocess/Breast_Cancer/code/GSE207847.py ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE207847"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE207847"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE207847.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE207847.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE207847.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Determine if the dataset contains suitable gene expression data
37
+ # (based on the background: "We performed gene expression profile...")
38
+ is_gene_available = True
39
+
40
+ # 2. Variable Availability (trait, age, gender) and Data Type Conversions
41
+ # From the sample characteristics dictionary, we observe:
42
+ # - Row 0 has "disease state: luminal breast cancer" (only 1 unique value)
43
+ # - Row 1 has "gender: female" (only 1 unique value)
44
+ # - Row 2 has "tissue: primary luminal breast cancer" (only 1 unique value)
45
+ # - Row 3 has "loco-regional recurrence: LATE/EARLY/INTERMEDIATE" (not our target trait)
46
+ # => All data relevant to "Breast_Cancer" or "age" or "gender" shows no variation or is not provided.
47
+ # Hence, we conclude all three variables are unavailable for this dataset.
48
+
49
+ trait_row = None
50
+ age_row = None
51
+ gender_row = None
52
+
53
+ # Define the data type conversion functions (though they won't be used here since all rows are None)
54
+
55
+ def convert_trait(value: str):
56
+ """
57
+ Convert trait data to binary or continuous.
58
+ Since 'trait_row' is None, this function will not be used.
59
+ In other contexts, we'd parse the value after the colon and map
60
+ known variants to desired data type. Here, return None as placeholder.
61
+ """
62
+ return None
63
+
64
+ def convert_age(value: str):
65
+ """
66
+ Convert age data to a continuous variable.
67
+ Since 'age_row' is None, this function will not be used.
68
+ In other contexts, we'd parse the value after the colon,
69
+ convert to float, handle unknown as None, etc.
70
+ """
71
+ return None
72
+
73
+ def convert_gender(value: str):
74
+ """
75
+ Convert gender data to binary (female=0, male=1).
76
+ Since 'gender_row' is None, this function will not be used.
77
+ """
78
+ return None
79
+
80
+ # 3. Conduct initial filtering and save metadata
81
+ # Trait data availability depends on whether trait_row is None
82
+ is_trait_available = (trait_row is not None)
83
+
84
+ is_usable = validate_and_save_cohort_info(
85
+ is_final=False,
86
+ cohort=cohort,
87
+ info_path=json_path,
88
+ is_gene_available=is_gene_available,
89
+ is_trait_available=is_trait_available
90
+ )
91
+
92
+ # 4. Clinical Feature Extraction - Skip because trait_row is None
93
+ if is_trait_available:
94
+ # Would extract and save clinical features if available.
95
+ pass
96
+ # STEP3
97
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
98
+ gene_data = get_genetic_data(matrix_file)
99
+
100
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
101
+ print(gene_data.index[:20])
102
+ print("requires_gene_mapping = True")
103
+ # STEP5
104
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
105
+ gene_annotation = get_gene_annotation(soft_file)
106
+
107
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
108
+ print("Gene annotation preview:")
109
+ print(preview_df(gene_annotation))
110
+ # STEP: Gene Identifier Mapping
111
+
112
+ # 1. Identify the columns in the gene annotation dataframe
113
+ # - 'ID' matches the probe identifiers in the gene expression data
114
+ # - 'gene_assignment' contains the gene symbols (within the text)
115
+ probe_col = 'ID'
116
+ gene_symbol_col = 'gene_assignment'
117
+
118
+ # 2. Get a gene mapping dataframe from the annotation
119
+ mapping_df = get_gene_mapping(gene_annotation, probe_col, gene_symbol_col)
120
+
121
+ # 3. Convert probe-level expression to gene-level expression
122
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
123
+
124
+ # For validation, print the shape of the mapped gene_data
125
+ print("Mapped gene_data shape:", gene_data.shape)
126
+ import pandas as pd
127
+
128
+ # STEP7
129
+
130
+ # 1. Normalize the obtained gene data using the NCBI Gene synonym database
131
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
132
+ normalized_gene_data.to_csv(out_gene_data_file)
133
+
134
+ # 2. Since no clinical data was extracted (trait_row=None in previous steps),
135
+ # define a placeholder clinical DataFrame so the code won't fail.
136
+ selected_clinical_df = pd.DataFrame()
137
+
138
+ # Attempt to link clinical and genetic data
139
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, normalized_gene_data)
140
+
141
+ # If the trait column isn't present after linking, it implies no trait data is available.
142
+ if trait not in linked_data.columns:
143
+ # Provide a dummy DataFrame and set is_biased=False so is_final=True doesn't error out
144
+ empty_df = pd.DataFrame()
145
+ validate_and_save_cohort_info(
146
+ is_final=True,
147
+ cohort=cohort,
148
+ info_path=json_path,
149
+ is_gene_available=True,
150
+ is_trait_available=False,
151
+ is_biased=False, # Dummy value to satisfy function requirements
152
+ df=empty_df, # Dummy DataFrame
153
+ note="No trait data available for this dataset."
154
+ )
155
+ else:
156
+ # 3. Handle missing values systematically
157
+ linked_data_processed = handle_missing_values(linked_data, trait_col=trait)
158
+
159
+ # 4. Check for biased trait and remove any biased demographic features
160
+ trait_biased, linked_data_final = judge_and_remove_biased_features(linked_data_processed, trait)
161
+
162
+ # 5. Final quality validation and metadata saving
163
+ is_usable = validate_and_save_cohort_info(
164
+ is_final=True,
165
+ cohort=cohort,
166
+ info_path=json_path,
167
+ is_gene_available=True,
168
+ is_trait_available=True,
169
+ is_biased=trait_biased,
170
+ df=linked_data_final,
171
+ note="Dataset processed with GEO pipeline. Checked for missing values and bias."
172
+ )
173
+
174
+ # 6. If dataset is usable, save the final linked data
175
+ if is_usable:
176
+ linked_data_final.to_csv(out_data_file)
p1/preprocess/Breast_Cancer/code/GSE208101.py ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE208101"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE208101"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE208101.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE208101.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE208101.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1) Gene Expression Data Availability
37
+ # From the background info, it is clear this dataset uses a gene expression profiling platform (Clariom D),
38
+ # so we consider gene expression data to be available.
39
+ is_gene_available = True
40
+
41
+ # 2) Variable Availability and Data Type Conversion
42
+ # Based on the sample characteristics dictionary, all samples have "gender: female" (only one unique value),
43
+ # "tissue: primary luminal breast cancer" (only one unique value), "disease state: luminal breast cancer" (one unique value),
44
+ # and "loco-regional recurrence" with three categories (EARLY, INTERMEDIATE, LATE), which does not reflect the trait
45
+ # "Breast_Cancer" vs. "Non-Cancer", but rather time-to-recurrence categories. Therefore, no key actually
46
+ # provides a varying "Breast_Cancer" trait, and there is also no key for age. Thus, each variable is effectively unavailable.
47
+
48
+ trait_row = None
49
+ age_row = None
50
+ gender_row = None
51
+
52
+ # Define data conversion functions (they won't be used since all variables are unavailable),
53
+ # but we provide them as placeholders to follow instructions.
54
+
55
+ def convert_trait(val: str) -> int:
56
+ # Placeholder: Not used, but implemented for completeness.
57
+ # Suppose we parse after the colon, but since data is unavailable, return None.
58
+ return None
59
+
60
+ def convert_age(val: str) -> float:
61
+ # Placeholder: Not used, but implemented for completeness.
62
+ return None
63
+
64
+ def convert_gender(val: str) -> int:
65
+ # Placeholder: Not used, but implemented for completeness.
66
+ return None
67
+
68
+ # 3) Save metadata using initial filtering
69
+ # Trait data availability depends on whether trait_row is None.
70
+ is_trait_available = (trait_row is not None)
71
+
72
+ is_usable = validate_and_save_cohort_info(
73
+ is_final=False,
74
+ cohort=cohort,
75
+ info_path=json_path,
76
+ is_gene_available=is_gene_available,
77
+ is_trait_available=is_trait_available
78
+ )
79
+
80
+ # 4) Clinical Feature Extraction
81
+ # We only proceed if trait_row is not None. Otherwise, skip.
82
+ if trait_row is not None:
83
+ selected_clinical_df = geo_select_clinical_features(
84
+ clinical_data,
85
+ trait="Breast_Cancer",
86
+ trait_row=trait_row,
87
+ convert_trait=convert_trait,
88
+ age_row=age_row,
89
+ convert_age=convert_age,
90
+ gender_row=gender_row,
91
+ convert_gender=convert_gender
92
+ )
93
+ print("Preview of clinical data:", preview_df(selected_clinical_df))
94
+ selected_clinical_df.to_csv(out_clinical_data_file, index=False)
95
+ # STEP3
96
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
97
+ gene_data = get_genetic_data(matrix_file)
98
+
99
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
100
+ print(gene_data.index[:20])
101
+ # These identifiers (e.g., "TC0100006432.hg.1") are not standard HUGO gene symbols.
102
+ # Therefore, gene mapping is required.
103
+ print("requires_gene_mapping = True")
104
+ # STEP5
105
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
106
+ gene_annotation = get_gene_annotation(soft_file)
107
+
108
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
109
+ print("Gene annotation preview:")
110
+ print(preview_df(gene_annotation))
111
+ # STEP6: Gene Identifier Mapping
112
+
113
+ # 1) Decide which columns match the gene expression data ID and the gene symbol.
114
+ # From our inspection, the "ID" column contains the probe IDs matching the gene_data index.
115
+ # The "gene_assignment" column contains text from which we can extract gene symbols.
116
+
117
+ # 2) Get a gene mapping dataframe using the library's get_gene_mapping function.
118
+ gene_mapping_df = get_gene_mapping(
119
+ annotation=gene_annotation,
120
+ prob_col='ID',
121
+ gene_col='gene_assignment'
122
+ )
123
+
124
+ # 3) Apply the mapping to convert the probe-level expression data into gene-level data.
125
+ gene_data = apply_gene_mapping(gene_data, gene_mapping_df)
126
+
127
+ # To observe some information about the resulting gene_data, let's print its shape and a quick head.
128
+ print("Mapped gene_data shape:", gene_data.shape)
129
+ print("Head of the mapped gene_data:")
130
+ print(gene_data.head())
131
+ # STEP7
132
+
133
+ import pandas as pd
134
+
135
+ # 1. Normalize the obtained gene data using the NCBI Gene synonym database
136
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
137
+ normalized_gene_data.to_csv(out_gene_data_file)
138
+
139
+ # Since we determined earlier that trait data is not available (trait_row = None),
140
+ # "selected_clinical_df" was never created. We therefore have no clinical data to link,
141
+ # and the dataset is not usable for trait analysis. We'll handle final validation accordingly.
142
+
143
+ # 2-4. Skip linking, missing-value handling, and bias checking because trait data is unavailable
144
+ # Prepare a minimal placeholder DataFrame for final validation.
145
+ placeholder_df = pd.DataFrame()
146
+
147
+ # 5. Conduct final quality validation and save relevant information about the linked cohort data
148
+ # Since trait data is unavailable, is_trait_available=False, the dataset won't be usable.
149
+ # However, validate_and_save_cohort_info requires a boolean for is_biased when is_final=True.
150
+ # We'll set is_biased=True (forcing the dataset to be considered not usable).
151
+ is_usable = validate_and_save_cohort_info(
152
+ is_final=True,
153
+ cohort=cohort,
154
+ info_path=json_path,
155
+ is_gene_available=True,
156
+ is_trait_available=False,
157
+ is_biased=True,
158
+ df=placeholder_df,
159
+ note="Trait data not available; cannot link clinical and genetic data."
160
+ )
161
+
162
+ # 6. If the dataset is usable (which, given no trait, it won't be), save the final linked data
163
+ if is_usable:
164
+ # Normally we would save the linked data, but here it will remain unavailable.
165
+ pass
p1/preprocess/Breast_Cancer/code/GSE225328.py ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE225328"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE225328"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE225328.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE225328.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE225328.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Determine if gene expression data is available
37
+ # From the background ("Transcriptome profiling"), we consider this dataset as containing gene expression data
38
+ is_gene_available = True
39
+
40
+ # 2. Identify the corresponding rows for each variable in the sample characteristics dictionary
41
+ # Here, both 'disease' and 'Sex' have only one unique value ("early-stage luminal breast cancer" and "female"),
42
+ # so they offer no variability for association studies. Hence, we consider them unavailable.
43
+ trait_row = None
44
+ age_row = None
45
+ gender_row = None
46
+
47
+ # Define data conversion functions.
48
+ # Since our identified rows are None, we won't actually use these functions,
49
+ # but we still define them as requested.
50
+ def convert_trait(value: str):
51
+ return None
52
+
53
+ def convert_age(value: str):
54
+ return None
55
+
56
+ def convert_gender(value: str):
57
+ return None
58
+
59
+ # 3. Conduct initial filtering of usability
60
+ is_trait_available = (trait_row is not None)
61
+ is_usable = 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. Because trait_row is None, we skip clinical feature extraction and saving.
p1/preprocess/Breast_Cancer/code/GSE234017.py ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE234017"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE234017"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE234017.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE234017.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE234017.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Decide if gene expression data is likely available
37
+ is_gene_available = True # Spatial transcriptomics indicates gene expression data
38
+
39
+ # 2. Identify variable availability
40
+ # From the sample characteristics dictionary, row 2 ("genotype: WT/BRCA1/BRCA2")
41
+ # best reflects the trait "Breast_Cancer" in a binary manner (WT vs BRCA-mutated)
42
+ trait_row = 2
43
+ age_row = None
44
+ gender_row = None
45
+
46
+ # 2.2 Data Type Conversions
47
+ def convert_trait(value: str):
48
+ parts = value.split(':')
49
+ if len(parts) < 2:
50
+ return None
51
+ val = parts[1].strip()
52
+ # WT => 0, BRCA1 => 1, BRCA2 => 1
53
+ if val == "WT":
54
+ return 0
55
+ elif val in ["BRCA1", "BRCA2"]:
56
+ return 1
57
+ return None
58
+
59
+ def convert_age(value: str):
60
+ # No age data is provided
61
+ return None
62
+
63
+ def convert_gender(value: str):
64
+ # No gender data is provided
65
+ return None
66
+
67
+ # 3. Save metadata with initial filtering
68
+ is_trait_available = (trait_row is not None)
69
+ _ = validate_and_save_cohort_info(
70
+ is_final=False,
71
+ cohort=cohort,
72
+ info_path=json_path,
73
+ is_gene_available=is_gene_available,
74
+ is_trait_available=is_trait_available
75
+ )
76
+
77
+ # 4. Clinical Feature Extraction (only if trait_row is not None)
78
+ if trait_row is not None:
79
+ selected_clinical_df = geo_select_clinical_features(
80
+ clinical_df=clinical_data,
81
+ trait=trait,
82
+ trait_row=trait_row,
83
+ convert_trait=convert_trait,
84
+ age_row=age_row,
85
+ convert_age=convert_age,
86
+ gender_row=gender_row,
87
+ convert_gender=convert_gender
88
+ )
89
+
90
+ preview_result = preview_df(selected_clinical_df, n=5, max_items=200)
91
+ print("Preview of selected clinical features:", preview_result)
92
+ selected_clinical_df.to_csv(out_clinical_data_file, index=False)
93
+ # STEP3
94
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
95
+ gene_data = get_genetic_data(matrix_file)
96
+
97
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
98
+ print(gene_data.index[:20])
99
+ # Based on the observed identifiers, they do not appear to be standard human gene symbols.
100
+ # Thus, they likely require mapping to official gene symbols.
101
+ print("They appear to be some form of platform-based IDs.")
102
+ print("requires_gene_mapping = True")
103
+ # STEP5
104
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
105
+ gene_annotation = get_gene_annotation(soft_file)
106
+
107
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
108
+ print("Gene annotation preview:")
109
+ print(preview_df(gene_annotation))
110
+ # STEP: Gene Identifier Mapping
111
+
112
+ # 1. Identify the columns in the gene annotation that contain the same IDs as in 'gene_data'
113
+ # and the column that contains the gene symbols ("ID" for probe identifiers, "ORF" for gene symbols).
114
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='ORF')
115
+
116
+ # 2. Convert probe-level measurements to gene expression data using the mapping dataframe.
117
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
118
+
119
+ # 3. Print the shape and a small preview of the resulting gene-level expression dataframe.
120
+ print("Gene data shape after mapping:", gene_data.shape)
121
+ print("Preview of mapped gene data:", preview_df(gene_data, n=5, max_items=20))
122
+ # STEP7
123
+
124
+ # 1. Normalize the obtained gene data using the NCBI Gene synonym database
125
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
126
+ normalized_gene_data.to_csv(out_gene_data_file)
127
+
128
+ # 2. Link the clinical and genetic data
129
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, normalized_gene_data)
130
+
131
+ # 3. Handle missing values systematically
132
+ linked_data_processed = handle_missing_values(linked_data, trait_col=trait)
133
+
134
+ # 4. Check for biased trait and remove any biased demographic features
135
+ trait_biased, linked_data_final = judge_and_remove_biased_features(linked_data_processed, trait)
136
+
137
+ # 5. Final quality 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_final,
146
+ note="Dataset processed with GEO pipeline. Checked for missing values and bias."
147
+ )
148
+
149
+ # 6. If dataset is usable, save the final linked data
150
+ if is_usable:
151
+ linked_data_final.to_csv(out_data_file)
p1/preprocess/Breast_Cancer/code/GSE236725.py ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE236725"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE236725"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE236725.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE236725.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE236725.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Determine if the dataset likely contains gene expression data
37
+ is_gene_available = True # The study used Affymetrix microarrays, so it's gene expression data
38
+
39
+ # 2. Check variable availability
40
+ # The "disease state: breast cancer" field is constant (i.e., identical for all samples),
41
+ # so it does not provide variability for association analysis. Age and gender are not present.
42
+ trait_row = None
43
+ age_row = None
44
+ gender_row = None
45
+
46
+ # 3. Save metadata (initial filtering)
47
+ is_trait_available = (trait_row is not None)
48
+ is_usable = validate_and_save_cohort_info(
49
+ is_final=False,
50
+ cohort=cohort,
51
+ info_path=json_path,
52
+ is_gene_available=is_gene_available,
53
+ is_trait_available=is_trait_available
54
+ )
55
+
56
+ # 4. If trait_row were available, we would extract clinical features here, but it's None, so we skip.
57
+ # STEP3
58
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
59
+ gene_data = get_genetic_data(matrix_file)
60
+
61
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
62
+ print(gene_data.index[:20])
63
+ # These identifiers (e.g., "1007_s_at", "1053_at") are Affymetrix probe IDs, not standard gene symbols.
64
+ requires_gene_mapping = True
65
+ # STEP5
66
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
67
+ gene_annotation = get_gene_annotation(soft_file)
68
+
69
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
70
+ print("Gene annotation preview:")
71
+ print(preview_df(gene_annotation))
72
+ # STEP: Gene Identifier Mapping
73
+
74
+ # 1. Identify the columns for probe IDs and gene symbols
75
+ # ('ID' for probes, 'Gene Symbol' for gene symbols).
76
+
77
+ # 2. Extract the mapping between probe IDs and gene symbols into a DataFrame.
78
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='Gene Symbol')
79
+
80
+ # 3. Convert probe-level measurements to gene expression data using the mapping information.
81
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
82
+ # STEP7: Data Normalization and Partial Validation (No Trait Data)
83
+
84
+ # 1. Normalize gene symbols in the obtained gene expression data using synonym information from the NCBI Gene database.
85
+ # Remove data of unrecognized gene symbols, and average the expression values of gene symbols that are mapped to the
86
+ # same standard symbol. Save the normalized data as a CSV file to out_gene_data_file.
87
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
88
+ normalized_gene_data.to_csv(out_gene_data_file)
89
+
90
+ # Since we do not have a trait (trait_row was None in previous steps), we cannot perform a final trait-based analysis.
91
+ # Therefore, we record partial validation with is_final=False, so we do not need to provide df or is_biased.
92
+ is_trait_available = False
93
+ is_gene_available = True
94
+
95
+ is_usable = validate_and_save_cohort_info(
96
+ is_final=False,
97
+ cohort=cohort,
98
+ info_path=json_path,
99
+ is_gene_available=is_gene_available,
100
+ is_trait_available=is_trait_available
101
+ )
102
+
103
+ # There is no trait data to link or validate further, so we do not perform additional steps here.
104
+ # is_usable is expected to be False, indicating we cannot proceed with final usage.
p1/preprocess/Breast_Cancer/code/GSE248830.py ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE248830"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE248830"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE248830.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE248830.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE248830.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1) Determine if the dataset likely contains gene expression data.
37
+ # From the background information, this dataset has "Targeted gene expression profiles ... using nCounter PanCancer IO 360™ Panel".
38
+ # Hence, set is_gene_available to True.
39
+ is_gene_available = True
40
+
41
+ # 2) Check availability of variables: trait, age, gender
42
+ # From the sample characteristics dictionary, we see:
43
+ # - Row 0: 'age at diagnosis: ...'
44
+ # - Row 1: 'Sex: female/male'
45
+ # - Row 2: 'histology: ...', which helps distinguish "adenocaricnoma" (lung) vs. "TNBC"/"ER"/"HER2"/"PR" (breast).
46
+ trait_row = 2
47
+ age_row = 0
48
+ gender_row = 1
49
+
50
+ # 2.2) Define data conversion functions.
51
+
52
+ def convert_trait(x: str):
53
+ """
54
+ Convert histology to a binary indicator for 'Breast_Cancer':
55
+ - 1 if the histology suggests breast cancer
56
+ - 0 if it suggests lung adenocarcinoma
57
+ - None for unknown or unrecognized patterns
58
+ """
59
+ parts = x.split(':', 1)
60
+ if len(parts) < 2:
61
+ return None
62
+ val = parts[1].strip().lower()
63
+ if 'adenocaricnoma' in val:
64
+ return 0
65
+ if 'tnbc' in val or 'her2' in val or 'er' in val or 'pr' in val:
66
+ return 1
67
+ if 'unknown' in val:
68
+ return None
69
+ return None
70
+
71
+ def convert_age(x: str):
72
+ """
73
+ Convert age at diagnosis to a continuous float. Return None if 'n.a.' or not a valid number.
74
+ """
75
+ parts = x.split(':', 1)
76
+ if len(parts) < 2:
77
+ return None
78
+ val = parts[1].strip().lower()
79
+ if val == 'n.a.':
80
+ return None
81
+ try:
82
+ return float(val)
83
+ except ValueError:
84
+ return None
85
+
86
+ def convert_gender(x: str):
87
+ """
88
+ Convert gender to a binary indicator: female -> 0, male -> 1, None otherwise.
89
+ """
90
+ parts = x.split(':', 1)
91
+ if len(parts) < 2:
92
+ return None
93
+ val = parts[1].strip().lower()
94
+ if val == 'female':
95
+ return 0
96
+ if val == 'male':
97
+ return 1
98
+ return None
99
+
100
+ # 3) Save metadata with initial filtering.
101
+ # Trait data is available if trait_row is not None.
102
+ is_trait_available = (trait_row is not None)
103
+ usable_initial = validate_and_save_cohort_info(
104
+ is_final=False,
105
+ cohort=cohort,
106
+ info_path=json_path,
107
+ is_gene_available=is_gene_available,
108
+ is_trait_available=is_trait_available
109
+ )
110
+
111
+ # 4) If trait data is available, extract and preview clinical features, then save to CSV.
112
+ if is_trait_available:
113
+ selected_clinical_data = geo_select_clinical_features(
114
+ clinical_df=clinical_data, # Assume 'clinical_data' is a DataFrame already loaded
115
+ trait=trait, # "Breast_Cancer"
116
+ trait_row=trait_row,
117
+ convert_trait=convert_trait,
118
+ age_row=age_row,
119
+ convert_age=convert_age,
120
+ gender_row=gender_row,
121
+ convert_gender=convert_gender
122
+ )
123
+
124
+ # Preview extracted clinical data
125
+ clinical_preview = preview_df(selected_clinical_data)
126
+ print("Clinical Data Preview:", clinical_preview)
127
+
128
+ # Save the clinical features to CSV
129
+ selected_clinical_data.to_csv(out_clinical_data_file, index=False)
130
+ # STEP3
131
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
132
+ gene_data = get_genetic_data(matrix_file)
133
+
134
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
135
+ print(gene_data.index[:20])
136
+ # Based on the provided gene identifiers (A2M, ACVR1C, ADAM12, ADGRE1, ADM, ADORA2A, AKT1, etc.),
137
+ # they appear to be valid human gene symbols and do not require additional mapping.
138
+ # Concluding answer:
139
+ print("requires_gene_mapping = False")
140
+ # STEP5
141
+
142
+ # 1. Normalize the obtained gene data using the NCBI Gene synonym database
143
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
144
+ normalized_gene_data.to_csv(out_gene_data_file)
145
+
146
+ # 2. Link the clinical and genetic data
147
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_data, normalized_gene_data)
148
+
149
+ # 3. Handle missing values systematically
150
+ linked_data_processed = handle_missing_values(linked_data, trait_col=trait)
151
+
152
+ # 4. Check for biased trait and remove any biased demographic features
153
+ trait_biased, linked_data_final = judge_and_remove_biased_features(linked_data_processed, trait)
154
+
155
+ # 5. Final quality validation and metadata saving
156
+ is_usable = validate_and_save_cohort_info(
157
+ is_final=True,
158
+ cohort=cohort,
159
+ info_path=json_path,
160
+ is_gene_available=True,
161
+ is_trait_available=True,
162
+ is_biased=trait_biased,
163
+ df=linked_data_final,
164
+ note="Dataset processed with GEO pipeline. Checked for missing values and bias."
165
+ )
166
+
167
+ # 6. If dataset is usable, save the final linked data
168
+ if is_usable:
169
+ linked_data_final.to_csv(out_data_file)
p1/preprocess/Breast_Cancer/code/GSE249377.py ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE249377"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE249377"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE249377.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE249377.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE249377.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Gene Expression Data Availability
37
+ is_gene_available = True # From background info, this dataset provides transcriptomic (gene expression) data.
38
+
39
+ # 2. Variable Availability and Data Type Conversion
40
+ # After reviewing the sample characteristics, none of the rows provide distinct "Breast_Cancer" statuses,
41
+ # nor do they provide "age" or "gender" information. The experiment uses only MCF7 (a breast cancer cell line),
42
+ # which does not vary among samples in a way that is useful for association studies.
43
+ trait_row = None
44
+ age_row = None
45
+ gender_row = None
46
+
47
+ # Define conversion functions (they won't be used here, but we must still define them):
48
+ def convert_trait(value: str) -> Optional[Union[float, int]]:
49
+ return None # No trait row available, so always return None
50
+
51
+ def convert_age(value: str) -> Optional[float]:
52
+ return None # No age row available, so always return None
53
+
54
+ def convert_gender(value: str) -> Optional[int]:
55
+ return None # No gender row available, so always return None
56
+
57
+ # 3. Save Metadata (initial filtering)
58
+ # If trait_row is None, is_trait_available should be False
59
+ is_usable = validate_and_save_cohort_info(
60
+ 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
+
67
+ # 4. Clinical Feature Extraction
68
+ # Since trait_row is None, we do not perform clinical feature extraction and skip this step.
69
+ # STEP3
70
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
71
+ gene_data = get_genetic_data(matrix_file)
72
+
73
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
74
+ print(gene_data.index[:20])
p1/preprocess/Breast_Cancer/code/GSE270721.py ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE270721"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE270721"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE270721.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE270721.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE270721.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ # 1. Gene Expression Data Availability
37
+ is_gene_available = True # HTA 2.0 microarrays indicate gene expression data
38
+
39
+ # 2. Variable Availability and Data Type Conversion
40
+ # Based on the sample characteristics, only 'age' has multiple non-constant values.
41
+ trait_row = None # Not found or constant (all are breast cancer patients)
42
+ age_row = 2 # Key with age information
43
+ gender_row = None # No gender information found
44
+
45
+ def convert_trait(value: str):
46
+ # No trait data row, so not applicable in this cohort
47
+ return None
48
+
49
+ def convert_age(value: str):
50
+ # The format seems to be "age: 78.00" or "age: not available"
51
+ # Extract the substring after ':'
52
+ parts = value.split(':', 1)
53
+ if len(parts) < 2:
54
+ return None
55
+ val_str = parts[1].strip().lower()
56
+ if val_str == "not available":
57
+ return None
58
+ try:
59
+ return float(val_str)
60
+ except ValueError:
61
+ return None
62
+
63
+ def convert_gender(value: str):
64
+ # No gender data row, so not applicable
65
+ return None
66
+
67
+ # 3. Save Metadata (initial filtering)
68
+ # Trait is considered unavailable since trait_row is None
69
+ is_trait_available = (trait_row is not None)
70
+ is_usable = validate_and_save_cohort_info(
71
+ is_final=False,
72
+ cohort=cohort,
73
+ info_path=json_path,
74
+ is_gene_available=is_gene_available,
75
+ is_trait_available=is_trait_available
76
+ )
77
+
78
+ # 4. Clinical Feature Extraction
79
+ # Skip if trait_row is None
80
+ if trait_row is not None:
81
+ # We would perform clinical data extraction here, but trait_row is None in this case.
82
+ pass
83
+ # STEP3
84
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
85
+ gene_data = get_genetic_data(matrix_file)
86
+
87
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
88
+ print(gene_data.index[:20])
89
+ # The given identifiers (e.g., TC01000001.hg.1) are not recognizable standard human gene symbols.
90
+ # They likely need mapping to official gene symbols.
91
+ print("requires_gene_mapping = True")
92
+ # STEP5
93
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
94
+ gene_annotation = get_gene_annotation(soft_file)
95
+
96
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
97
+ print("Gene annotation preview:")
98
+ print(preview_df(gene_annotation))
99
+ # STEP: Gene Identifier Mapping
100
+
101
+ # 1. Identify the relevant columns in gene_annotation for probe IDs and gene symbols.
102
+ # From the preview, "ID" matches the row IDs in our gene_data, and "gene_assignment" holds gene symbol info.
103
+
104
+ mapping_df = get_gene_mapping(gene_annotation, prob_col="ID", gene_col="gene_assignment")
105
+
106
+ # 2. Convert probe-level measurements to gene-level by applying the mapping.
107
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
108
+ # STEP8
109
+
110
+ # 1. Normalize the obtained gene data with the 'normalize_gene_symbols_in_index' function
111
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
112
+ normalized_gene_data.to_csv(out_gene_data_file)
113
+
114
+ # Because trait data is not available (trait_row was None), we skip linking clinical data and trait-based analyses.
115
+
116
+ # 2. Perform final validation and save cohort info.
117
+ # Per the library requirements, we must provide 'df' and 'is_biased' even though trait is unavailable.
118
+ # Setting 'is_biased=False' does not indicate the trait is balanced; rather, we are forced to supply a boolean.
119
+ # The function will mark the dataset as unusable because is_trait_available=False.
120
+ validate_and_save_cohort_info(
121
+ is_final=True,
122
+ cohort=cohort,
123
+ info_path=json_path,
124
+ is_gene_available=True,
125
+ is_trait_available=False,
126
+ df=normalized_gene_data,
127
+ is_biased=False,
128
+ note="No trait or demographic data is available for association analysis."
129
+ )
130
+
131
+ # 3. Since the dataset is not usable for trait-based analysis, we do not save any final linked data.
p1/preprocess/Breast_Cancer/code/GSE283522.py ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+ cohort = "GSE283522"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Breast_Cancer"
10
+ in_cohort_dir = "../DATA/GEO/Breast_Cancer/GSE283522"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Breast_Cancer/GSE283522.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/GSE283522.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/GSE283522.csv"
16
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+ # 1. Identify the paths to the SOFT file and the matrix file
21
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
22
+
23
+ # 2. Read the matrix file to obtain background information and sample characteristics data
24
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
25
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
26
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file, background_prefixes, clinical_prefixes)
27
+
28
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
29
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
30
+
31
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
32
+ print("Background Information:")
33
+ print(background_info)
34
+ print("Sample Characteristics Dictionary:")
35
+ print(sample_characteristics_dict)
36
+ import re
37
+
38
+ # 1. Gene Expression Data Availability
39
+ # Based on the background describing RNA-sequencing (mFISHseq), this dataset likely contains gene expression data.
40
+ is_gene_available = True
41
+
42
+ # 2. Variable Availability and Conversions
43
+
44
+ # 2.1 Identify rows in the Sample Characteristics Dictionary
45
+ # Trait: row 1 (contains "isolate: breast cancer patient", "isolate: healthy individual", etc.)
46
+ trait_row = 1
47
+
48
+ # Age: row 2 (contains "age: 55 - 59", "age: 70 - 74", etc.)
49
+ age_row = 2
50
+
51
+ # Gender: row 5 (contains "Sex: female", "Sex: male", etc.)
52
+ gender_row = 5
53
+
54
+ # 2.2 Define data type conversions
55
+ def convert_trait(value: str):
56
+ """
57
+ Convert the value in row 1 into a binary indicator for breast cancer.
58
+ 'isolate: breast cancer patient' -> 1
59
+ 'isolate: healthy individual' -> 0
60
+ otherwise -> None
61
+ """
62
+ parts = value.split(':', 1)
63
+ if len(parts) < 2:
64
+ return None
65
+ v = parts[1].strip().lower()
66
+ if 'breast cancer patient' in v:
67
+ return 1
68
+ elif 'healthy individual' in v:
69
+ return 0
70
+ else:
71
+ return None
72
+
73
+ def convert_age(value: str):
74
+ """
75
+ Convert the value in row 2 into a continuous numeric age.
76
+ Example: 'age: 55 - 59' -> 57 (midpoint), 'age: not applicable' -> None
77
+ """
78
+ parts = value.split(':', 1)
79
+ if len(parts) < 2:
80
+ return None
81
+ range_str = parts[1].strip().lower()
82
+ if 'not applicable' in range_str:
83
+ return None
84
+ # Attempt to extract numeric values:
85
+ digits = re.findall(r'\d+', range_str)
86
+ if len(digits) == 2:
87
+ low, high = map(int, digits)
88
+ return (low + high) / 2
89
+ elif len(digits) == 1:
90
+ return int(digits[0])
91
+ else:
92
+ return None
93
+
94
+ def convert_gender(value: str):
95
+ """
96
+ Convert the value in row 5 into a binary indicator for gender.
97
+ 'Sex: female' -> 0
98
+ 'Sex: male' -> 1
99
+ otherwise -> None
100
+ """
101
+ parts = value.split(':', 1)
102
+ if len(parts) < 2:
103
+ return None
104
+ v = parts[1].strip().lower()
105
+ if v == 'female':
106
+ return 0
107
+ elif v == 'male':
108
+ return 1
109
+ else:
110
+ return None
111
+
112
+ # 3. Save Metadata with initial filtering
113
+ is_trait_available = (trait_row is not None)
114
+ is_usable = validate_and_save_cohort_info(
115
+ is_final=False,
116
+ cohort=cohort,
117
+ info_path=json_path,
118
+ is_gene_available=is_gene_available,
119
+ is_trait_available=is_trait_available
120
+ )
121
+
122
+ # 4. Clinical Feature Extraction (only if trait_row is available)
123
+ if trait_row is not None:
124
+ selected_clinical = geo_select_clinical_features(
125
+ clinical_data,
126
+ trait=trait,
127
+ trait_row=trait_row,
128
+ convert_trait=convert_trait,
129
+ age_row=age_row,
130
+ convert_age=convert_age,
131
+ gender_row=gender_row,
132
+ convert_gender=convert_gender
133
+ )
134
+ # Observe the extracted clinical dataframe
135
+ preview = preview_df(selected_clinical)
136
+ print("Preview of selected clinical features:", preview)
137
+
138
+ # Save clinical data to CSV
139
+ selected_clinical.to_csv(out_clinical_data_file, index=False)
140
+ # STEP3
141
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
142
+ gene_data = get_genetic_data(matrix_file)
143
+
144
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
145
+ print(gene_data.index[:20])
p1/preprocess/Breast_Cancer/code/TCGA.py ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Breast_Cancer"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/1/Breast_Cancer/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/1/Breast_Cancer/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/1/Breast_Cancer/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/1/Breast_Cancer/cohort_info.json"
15
+
16
+ import os
17
+ import pandas as pd
18
+
19
+ # 1) Identify the subdirectory for "Breast_Cancer"
20
+ cohort_name = "TCGA_Breast_Cancer_(BRCA)" # Found by matching "Breast_Cancer" with the list of directories
21
+ cohort_dir = os.path.join(tcga_root_dir, cohort_name)
22
+
23
+ # 2) Identify the paths to clinical and genetic files
24
+ clinical_file_path, genetic_file_path = tcga_get_relevant_filepaths(cohort_dir)
25
+
26
+ # 3) Load the files as Pandas DataFrames
27
+ clinical_df = pd.read_csv(clinical_file_path, index_col=0, sep='\t')
28
+ genetic_df = pd.read_csv(genetic_file_path, index_col=0, sep='\t')
29
+
30
+ # 4) Print the column names of the clinical DataFrame
31
+ print(clinical_df.columns.tolist())
32
+ # 1) Identify the candidate columns
33
+ candidate_age_cols = ['Age_at_Initial_Pathologic_Diagnosis_nature2012', 'age_at_initial_pathologic_diagnosis']
34
+ candidate_gender_cols = ['Gender_nature2012', 'gender']
35
+
36
+ # Print them in the specified format
37
+ print(f"candidate_age_cols = {candidate_age_cols}")
38
+ print(f"candidate_gender_cols = {candidate_gender_cols}")
39
+
40
+ # 2) Extract and preview the candidate columns from the clinical data
41
+ age_subset = clinical_df[candidate_age_cols] if candidate_age_cols else pd.DataFrame()
42
+ gender_subset = clinical_df[candidate_gender_cols] if candidate_gender_cols else pd.DataFrame()
43
+
44
+ if not age_subset.empty:
45
+ print("Age subset preview:")
46
+ print(preview_df(age_subset, n=5))
47
+
48
+ if not gender_subset.empty:
49
+ print("Gender subset preview:")
50
+ print(preview_df(gender_subset, n=5))
51
+ # Based on the previews, we see that the second candidate age column ('age_at_initial_pathologic_diagnosis')
52
+ # contains valid age values, while the first only has NaN. Similarly, the second candidate gender column ('gender')
53
+ # contains valid gender values, while the first only has NaN.
54
+
55
+ age_col = "age_at_initial_pathologic_diagnosis"
56
+ gender_col = "gender"
57
+
58
+ print("Selected age_col:", age_col)
59
+ print("Selected gender_col:", gender_col)
60
+ # 1) Extract and standardize clinical features (trait, age, gender) from the TCGA data
61
+ selected_clinical_df = tcga_select_clinical_features(
62
+ clinical_df=clinical_df,
63
+ trait=trait,
64
+ age_col=age_col,
65
+ gender_col=gender_col
66
+ )
67
+
68
+ # 2) Normalize gene symbols in the gene expression data
69
+ genetic_df_normalized = normalize_gene_symbols_in_index(genetic_df)
70
+ genetic_df_normalized.to_csv(out_gene_data_file)
71
+
72
+ # 3) Link clinical and genetic data on sample IDs
73
+ gene_expr_t = genetic_df_normalized.T
74
+ linked_data = selected_clinical_df.join(gene_expr_t, how='inner')
75
+
76
+ # 4) Handle missing values in the linked data
77
+ linked_data = handle_missing_values(linked_data, trait)
78
+
79
+ # 5) Determine whether the trait and some demographic features are severely biased
80
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
81
+
82
+ # 6) Validate and save cohort information
83
+ is_usable = validate_and_save_cohort_info(
84
+ is_final=True,
85
+ cohort="TCGA",
86
+ info_path=json_path,
87
+ is_gene_available=True,
88
+ is_trait_available=True,
89
+ is_biased=trait_biased,
90
+ df=linked_data,
91
+ note="Prostate Cancer data from TCGA."
92
+ )
93
+
94
+ # 7) If usable, save the final linked data, including clinical and genetic features
95
+ if is_usable:
96
+ linked_data.to_csv(out_data_file)
97
+ # Save clinical subset if present
98
+ clinical_cols = [col for col in [trait, "Age", "Gender"] if col in linked_data.columns]
99
+ if clinical_cols:
100
+ linked_data[clinical_cols].to_csv(out_clinical_data_file)
p1/preprocess/Breast_Cancer/gene_data/GSE153316.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b74b8b29c100349de2d065624634bb6cff9b7a004f27a4bdcf2f507d6c3022e2
3
+ size 25366182
p1/preprocess/Breast_Cancer/gene_data/GSE207847.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed74109382222388995dbe48a728358ec835e919d70e3353f340bde074f2cead
3
+ size 19341634
p1/preprocess/Breast_Cancer/gene_data/GSE208101.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6bbfce7e5baad7fca87fdf54418256cab91f6804c4ea537ce5c03bffeb36a6e
3
+ size 16473481
p1/preprocess/Breast_Cancer/gene_data/GSE234017.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296c382d24e27fb1e1883f8a52119ede309dcf1157c4bf058d35abcfb81fb607
3
+ size 19977227
p1/preprocess/Breast_Cancer/gene_data/GSE236725.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5488367b7a47796a22d68c801b9730aef40192d3d35f8092aa392c8f983de083
3
+ size 16504806
p1/preprocess/Breast_Cancer/gene_data/GSE248830.csv ADDED
The diff for this file is too large to render. See raw diff
 
p1/preprocess/Breast_Cancer/gene_data/GSE270721.csv ADDED
The diff for this file is too large to render. See raw diff
 
p1/preprocess/Brugada_Syndrome/code/GSE136992.py ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Brugada_Syndrome"
6
+ cohort = "GSE136992"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Brugada_Syndrome"
10
+ in_cohort_dir = "../DATA/GEO/Brugada_Syndrome/GSE136992"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Brugada_Syndrome/GSE136992.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Brugada_Syndrome/gene_data/GSE136992.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Brugada_Syndrome/clinical_data/GSE136992.csv"
16
+ json_path = "./output/preprocess/1/Brugada_Syndrome/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # 1. Gene Expression Data Availability
47
+ is_gene_available = True # This dataset uses mRNA expression arrays, so it's suitable.
48
+
49
+ # 2. Variable Availability and Data Type Conversion
50
+
51
+ # 2.1 Identify rows for trait, age, and gender
52
+ # We have no row for "Brugada_Syndrome", so trait is not available.
53
+ trait_row = None
54
+
55
+ # Age is in row 2 with multiple unique values.
56
+ age_row = 2
57
+
58
+ # Gender is in row 3 with multiple unique values.
59
+ gender_row = 3
60
+
61
+ # 2.2 Define data conversion functions
62
+ def convert_trait(value: str):
63
+ # Since trait data ("Brugada_Syndrome") is not actually provided, return None
64
+ return None
65
+
66
+ def convert_age(value: str):
67
+ # Typical format: "age: 24 weeks"
68
+ try:
69
+ # Split by ':', take the latter part (e.g. "24 weeks"), strip, then split by space
70
+ part = value.split(":", 1)[1].strip() # e.g. "24 weeks"
71
+ num_str = part.split()[0] # e.g. "24"
72
+ return float(num_str) # Convert to float
73
+ except:
74
+ return None
75
+
76
+ def convert_gender(value: str):
77
+ # Typical format: "gender: male" or "gender: female"
78
+ try:
79
+ gender_str = value.split(":", 1)[1].strip().lower() # e.g. "male" or "female"
80
+ if gender_str == "male":
81
+ return 1
82
+ elif gender_str == "female":
83
+ return 0
84
+ else:
85
+ return None
86
+ except:
87
+ return None
88
+
89
+ # 3. Save Metadata: Perform initial filtering
90
+ # Trait data availability is determined by whether trait_row is None
91
+ is_trait_available = (trait_row is not None)
92
+
93
+ # Call the function from the library
94
+ usable = validate_and_save_cohort_info(
95
+ is_final=False,
96
+ cohort=cohort,
97
+ info_path=json_path,
98
+ is_gene_available=is_gene_available,
99
+ is_trait_available=is_trait_available
100
+ )
101
+
102
+ # 4. Clinical Feature Extraction
103
+ # Because trait_row is None, we skip clinical data extraction for the trait.
104
+ # STEP3
105
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
106
+ gene_data = get_genetic_data(matrix_file)
107
+
108
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
109
+ print(gene_data.index[:20])
110
+ print("Based on the naming convention 'ILMN_#####', these appear to be Illumina probe IDs, not typical human gene symbols.\nrequires_gene_mapping = True")
111
+ # STEP5
112
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
113
+ gene_annotation = get_gene_annotation(soft_file)
114
+
115
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
116
+ print("Gene annotation preview:")
117
+ print(preview_df(gene_annotation))
118
+ # STEP: Gene Identifier Mapping
119
+
120
+ # 1. Decide which columns to use for the probe IDs (matching gene_data.index) and the gene symbols.
121
+ # From the annotation preview, "ID" holds the ILMN_##### identifiers,
122
+ # and "Symbol" holds the gene symbols.
123
+ prob_col = "ID"
124
+ gene_col = "Symbol"
125
+
126
+ # 2. Get the gene mapping between probe IDs and gene symbols.
127
+ mapping_df = get_gene_mapping(gene_annotation, prob_col, gene_col)
128
+
129
+ # 3. Convert probe-level measurements to gene expression data using the many-to-many mapping.
130
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
131
+ import os
132
+ import pandas as pd
133
+
134
+ # STEP7: Data Normalization and Linking
135
+
136
+ # 1) Normalize the gene symbols in the previously obtained gene_data
137
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
138
+ normalized_gene_data.to_csv(out_gene_data_file)
139
+
140
+ # 2) Load clinical data only if it exists and is non-empty
141
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
142
+ # Read the file
143
+ clinical_temp = pd.read_csv(out_clinical_data_file)
144
+
145
+ # Adjust row index to label the trait, age, and gender properly
146
+ if clinical_temp.shape[0] == 3:
147
+ clinical_temp.index = [trait, "Age", "Gender"]
148
+ elif clinical_temp.shape[0] == 2:
149
+ clinical_temp.index = [trait, "Gender"]
150
+ elif clinical_temp.shape[0] == 1:
151
+ clinical_temp.index = [trait]
152
+
153
+ # 2) Link the clinical and normalized genetic data
154
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
155
+
156
+ # 3) Handle missing values
157
+ linked_data = handle_missing_values(linked_data, trait)
158
+
159
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
160
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
161
+
162
+ # 5) Final quality validation and save metadata
163
+ is_usable = validate_and_save_cohort_info(
164
+ is_final=True,
165
+ cohort=cohort,
166
+ info_path=json_path,
167
+ is_gene_available=True,
168
+ is_trait_available=True,
169
+ is_biased=trait_biased,
170
+ df=linked_data,
171
+ note=f"Final check on {cohort} with {trait}."
172
+ )
173
+
174
+ # 6) If the linked data is usable, save it
175
+ if is_usable:
176
+ linked_data.to_csv(out_data_file)
177
+ else:
178
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
179
+ is_usable = validate_and_save_cohort_info(
180
+ is_final=True,
181
+ cohort=cohort,
182
+ info_path=json_path,
183
+ is_gene_available=True,
184
+ is_trait_available=False,
185
+ is_biased=True, # Force a fallback so that it's flagged as unusable
186
+ df=pd.DataFrame(),
187
+ note=f"No trait data found for {cohort}, final metadata recorded."
188
+ )
189
+ # Per instructions, do not save a final linked data file when trait data is absent.
p1/preprocess/Brugada_Syndrome/code/TCGA.py ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Brugada_Syndrome"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/1/Brugada_Syndrome/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/1/Brugada_Syndrome/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/1/Brugada_Syndrome/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/1/Brugada_Syndrome/cohort_info.json"
15
+
16
+ import os
17
+ import pandas as pd
18
+
19
+ # Step 1: Check directories in tcga_root_dir for anything relevant to "Brugada_Syndrome"
20
+ search_terms = ["brugada", "syndrome"]
21
+ dir_list = os.listdir(tcga_root_dir)
22
+ matching_dir = None
23
+
24
+ for d in dir_list:
25
+ d_lower = d.lower()
26
+ if any(term in d_lower for term in search_terms):
27
+ matching_dir = d
28
+ break
29
+
30
+ if matching_dir is None:
31
+ # No matching directory found. Mark the dataset as skipped for Brugada_Syndrome.
32
+ validate_and_save_cohort_info(
33
+ is_final=False,
34
+ cohort="TCGA_Brugada_Syndrome",
35
+ info_path=json_path,
36
+ is_gene_available=False,
37
+ is_trait_available=False
38
+ )
39
+ else:
40
+ # 2. Identify the clinicalMatrix and PANCAN files
41
+ cohort_dir = os.path.join(tcga_root_dir, matching_dir)
42
+ clinical_file_path, genetic_file_path = tcga_get_relevant_filepaths(cohort_dir)
43
+
44
+ # 3. Load both data files
45
+ clinical_df = pd.read_csv(clinical_file_path, index_col=0, sep='\t')
46
+ genetic_df = pd.read_csv(genetic_file_path, index_col=0, sep='\t')
47
+
48
+ # 4. Print the column names of the clinical data
49
+ print("Clinical Data Columns:")
50
+ print(clinical_df.columns.tolist())
p1/preprocess/Brugada_Syndrome/cohort_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"GSE136992": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": "No trait data found for GSE136992, final metadata recorded."}, "TCGA_Bone_Density": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}, "TCGA_Brugada_Syndrome": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}}
p1/preprocess/Brugada_Syndrome/gene_data/GSE136992.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed81b86668c87698a45486ae46c9cf45f0ddb2f1f27a6dc91aef2b9c912199a4
3
+ size 15435596
p1/preprocess/Canavan_Disease/clinical_data/GSE41445.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ GSM1017454,GSM1017455,GSM1017456,GSM1017457,GSM1017458,GSM1017459,GSM1017460,GSM1017461,GSM1017462,GSM1017463,GSM1017464,GSM1017465,GSM1017466,GSM1017467,GSM1017468,GSM1017469,GSM1017470,GSM1017471,GSM1017472,GSM1017473,GSM1017474,GSM1017475,GSM1017476,GSM1017477,GSM1017478,GSM1017479,GSM1017480,GSM1017481,GSM1017482,GSM1017483,GSM1017484,GSM1017485,GSM1017486,GSM1017487,GSM1017488,GSM1017489,GSM1017490,GSM1017491,GSM1017492,GSM1017493,GSM1017494,GSM1017495,GSM1017496,GSM1017497,GSM1017498,GSM1017499,GSM1017500,GSM1017501,GSM1017502,GSM1017503,GSM1017504,GSM1017505,GSM1017506,GSM1017507,GSM1017508,GSM1017509,GSM1017510,GSM1017511,GSM1017512,GSM1017513,GSM1017514,GSM1017515,GSM1017516
2
+ 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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
+ 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,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
p1/preprocess/Canavan_Disease/code/GSE41445.py ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Canavan_Disease"
6
+ cohort = "GSE41445"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Canavan_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Canavan_Disease/GSE41445"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Canavan_Disease/GSE41445.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Canavan_Disease/gene_data/GSE41445.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Canavan_Disease/clinical_data/GSE41445.csv"
16
+ json_path = "./output/preprocess/1/Canavan_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # Step 1: Determine if gene expression data is available
47
+ is_gene_available = True # Based on the series summary, it's a gene expression dataset
48
+
49
+ # Step 2: Identify rows and define conversion functions
50
+
51
+ # After examining the sample characteristics, "disease" is in row 2 and mentions "possible Canavan disease".
52
+ # We'll treat that row as the trait data (binary: 1 if mentions "canavan", otherwise 0).
53
+ trait_row = 2
54
+
55
+ # There is no age information in the dictionary, so age_row is None
56
+ age_row = None
57
+
58
+ # Row 0 is gender data (male/female)
59
+ gender_row = 0
60
+
61
+ def convert_trait(value: str) -> Optional[int]:
62
+ # Extract the content after the colon
63
+ parts = value.split(':', 1)
64
+ if len(parts) < 2:
65
+ return None
66
+ val_str = parts[1].strip().lower()
67
+ # If "canavan" is mentioned, output 1, otherwise 0
68
+ return 1 if 'canavan' in val_str else 0
69
+
70
+ # Since no age data is available, we won't define a convert_age function
71
+ convert_age = None
72
+
73
+ def convert_gender(value: str) -> Optional[int]:
74
+ # Extract the content after the colon
75
+ parts = value.split(':', 1)
76
+ if len(parts) < 2:
77
+ return None
78
+ val_str = parts[1].strip().lower()
79
+ if val_str == 'male':
80
+ return 1
81
+ elif val_str == 'female':
82
+ return 0
83
+ else:
84
+ return None
85
+
86
+ # Step 3: Initial filtering and metadata saving
87
+ is_trait_available = (trait_row is not None)
88
+ is_usable = validate_and_save_cohort_info(
89
+ is_final=False,
90
+ cohort=cohort,
91
+ info_path=json_path,
92
+ is_gene_available=is_gene_available,
93
+ is_trait_available=is_trait_available
94
+ )
95
+
96
+ # Step 4: If trait data is available, extract clinical features
97
+ if trait_row is not None:
98
+ selected_clinical_df = geo_select_clinical_features(
99
+ clinical_data, # Assumes clinical_data is available in the environment
100
+ trait=trait,
101
+ trait_row=trait_row,
102
+ convert_trait=convert_trait,
103
+ age_row=age_row,
104
+ convert_age=convert_age,
105
+ gender_row=gender_row,
106
+ convert_gender=convert_gender
107
+ )
108
+
109
+ # Preview and save the clinical data
110
+ preview_result = preview_df(selected_clinical_df, n=5, max_items=200)
111
+ print("Preview of selected clinical data:", preview_result)
112
+ selected_clinical_df.to_csv(out_clinical_data_file, index=False)
113
+ # STEP3
114
+ # 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
115
+ gene_data = get_genetic_data(matrix_file)
116
+
117
+ # 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
118
+ print(gene_data.index[:20])
119
+ # These gene identifiers (e.g., "1007_s_at") are Affymetrix probe IDs, not human gene symbols.
120
+ requires_gene_mapping = True
121
+ # STEP5
122
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
123
+ gene_annotation = get_gene_annotation(soft_file)
124
+
125
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
126
+ print("Gene annotation preview:")
127
+ print(preview_df(gene_annotation))
128
+ # STEP: Gene Identifier Mapping
129
+
130
+ # 1. Determine which columns in the annotation dataframe correspond to the probe IDs (matching gene_data.index)
131
+ # and which columns contain the gene symbols. From the preview, we see:
132
+ # - probe identifier column: "ID"
133
+ # - gene symbol column: "Gene Symbol"
134
+ probe_col = "ID"
135
+ gene_symbol_col = "Gene Symbol"
136
+
137
+ # 2. Get a gene mapping DataFrame
138
+ mapping_df = get_gene_mapping(gene_annotation, probe_col, gene_symbol_col)
139
+
140
+ # 3. Convert probe-level expression data to gene-level expression data
141
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
142
+
143
+ # Display some basic info for verification
144
+ print("Gene expression data shape:", gene_data.shape)
145
+ print("Gene expression data index preview:", gene_data.index[:10])
146
+ import os
147
+ import pandas as pd
148
+
149
+ # STEP7: Data Normalization and Linking
150
+
151
+ # 1) Normalize the gene symbols in the previously obtained gene_data
152
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
153
+ normalized_gene_data.to_csv(out_gene_data_file)
154
+
155
+ # 2) Load clinical data only if it exists and is non-empty
156
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
157
+ # Read the file
158
+ clinical_temp = pd.read_csv(out_clinical_data_file)
159
+
160
+ # Adjust row index to label the trait, age, and gender properly
161
+ if clinical_temp.shape[0] == 3:
162
+ clinical_temp.index = [trait, "Age", "Gender"]
163
+ elif clinical_temp.shape[0] == 2:
164
+ clinical_temp.index = [trait, "Gender"]
165
+ elif clinical_temp.shape[0] == 1:
166
+ clinical_temp.index = [trait]
167
+
168
+ # 2) Link the clinical and normalized genetic data
169
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
170
+
171
+ # 3) Handle missing values
172
+ linked_data = handle_missing_values(linked_data, trait)
173
+
174
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
175
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
176
+
177
+ # 5) Final quality validation and save metadata
178
+ is_usable = validate_and_save_cohort_info(
179
+ is_final=True,
180
+ cohort=cohort,
181
+ info_path=json_path,
182
+ is_gene_available=True,
183
+ is_trait_available=True,
184
+ is_biased=trait_biased,
185
+ df=linked_data,
186
+ note=f"Final check on {cohort} with {trait}."
187
+ )
188
+
189
+ # 6) If the linked data is usable, save it
190
+ if is_usable:
191
+ linked_data.to_csv(out_data_file)
192
+ else:
193
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
194
+ is_usable = validate_and_save_cohort_info(
195
+ is_final=True,
196
+ cohort=cohort,
197
+ info_path=json_path,
198
+ is_gene_available=True,
199
+ is_trait_available=False,
200
+ is_biased=True, # Force a fallback so that it's flagged as unusable
201
+ df=pd.DataFrame(),
202
+ note=f"No trait data found for {cohort}, final metadata recorded."
203
+ )
204
+ # Per instructions, do not save a final linked data file when trait data is absent.
p1/preprocess/Canavan_Disease/code/TCGA.py ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Canavan_Disease"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/1/Canavan_Disease/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/1/Canavan_Disease/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/1/Canavan_Disease/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/1/Canavan_Disease/cohort_info.json"
15
+
16
+ import os
17
+ import pandas as pd
18
+
19
+ # Step 1: Check directories in tcga_root_dir for anything relevant to "Canavan_Disease"
20
+ search_terms = ["canavan", "canavan_disease"]
21
+ dir_list = os.listdir(tcga_root_dir)
22
+ matching_dir = None
23
+
24
+ for d in dir_list:
25
+ d_lower = d.lower()
26
+ if any(term in d_lower for term in search_terms):
27
+ matching_dir = d
28
+ break
29
+
30
+ if matching_dir is None:
31
+ # No matching directory found, so mark the dataset as skipped.
32
+ validate_and_save_cohort_info(
33
+ is_final=False,
34
+ cohort="TCGA_Canavan_Disease",
35
+ info_path=json_path,
36
+ is_gene_available=False,
37
+ is_trait_available=False
38
+ )
39
+ else:
40
+ # 2. Identify the clinicalMatrix and PANCAN files
41
+ cohort_dir = os.path.join(tcga_root_dir, matching_dir)
42
+ clinical_file_path, genetic_file_path = tcga_get_relevant_filepaths(cohort_dir)
43
+
44
+ # 3. Load both data files
45
+ clinical_df = pd.read_csv(clinical_file_path, index_col=0, sep='\t')
46
+ genetic_df = pd.read_csv(genetic_file_path, index_col=0, sep='\t')
47
+
48
+ # 4. Print the column names of the clinical data
49
+ print("Clinical Data Columns:")
50
+ print(clinical_df.columns.tolist())
p1/preprocess/Canavan_Disease/cohort_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"GSE41445": {"is_usable": false, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": true, "has_age": false, "has_gender": true, "sample_size": 63, "note": "Final check on GSE41445 with Canavan_Disease."}, "TCGA_COVID-19": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}, "TCGA_Canavan_Disease": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}}
p1/preprocess/Canavan_Disease/gene_data/GSE41445.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1d74671fcace613f1f0519347569cd0283108e01c48d4979d5fa47d8f64c4a3
3
+ size 12214185
p1/preprocess/Cardiovascular_Disease/code/GSE182600.py ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Cardiovascular_Disease"
6
+ cohort = "GSE182600"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Cardiovascular_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Cardiovascular_Disease/GSE182600"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Cardiovascular_Disease/GSE182600.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Cardiovascular_Disease/gene_data/GSE182600.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Cardiovascular_Disease/clinical_data/GSE182600.csv"
16
+ json_path = "./output/preprocess/1/Cardiovascular_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # Step 1: Determine if the dataset likely contains gene expression data
47
+ is_gene_available = True # Based on the background info "genome-wide gene expression"
48
+
49
+ # Step 2: Variable Availability and Data Type Conversion
50
+
51
+ # From the sample characteristics dictionary, all subjects have some form of cardiovascular disease.
52
+ # Therefore, there is no variation for the trait "Cardiovascular_Disease." We mark it as not available.
53
+ trait_row = None
54
+
55
+ # Age is found at key=1 with multiple distinct values
56
+ age_row = 1
57
+
58
+ # Gender is found at key=2 with both F and M
59
+ gender_row = 2
60
+
61
+ # Data type conversions
62
+ def convert_trait(value: str):
63
+ # Not used because trait_row = None
64
+ return None
65
+
66
+ def convert_age(value: str):
67
+ # Example value: "age: 33.4"
68
+ # Parse the substring after the colon and convert to float
69
+ try:
70
+ val_str = value.split(":", 1)[1].strip()
71
+ return float(val_str)
72
+ except:
73
+ return None
74
+
75
+ def convert_gender(value: str):
76
+ # Example value: "gender: F"
77
+ # Parse and convert "F" to 0 and "M" to 1
78
+ try:
79
+ val_str = value.split(":", 1)[1].strip().upper()
80
+ if val_str.startswith("F"):
81
+ return 0
82
+ elif val_str.startswith("M"):
83
+ return 1
84
+ else:
85
+ return None
86
+ except:
87
+ return None
88
+
89
+ # Step 3: Conduct initial filtering on dataset usability and save metadata
90
+ is_trait_available = (trait_row is not None)
91
+ is_usable = validate_and_save_cohort_info(
92
+ is_final=False,
93
+ cohort=cohort,
94
+ info_path=json_path,
95
+ is_gene_available=is_gene_available,
96
+ is_trait_available=is_trait_available
97
+ )
98
+
99
+ # Step 4: Since trait_row is None, we skip clinical feature extraction
100
+ # STEP3
101
+ # Attempt to read gene expression data; if the library function yields an empty DataFrame,
102
+ # try re-reading without ignoring lines that start with '!' (because sometimes GEO data may
103
+ # place actual expression rows under lines that begin with '!').
104
+
105
+ gene_data = get_genetic_data(matrix_file)
106
+ if gene_data.empty:
107
+ print("[WARNING] The gene_data is empty. Attempting alternative loading without treating '!' as comments.")
108
+ import gzip
109
+
110
+ # Locate the marker line first
111
+ skip_rows = 0
112
+ with gzip.open(matrix_file, 'rt') as file:
113
+ for i, line in enumerate(file):
114
+ if "!series_matrix_table_begin" in line:
115
+ skip_rows = i + 1
116
+ break
117
+
118
+ # Read the data again, this time not treating '!' as comment
119
+ gene_data = pd.read_csv(
120
+ matrix_file,
121
+ compression="gzip",
122
+ skiprows=skip_rows,
123
+ delimiter="\t",
124
+ on_bad_lines="skip"
125
+ )
126
+ gene_data = gene_data.rename(columns={"ID_REF": "ID"}).astype({"ID": "str"})
127
+ gene_data.set_index("ID", inplace=True)
128
+
129
+ # Print the first 20 row IDs to confirm data structure
130
+ print(gene_data.index[:20])
131
+ # The gene identifiers shown (ILMN_XXXXXXX) appear to be Illumina probe IDs, not standard human gene symbols.
132
+ print("They appear to be Illumina probe IDs (ILMN identifiers), not standard gene symbols.\nrequires_gene_mapping = True")
133
+ # STEP5
134
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
135
+ gene_annotation = get_gene_annotation(soft_file)
136
+
137
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
138
+ print("Gene annotation preview:")
139
+ print(preview_df(gene_annotation))
140
+ # STEP: Gene Identifier Mapping
141
+
142
+ # 1. Identify the columns from the annotation that correspond to the probe IDs vs. the actual gene symbols.
143
+ # From the preview, the 'ID' column in 'gene_annotation' matches the same ILMN_xxxx IDs in gene_data,
144
+ # and the 'Symbol' column provides the gene symbol for each probe.
145
+ prob_col = "ID"
146
+ gene_col = "Symbol"
147
+
148
+ # 2. Get the gene mapping DataFrame by extracting the two relevant columns from the gene annotation
149
+ mapping_df = get_gene_mapping(gene_annotation, prob_col, gene_col)
150
+
151
+ # 3. Convert probe-level measurements to gene expression values using the mapping
152
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
153
+
154
+ # Verify the shape or preview the first few rows if needed
155
+ print("Gene expression data after mapping:", gene_data.shape)
156
+ print(gene_data.head(5))
157
+ import os
158
+ import pandas as pd
159
+
160
+ # STEP7: Data Normalization and Linking
161
+
162
+ # 1) Normalize the gene symbols in the previously obtained gene_data
163
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
164
+ normalized_gene_data.to_csv(out_gene_data_file)
165
+
166
+ # 2) Load clinical data only if it exists and is non-empty
167
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
168
+ # Read the file
169
+ clinical_temp = pd.read_csv(out_clinical_data_file)
170
+
171
+ # Adjust row index to label the trait, age, and gender properly
172
+ if clinical_temp.shape[0] == 3:
173
+ clinical_temp.index = [trait, "Age", "Gender"]
174
+ elif clinical_temp.shape[0] == 2:
175
+ clinical_temp.index = [trait, "Gender"]
176
+ elif clinical_temp.shape[0] == 1:
177
+ clinical_temp.index = [trait]
178
+
179
+ # 2) Link the clinical and normalized genetic data
180
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
181
+
182
+ # 3) Handle missing values
183
+ linked_data = handle_missing_values(linked_data, trait)
184
+
185
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
186
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
187
+
188
+ # 5) Final quality validation and save metadata
189
+ is_usable = validate_and_save_cohort_info(
190
+ is_final=True,
191
+ cohort=cohort,
192
+ info_path=json_path,
193
+ is_gene_available=True,
194
+ is_trait_available=True,
195
+ is_biased=trait_biased,
196
+ df=linked_data,
197
+ note=f"Final check on {cohort} with {trait}."
198
+ )
199
+
200
+ # 6) If the linked data is usable, save it
201
+ if is_usable:
202
+ linked_data.to_csv(out_data_file)
203
+ else:
204
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
205
+ is_usable = validate_and_save_cohort_info(
206
+ is_final=True,
207
+ cohort=cohort,
208
+ info_path=json_path,
209
+ is_gene_available=True,
210
+ is_trait_available=False,
211
+ is_biased=True, # Force a fallback so that it's flagged as unusable
212
+ df=pd.DataFrame(),
213
+ note=f"No trait data found for {cohort}, final metadata recorded."
214
+ )
215
+ # Per instructions, do not save a final linked data file when trait data is absent.
p1/preprocess/Cardiovascular_Disease/code/GSE190042.py ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Cardiovascular_Disease"
6
+ cohort = "GSE190042"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Cardiovascular_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Cardiovascular_Disease/GSE190042"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Cardiovascular_Disease/GSE190042.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Cardiovascular_Disease/gene_data/GSE190042.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Cardiovascular_Disease/clinical_data/GSE190042.csv"
16
+ json_path = "./output/preprocess/1/Cardiovascular_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # 1) Gene Expression Data Availability
47
+ is_gene_available = True # From the background info, gene expression (mRNA) data is present
48
+
49
+ # 2) Variable Availability and Conversion
50
+ # The trait is "Cardiovascular_Disease", which is not present in the dictionary, so trait_row = None
51
+ trait_row = None
52
+
53
+ # 'age' is found in key=2 in the dictionary
54
+ age_row = 2
55
+
56
+ # 'gender' is found in key=1 in the dictionary
57
+ gender_row = 1
58
+
59
+ # 2.2 Define conversion functions.
60
+ def convert_trait(value: str) -> int:
61
+ """
62
+ Convert trait (Cardiovascular_Disease) to 0/1 if data were present.
63
+ This dataset does not contain the trait, so this function is just a placeholder.
64
+ """
65
+ # No actual data to parse, return None or 0
66
+ return None # Always returns None, because no trait info is available
67
+
68
+ def convert_age(value: str) -> float:
69
+ """
70
+ Convert age from string format e.g., 'age: 56' to a float.
71
+ Unknown or invalid values return None.
72
+ """
73
+ # Split on colon and take the second part
74
+ parts = value.split(':')
75
+ if len(parts) < 2:
76
+ return None
77
+ try:
78
+ return float(parts[1].strip())
79
+ except ValueError:
80
+ return None
81
+
82
+ def convert_gender(value: str) -> int:
83
+ """
84
+ Convert gender from format e.g., 'gender: M' or 'gender: F' to 1 or 0.
85
+ M -> 1, F -> 0, unknown -> None.
86
+ """
87
+ parts = value.split(':')
88
+ if len(parts) < 2:
89
+ return None
90
+ val = parts[1].strip().upper()
91
+ if val == 'M':
92
+ return 1
93
+ elif val == 'F':
94
+ return 0
95
+ else:
96
+ return None
97
+
98
+ # 3) Save Metadata (initial filtering)
99
+ # trait is unavailable because trait_row is None
100
+ is_trait_available = (trait_row is not None)
101
+
102
+ is_usable = validate_and_save_cohort_info(
103
+ is_final=False,
104
+ cohort=cohort,
105
+ info_path=json_path,
106
+ is_gene_available=is_gene_available,
107
+ is_trait_available=is_trait_available
108
+ )
109
+
110
+ # 4) Clinical Feature Extraction: Skip because trait_row is None (trait data not available).
111
+ # Hence, no geo_select_clinical_features call here.
112
+ # STEP3
113
+ # Attempt to read gene expression data; if the library function yields an empty DataFrame,
114
+ # try re-reading without ignoring lines that start with '!' (because sometimes GEO data may
115
+ # place actual expression rows under lines that begin with '!').
116
+
117
+ gene_data = get_genetic_data(matrix_file)
118
+ if gene_data.empty:
119
+ print("[WARNING] The gene_data is empty. Attempting alternative loading without treating '!' as comments.")
120
+ import gzip
121
+
122
+ # Locate the marker line first
123
+ skip_rows = 0
124
+ with gzip.open(matrix_file, 'rt') as file:
125
+ for i, line in enumerate(file):
126
+ if "!series_matrix_table_begin" in line:
127
+ skip_rows = i + 1
128
+ break
129
+
130
+ # Read the data again, this time not treating '!' as comment
131
+ gene_data = pd.read_csv(
132
+ matrix_file,
133
+ compression="gzip",
134
+ skiprows=skip_rows,
135
+ delimiter="\t",
136
+ on_bad_lines="skip"
137
+ )
138
+ gene_data = gene_data.rename(columns={"ID_REF": "ID"}).astype({"ID": "str"})
139
+ gene_data.set_index("ID", inplace=True)
140
+
141
+ # Print the first 20 row IDs to confirm data structure
142
+ print(gene_data.index[:20])
143
+ # Based on the given identifiers (e.g., "11715100_at", "11715101_s_at"), these are Affymetrix probe IDs
144
+ # rather than standard human gene symbols, so mapping is required.
145
+ print("requires_gene_mapping = True")
146
+ # STEP5
147
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
148
+ gene_annotation = get_gene_annotation(soft_file)
149
+
150
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
151
+ print("Gene annotation preview:")
152
+ print(preview_df(gene_annotation))
153
+ # STEP: Gene Identifier Mapping
154
+
155
+ # 1) Identify the columns in 'gene_annotation' that correspond to the probe IDs in the gene expression data
156
+ # and the gene symbols. From the preview, they appear to be 'ID' (probe IDs) and 'Gene Symbol' (gene symbols).
157
+ mapping_df = get_gene_mapping(gene_annotation, prob_col="ID", gene_col="Gene Symbol")
158
+
159
+ # 2) Convert probe-level measurements to gene expression data using the mapping.
160
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
161
+
162
+ # For verification, print the resulting dataframe dimensions and preview
163
+ print("Mapped gene_data dimensions:", gene_data.shape)
164
+ print(gene_data.head())
165
+ import os
166
+ import pandas as pd
167
+
168
+ # STEP7: Data Normalization and Linking
169
+
170
+ # 1) Normalize the gene symbols in the previously obtained gene_data
171
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
172
+ normalized_gene_data.to_csv(out_gene_data_file)
173
+
174
+ # 2) Load clinical data only if it exists and is non-empty
175
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
176
+ # Read the file
177
+ clinical_temp = pd.read_csv(out_clinical_data_file)
178
+
179
+ # Adjust row index to label the trait, age, and gender properly
180
+ if clinical_temp.shape[0] == 3:
181
+ clinical_temp.index = [trait, "Age", "Gender"]
182
+ elif clinical_temp.shape[0] == 2:
183
+ clinical_temp.index = [trait, "Gender"]
184
+ elif clinical_temp.shape[0] == 1:
185
+ clinical_temp.index = [trait]
186
+
187
+ # 2) Link the clinical and normalized genetic data
188
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
189
+
190
+ # 3) Handle missing values
191
+ linked_data = handle_missing_values(linked_data, trait)
192
+
193
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
194
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
195
+
196
+ # 5) Final quality validation and save metadata
197
+ is_usable = validate_and_save_cohort_info(
198
+ is_final=True,
199
+ cohort=cohort,
200
+ info_path=json_path,
201
+ is_gene_available=True,
202
+ is_trait_available=True,
203
+ is_biased=trait_biased,
204
+ df=linked_data,
205
+ note=f"Final check on {cohort} with {trait}."
206
+ )
207
+
208
+ # 6) If the linked data is usable, save it
209
+ if is_usable:
210
+ linked_data.to_csv(out_data_file)
211
+ else:
212
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
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=False,
219
+ is_biased=True, # Force a fallback so that it's flagged as unusable
220
+ df=pd.DataFrame(),
221
+ note=f"No trait data found for {cohort}, final metadata recorded."
222
+ )
223
+ # Per instructions, do not save a final linked data file when trait data is absent.
p1/preprocess/Cardiovascular_Disease/code/GSE228783.py ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Cardiovascular_Disease"
6
+ cohort = "GSE228783"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Cardiovascular_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Cardiovascular_Disease/GSE228783"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Cardiovascular_Disease/GSE228783.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Cardiovascular_Disease/gene_data/GSE228783.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Cardiovascular_Disease/clinical_data/GSE228783.csv"
16
+ json_path = "./output/preprocess/1/Cardiovascular_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # Step 1: Decide if the dataset likely contains gene expression data
47
+ is_gene_available = True # Based on the transcriptome context
48
+
49
+ # Step 2: Determine variable availability
50
+ trait_row = None # No cardiovascular disease info in sample characteristics
51
+ age_row = None # No age info found
52
+ gender_row = None # No gender info found
53
+
54
+ # Prepare conversion functions. Though not used when the rows are None, we must define them.
55
+ def convert_trait(x: str) -> Optional[float]:
56
+ # Not used in this dataset
57
+ return None
58
+
59
+ def convert_age(x: str) -> Optional[float]:
60
+ # Not used in this dataset
61
+ return None
62
+
63
+ def convert_gender(x: str) -> Optional[int]:
64
+ # Not used in this dataset
65
+ return None
66
+
67
+ # Step 3: Conduct initial filtering and save to metadata
68
+ is_trait_available = (trait_row is not None)
69
+
70
+ is_usable = validate_and_save_cohort_info(
71
+ is_final=False,
72
+ cohort=cohort,
73
+ info_path=json_path,
74
+ is_gene_available=is_gene_available,
75
+ is_trait_available=is_trait_available
76
+ )
77
+
78
+ # Step 4: Since trait_row is None, skip clinical feature extraction
p1/preprocess/Cardiovascular_Disease/code/GSE235307.py ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Cardiovascular_Disease"
6
+ cohort = "GSE235307"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Cardiovascular_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Cardiovascular_Disease/GSE235307"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Cardiovascular_Disease/GSE235307.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Cardiovascular_Disease/gene_data/GSE235307.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Cardiovascular_Disease/clinical_data/GSE235307.csv"
16
+ json_path = "./output/preprocess/1/Cardiovascular_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # 1. Determine if gene expression data is available
47
+ is_gene_available = True # "Gene expression" is explicitly mentioned in the dataset title/summary
48
+
49
+ # 2. Variable Availability and Data Type Conversion
50
+
51
+ # 2.1 Identify keys for trait, age, and gender
52
+ # The entire study population consists of heart failure patients, i.e., they all have the trait
53
+ # "Cardiovascular_Disease". Thus, there's no variation for our trait of interest in this dataset.
54
+ trait_row = None
55
+
56
+ # Age data is present in dictionary key=2, which has multiple distinct values
57
+ age_row = 2
58
+
59
+ # Gender data is present in dictionary key=1, which has multiple distinct values (Male/Female)
60
+ gender_row = 1
61
+
62
+ # 2.2 Define conversion functions
63
+ def convert_trait(raw_value: str):
64
+ # Not used because trait_row is None, but defined for completeness
65
+ return None
66
+
67
+ def convert_age(raw_value: str):
68
+ # Example raw_value: "age: 63"
69
+ # Extract the substring after the colon and parse as integer
70
+ parts = raw_value.split(':')
71
+ if len(parts) < 2:
72
+ return None
73
+ try:
74
+ return int(parts[1].strip())
75
+ except ValueError:
76
+ return None
77
+
78
+ def convert_gender(raw_value: str):
79
+ # Example raw_value: "gender: Male" or "gender: Female"
80
+ parts = raw_value.split(':')
81
+ if len(parts) < 2:
82
+ return None
83
+ gender_str = parts[1].strip().lower()
84
+ if gender_str == 'male':
85
+ return 1
86
+ elif gender_str == 'female':
87
+ return 0
88
+ return None
89
+
90
+ # 3. Save metadata using initial filtering
91
+ is_trait_available = (trait_row is not None)
92
+ is_usable = validate_and_save_cohort_info(
93
+ is_final=False,
94
+ cohort=cohort,
95
+ info_path=json_path,
96
+ is_gene_available=is_gene_available,
97
+ is_trait_available=is_trait_available
98
+ )
99
+
100
+ # 4. Clinical Feature Extraction: Skip because trait_row is None
101
+ # (No action needed when trait is not available)
102
+ # STEP3
103
+ # Attempt to read gene expression data; if the library function yields an empty DataFrame,
104
+ # try re-reading without ignoring lines that start with '!' (because sometimes GEO data may
105
+ # place actual expression rows under lines that begin with '!').
106
+
107
+ gene_data = get_genetic_data(matrix_file)
108
+ if gene_data.empty:
109
+ print("[WARNING] The gene_data is empty. Attempting alternative loading without treating '!' as comments.")
110
+ import gzip
111
+
112
+ # Locate the marker line first
113
+ skip_rows = 0
114
+ with gzip.open(matrix_file, 'rt') as file:
115
+ for i, line in enumerate(file):
116
+ if "!series_matrix_table_begin" in line:
117
+ skip_rows = i + 1
118
+ break
119
+
120
+ # Read the data again, this time not treating '!' as comment
121
+ gene_data = pd.read_csv(
122
+ matrix_file,
123
+ compression="gzip",
124
+ skiprows=skip_rows,
125
+ delimiter="\t",
126
+ on_bad_lines="skip"
127
+ )
128
+ gene_data = gene_data.rename(columns={"ID_REF": "ID"}).astype({"ID": "str"})
129
+ gene_data.set_index("ID", inplace=True)
130
+
131
+ # Print the first 20 row IDs to confirm data structure
132
+ print(gene_data.index[:20])
133
+ # Observing these identifiers, they appear to be numeric and not standard human gene symbols, so mapping is needed.
134
+ requires_gene_mapping = True
135
+ # STEP5
136
+ # 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
137
+ gene_annotation = get_gene_annotation(soft_file)
138
+
139
+ # 2. Use the 'preview_df' function from the library to preview the data and print out the results.
140
+ print("Gene annotation preview:")
141
+ print(preview_df(gene_annotation))
142
+ # STEP: Gene Identifier Mapping
143
+
144
+ # 1. Based on our observation:
145
+ # - The gene expression dataframe is indexed by numeric IDs like '4', '5', '6', etc.
146
+ # - In the gene annotation, the column 'ID' contains matching numeric IDs.
147
+ # - The column 'GENE_SYMBOL' contains the corresponding gene symbols.
148
+
149
+ # 2. Create the mapping dataframe using the 'get_gene_mapping' function.
150
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='GENE_SYMBOL')
151
+
152
+ # 3. Apply the mapping to the gene expression dataframe, handling many-to-many relations.
153
+ gene_data = apply_gene_mapping(gene_data, mapping_df)
154
+
155
+ # (Optional) Print out some information for verification.
156
+ print("Mapped gene_data shape:", gene_data.shape)
157
+ print("First few rows of mapped gene_data:")
158
+ print(gene_data.head())
159
+ import os
160
+ import pandas as pd
161
+
162
+ # STEP7: Data Normalization and Linking
163
+
164
+ # 1) Normalize the gene symbols in the previously obtained gene_data
165
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
166
+ normalized_gene_data.to_csv(out_gene_data_file)
167
+
168
+ # 2) Load clinical data only if it exists and is non-empty
169
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
170
+ # Read the file
171
+ clinical_temp = pd.read_csv(out_clinical_data_file)
172
+
173
+ # Adjust row index to label the trait, age, and gender properly
174
+ if clinical_temp.shape[0] == 3:
175
+ clinical_temp.index = [trait, "Age", "Gender"]
176
+ elif clinical_temp.shape[0] == 2:
177
+ clinical_temp.index = [trait, "Gender"]
178
+ elif clinical_temp.shape[0] == 1:
179
+ clinical_temp.index = [trait]
180
+
181
+ # 2) Link the clinical and normalized genetic data
182
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
183
+
184
+ # 3) Handle missing values
185
+ linked_data = handle_missing_values(linked_data, trait)
186
+
187
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
188
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
189
+
190
+ # 5) Final quality validation and save metadata
191
+ is_usable = validate_and_save_cohort_info(
192
+ is_final=True,
193
+ cohort=cohort,
194
+ info_path=json_path,
195
+ is_gene_available=True,
196
+ is_trait_available=True,
197
+ is_biased=trait_biased,
198
+ df=linked_data,
199
+ note=f"Final check on {cohort} with {trait}."
200
+ )
201
+
202
+ # 6) If the linked data is usable, save it
203
+ if is_usable:
204
+ linked_data.to_csv(out_data_file)
205
+ else:
206
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
207
+ is_usable = validate_and_save_cohort_info(
208
+ is_final=True,
209
+ cohort=cohort,
210
+ info_path=json_path,
211
+ is_gene_available=True,
212
+ is_trait_available=False,
213
+ is_biased=True, # Force a fallback so that it's flagged as unusable
214
+ df=pd.DataFrame(),
215
+ note=f"No trait data found for {cohort}, final metadata recorded."
216
+ )
217
+ # Per instructions, do not save a final linked data file when trait data is absent.
p1/preprocess/Cardiovascular_Disease/code/GSE256539.py ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Cardiovascular_Disease"
6
+ cohort = "GSE256539"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Cardiovascular_Disease"
10
+ in_cohort_dir = "../DATA/GEO/Cardiovascular_Disease/GSE256539"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/1/Cardiovascular_Disease/GSE256539.csv"
14
+ out_gene_data_file = "./output/preprocess/1/Cardiovascular_Disease/gene_data/GSE256539.csv"
15
+ out_clinical_data_file = "./output/preprocess/1/Cardiovascular_Disease/clinical_data/GSE256539.csv"
16
+ json_path = "./output/preprocess/1/Cardiovascular_Disease/cohort_info.json"
17
+
18
+ # STEP1
19
+ from tools.preprocess import *
20
+
21
+ # 1. Attempt to identify the paths to the SOFT file and the matrix file
22
+ try:
23
+ soft_file, matrix_file = geo_get_relevant_filepaths(in_cohort_dir)
24
+ except AssertionError:
25
+ print("[WARNING] Could not find the expected '.soft' or '.matrix' files in the directory.")
26
+ soft_file, matrix_file = None, None
27
+
28
+ if soft_file is None or matrix_file is None:
29
+ print("[ERROR] Required GEO files are missing. Please check file names in the cohort directory.")
30
+ else:
31
+ # 2. Read the matrix file to obtain background information and sample characteristics data
32
+ background_prefixes = ['!Series_title', '!Series_summary', '!Series_overall_design']
33
+ clinical_prefixes = ['!Sample_geo_accession', '!Sample_characteristics_ch1']
34
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file,
35
+ background_prefixes,
36
+ clinical_prefixes)
37
+
38
+ # 3. Obtain the sample characteristics dictionary from the clinical dataframe
39
+ sample_characteristics_dict = get_unique_values_by_row(clinical_data)
40
+
41
+ # 4. Explicitly print out all the background information and the sample characteristics dictionary
42
+ print("Background Information:")
43
+ print(background_info)
44
+ print("\nSample Characteristics Dictionary:")
45
+ print(sample_characteristics_dict)
46
+ # 1. Check if the dataset likely contains suitable gene expression data
47
+ # According to the background, it's a digital spatial transcriptomics dataset, so:
48
+ is_gene_available = True
49
+
50
+ # 2. Determine the availability of trait, age, and gender data in the sample characteristics
51
+ # The sample characteristics dictionary does not show any explicit or inferred fields for
52
+ # the trait (Cardiovascular_Disease), age, or gender. Hence all are set to None.
53
+ trait_row = None
54
+ age_row = None
55
+ gender_row = None
56
+
57
+ # 2.2 Define data conversion functions that return None since no relevant data is available
58
+ def convert_trait(value: str) -> Optional[float]:
59
+ return None
60
+
61
+ def convert_age(value: str) -> Optional[float]:
62
+ return None
63
+
64
+ def convert_gender(value: str) -> Optional[int]:
65
+ return None
66
+
67
+ # 3. Initial filtering and saving metadata
68
+ # Here, 'is_trait_available' depends on whether we found a valid row for the trait.
69
+ is_trait_available = (trait_row is not None)
70
+ _ = validate_and_save_cohort_info(
71
+ is_final=False,
72
+ cohort=cohort,
73
+ info_path=json_path,
74
+ is_gene_available=is_gene_available,
75
+ is_trait_available=is_trait_available
76
+ )
77
+
78
+ # 4. Since trait_row is None, we skip clinical feature extraction.
79
+ # STEP3
80
+ # Attempt to read gene expression data; if the library function yields an empty DataFrame,
81
+ # try re-reading without ignoring lines that start with '!' (because sometimes GEO data may
82
+ # place actual expression rows under lines that begin with '!').
83
+
84
+ gene_data = get_genetic_data(matrix_file)
85
+ if gene_data.empty:
86
+ print("[WARNING] The gene_data is empty. Attempting alternative loading without treating '!' as comments.")
87
+ import gzip
88
+
89
+ # Locate the marker line first
90
+ skip_rows = 0
91
+ with gzip.open(matrix_file, 'rt') as file:
92
+ for i, line in enumerate(file):
93
+ if "!series_matrix_table_begin" in line:
94
+ skip_rows = i + 1
95
+ break
96
+
97
+ # Read the data again, this time not treating '!' as comment
98
+ gene_data = pd.read_csv(
99
+ matrix_file,
100
+ compression="gzip",
101
+ skiprows=skip_rows,
102
+ delimiter="\t",
103
+ on_bad_lines="skip"
104
+ )
105
+ gene_data = gene_data.rename(columns={"ID_REF": "ID"}).astype({"ID": "str"})
106
+ gene_data.set_index("ID", inplace=True)
107
+
108
+ # Print the first 20 row IDs to confirm data structure
109
+ print(gene_data.index[:20])
110
+ # The identifiers appear to be standard human gene symbols (e.g., A2M, A4GALT, AAAS, etc.).
111
+ # Therefore, no mapping to gene symbols is necessary.
112
+ requires_gene_mapping = False
113
+ import os
114
+ import pandas as pd
115
+
116
+ # STEP7: Data Normalization and Linking
117
+
118
+ # 1) Normalize the gene symbols in the previously obtained gene_data
119
+ normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
120
+ normalized_gene_data.to_csv(out_gene_data_file)
121
+
122
+ # 2) Load clinical data only if it exists and is non-empty
123
+ if os.path.exists(out_clinical_data_file) and os.path.getsize(out_clinical_data_file) > 0:
124
+ # Read the file
125
+ clinical_temp = pd.read_csv(out_clinical_data_file)
126
+
127
+ # Adjust row index to label the trait, age, and gender properly
128
+ if clinical_temp.shape[0] == 3:
129
+ clinical_temp.index = [trait, "Age", "Gender"]
130
+ elif clinical_temp.shape[0] == 2:
131
+ clinical_temp.index = [trait, "Gender"]
132
+ elif clinical_temp.shape[0] == 1:
133
+ clinical_temp.index = [trait]
134
+
135
+ # 2) Link the clinical and normalized genetic data
136
+ linked_data = geo_link_clinical_genetic_data(clinical_temp, normalized_gene_data)
137
+
138
+ # 3) Handle missing values
139
+ linked_data = handle_missing_values(linked_data, trait)
140
+
141
+ # 4) Check for severe bias in the trait; remove biased demographic features if present
142
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
143
+
144
+ # 5) Final quality validation and save metadata
145
+ is_usable = validate_and_save_cohort_info(
146
+ is_final=True,
147
+ cohort=cohort,
148
+ info_path=json_path,
149
+ is_gene_available=True,
150
+ is_trait_available=True,
151
+ is_biased=trait_biased,
152
+ df=linked_data,
153
+ note=f"Final check on {cohort} with {trait}."
154
+ )
155
+
156
+ # 6) If the linked data is usable, save it
157
+ if is_usable:
158
+ linked_data.to_csv(out_data_file)
159
+ else:
160
+ # If no valid clinical data file is found, finalize metadata indicating trait unavailability
161
+ is_usable = validate_and_save_cohort_info(
162
+ is_final=True,
163
+ cohort=cohort,
164
+ info_path=json_path,
165
+ is_gene_available=True,
166
+ is_trait_available=False,
167
+ is_biased=True, # Force a fallback so that it's flagged as unusable
168
+ df=pd.DataFrame(),
169
+ note=f"No trait data found for {cohort}, final metadata recorded."
170
+ )
171
+ # Per instructions, do not save a final linked data file when trait data is absent.