Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +11 -0
- p1/preprocess/Kidney_Papillary_Cell_Carcinoma/gene_data/TCGA.csv +3 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE244123.csv +5 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE244645.csv +10 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE244647.csv +1 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE248830.csv +1 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE249262.csv +10 -0
- p1/preprocess/Lung_Cancer/gene_data/GSE249568.csv +1 -0
- p1/preprocess/Lung_Cancer/gene_data/TCGA.csv +9 -0
- p1/preprocess/Melanoma/GSE148319.csv +3 -0
- p1/preprocess/Melanoma/clinical_data/GSE144296.csv +2 -0
- p1/preprocess/Melanoma/clinical_data/GSE148319.csv +2 -0
- p1/preprocess/Melanoma/code/GSE144296.py +117 -0
- p1/preprocess/Melanoma/code/GSE146264.py +124 -0
- p1/preprocess/Melanoma/code/GSE148319.py +160 -0
- p1/preprocess/Melanoma/code/GSE148949.py +144 -0
- p1/preprocess/Melanoma/code/GSE157738.py +166 -0
- p1/preprocess/Melanoma/code/GSE189631.py +45 -0
- p1/preprocess/Melanoma/code/GSE200904.py +106 -0
- p1/preprocess/Melanoma/code/GSE202806.py +110 -0
- p1/preprocess/Melanoma/code/GSE215868.py +119 -0
- p1/preprocess/Melanoma/code/GSE244984.py +164 -0
- p1/preprocess/Melanoma/code/GSE261347.py +114 -0
- p1/preprocess/Melanoma/code/TCGA.py +116 -0
- p1/preprocess/Melanoma/gene_data/GSE148319.csv +3 -0
- p1/preprocess/Melanoma/gene_data/GSE148949.csv +3 -0
- p1/preprocess/Melanoma/gene_data/GSE157738.csv +1 -0
- p1/preprocess/Melanoma/gene_data/GSE200904.csv +0 -0
- p1/preprocess/Melanoma/gene_data/GSE202806.csv +0 -0
- p1/preprocess/Melanoma/gene_data/GSE215868.csv +0 -0
- p1/preprocess/Melanoma/gene_data/GSE244984.csv +0 -0
- p1/preprocess/Melanoma/gene_data/GSE261347.csv +0 -0
- p1/preprocess/Mesothelioma/GSE117668.csv +0 -0
- p1/preprocess/Mesothelioma/GSE131027.csv +3 -0
- p1/preprocess/Mesothelioma/clinical_data/GSE107754.csv +3 -0
- p1/preprocess/Mesothelioma/clinical_data/GSE112154.csv +2 -0
- p1/preprocess/Mesothelioma/clinical_data/GSE117668.csv +2 -0
- p1/preprocess/Mesothelioma/clinical_data/GSE131027.csv +2 -0
- p1/preprocess/Mesothelioma/clinical_data/GSE68950.csv +2 -0
- p1/preprocess/Mesothelioma/code/GSE107754.py +196 -0
- p1/preprocess/Mesothelioma/code/GSE112154.py +183 -0
- p1/preprocess/Mesothelioma/code/GSE117668.py +182 -0
- p1/preprocess/Mesothelioma/code/GSE131027.py +166 -0
- p1/preprocess/Mesothelioma/code/GSE163720.py +168 -0
- p1/preprocess/Mesothelioma/code/GSE163721.py +154 -0
- p1/preprocess/Mesothelioma/code/GSE163722.py +86 -0
- p1/preprocess/Mesothelioma/code/GSE248514.py +167 -0
- p1/preprocess/Mesothelioma/code/GSE64738.py +157 -0
- p1/preprocess/Mesothelioma/code/GSE68950.py +151 -0
- p1/preprocess/Mesothelioma/code/TCGA.py +132 -0
.gitattributes
CHANGED
@@ -1260,3 +1260,14 @@ p1/preprocess/Lower_Grade_Glioma/gene_data/GSE35158.csv filter=lfs diff=lfs merg
|
|
1260 |
p1/preprocess/Longevity/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
|
1261 |
p1/preprocess/Hypothyroidism/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
|
1262 |
p1/preprocess/Longevity/gene_data/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1260 |
p1/preprocess/Longevity/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
|
1261 |
p1/preprocess/Hypothyroidism/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
|
1262 |
p1/preprocess/Longevity/gene_data/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
|
1263 |
+
p1/preprocess/Kidney_Papillary_Cell_Carcinoma/gene_data/TCGA.csv filter=lfs diff=lfs merge=lfs -text
|
1264 |
+
p1/preprocess/lower_grade_glioma_and_glioblastoma/gene_data/GSE35158.csv filter=lfs diff=lfs merge=lfs -text
|
1265 |
+
p1/preprocess/Melanoma/GSE148319.csv filter=lfs diff=lfs merge=lfs -text
|
1266 |
+
p1/preprocess/Melanoma/gene_data/GSE148949.csv filter=lfs diff=lfs merge=lfs -text
|
1267 |
+
p1/preprocess/Melanoma/gene_data/GSE148319.csv filter=lfs diff=lfs merge=lfs -text
|
1268 |
+
p1/preprocess/Mesothelioma/gene_data/GSE112154.csv filter=lfs diff=lfs merge=lfs -text
|
1269 |
+
p1/preprocess/Mesothelioma/GSE131027.csv filter=lfs diff=lfs merge=lfs -text
|
1270 |
+
p1/preprocess/Mesothelioma/gene_data/GSE107754.csv filter=lfs diff=lfs merge=lfs -text
|
1271 |
+
p1/preprocess/Mesothelioma/gene_data/GSE131027.csv filter=lfs diff=lfs merge=lfs -text
|
1272 |
+
p1/preprocess/Metabolic_Rate/GSE61225.csv filter=lfs diff=lfs merge=lfs -text
|
1273 |
+
p1/preprocess/Metabolic_Rate/GSE101492.csv filter=lfs diff=lfs merge=lfs -text
|
p1/preprocess/Kidney_Papillary_Cell_Carcinoma/gene_data/TCGA.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbe84ce20bc825ee72420fdf2aeb1eb9862eeaa485441df20c9ae1263607b851
|
3 |
+
size 97074045
|
p1/preprocess/Lung_Cancer/gene_data/GSE244123.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ID,GSM7807444,GSM7807445,GSM7807446,GSM7807447,GSM7807448,GSM7807449,GSM7807450,GSM7807451,GSM7807452,GSM7807453,GSM7807454,GSM7807455,GSM7807456,GSM7807457,GSM7807458,GSM7807459,GSM7807460,GSM7807461,GSM7807462,GSM7807463,GSM7807464,GSM7807465,GSM7807466,GSM7807467,GSM7807468,GSM7807469,GSM7807470,GSM7807471,GSM7807472,GSM7807473,GSM7807474,GSM7807475,GSM7807476,GSM7807477,GSM7807478,GSM7807479,GSM7807480,GSM7807481,GSM7807482,GSM7807483,GSM7807484,GSM7807485,GSM7807486,GSM7807487,GSM7807488,GSM7807489,GSM7807490,GSM7807491,GSM7807492,GSM7807493,GSM7807494,GSM7807495,GSM7807496,GSM7807497,GSM7807498,GSM7807499,GSM7807500,GSM7807501,GSM7807502,GSM7807503,GSM7807504,GSM7807505,GSM7807506,GSM7807507,GSM7807508,GSM7807509,GSM7807510,GSM7807511,GSM7807512,GSM7807513,GSM7807514,GSM7807515,GSM7807516,GSM7807517,GSM7807518,GSM7807519,GSM7807520,GSM7807521,GSM7807522,GSM7807523,GSM7807524,GSM7807525,GSM7807526,GSM7807527,GSM7807528,GSM7807529,GSM7807530,GSM7807531,GSM7807532,GSM7807533,GSM7807534,GSM7807535,GSM7807536,GSM7807537,GSM7807538,GSM7807539
|
2 |
+
OR4F17,0.0,1.0,4.0,0.0,4.0,1.0,3.0,9.0,0.0,3.0,2.0,1.0,3.0,4.0,0.0,0.0,0.0,1.0,1.0,3.0,0.0,1.0,6.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,0.0,1.0,2.0,0.0,9.0,4.0,1.0,2.0,2.0,1.0,4.0,3.0,1.0,9.0,6.0,2.0,2.0,5.0,1.0,1.0,5.0,2.0,5.0,1.0,8.0,3.0,2.0,0.0,2.0,8.0,9.0,5.0,2.0,12.0,5.0,2.0,9.0,1.0,1.0,3.0,1.0,5.0,0.0,1.0,2.0,2.0,0.0,3.0,1.0,6.0,5.0,2.0,3.0,2.0,1.0,1.0,3.0,2.0,2.0,1.0
|
3 |
+
OR4F21,0.0,3.0,2.0,0.0,0.0,0.0,3.0,12.0,2.0,2.0,0.0,0.0,2.0,4.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,7.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,3.0,0.0,1.0,1.0,0.0,5.0,3.0,1.0,6.0,2.0,2.0,2.0,6.0,5.0,5.0,3.0,0.0,5.0,5.0,5.0,1.0,6.0,5.0,2.0,2.0,4.0,1.0,4.0,5.0,6.0,3.0,0.0,3.0,4.0,13.0,5.0,2.0,16.0,1.0,0.0,7.0,2.0,3.0,1.0,3.0,2.0,0.0,2.0,4.0,2.0,0.0,2.0,2.0,3.0,5.0,2.0,3.0,0.0,2.0,1.0,1.0,0.0,5.0,5.0
|
4 |
+
OR4F4,0.0,4.0,1.0,0.0,2.0,2.0,10.0,14.0,1.0,6.0,0.0,0.0,0.0,4.0,0.0,0.0,0.0,3.0,0.0,3.0,0.0,1.0,4.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,0.0,0.0,0.0,2.0,0.0,2.0,0.0,0.0,10.0,4.0,5.0,1.0,1.0,0.0,6.0,5.0,1.0,7.0,10.0,5.0,3.0,7.0,3.0,2.0,3.0,2.0,1.0,6.0,5.0,6.0,1.0,2.0,5.0,1.0,11.0,3.0,4.0,12.0,1.0,0.0,9.0,0.0,2.0,1.0,1.0,2.0,1.0,2.0,6.0,3.0,1.0,6.0,7.0,5.0,7.0,2.0,2.0,4.0,1.0,3.0,4.0,3.0,10.0,0.0
|
5 |
+
PCMTD2,0.0,1.0,2.0,0.0,7.0,2.0,11.0,13.0,3.0,10.0,9.0,2.0,4.0,6.0,1.0,0.0,0.0,0.0,1.0,3.0,0.0,1.0,11.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,10.0,2.0,6.0,2.0,1.0,21.0,10.0,1.0,0.0,14.0,4.0,15.0,20.0,0.0,20.0,26.0,4.0,0.0,5.0,8.0,2.0,3.0,5.0,2.0,2.0,6.0,11.0,8.0,1.0,12.0,4.0,21.0,20.0,2.0,11.0,5.0,3.0,12.0,2.0,1.0,5.0,5.0,5.0,2.0,6.0,4.0,1.0,4.0,5.0,3.0,4.0,4.0,4.0,5.0,0.0,2.0,2.0,5.0,1.0,3.0,5.0
|
p1/preprocess/Lung_Cancer/gene_data/GSE244645.csv
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Gene,GSM7823140,GSM7823141,GSM7823142,GSM7823143,GSM7823144,GSM7823145,GSM7823146,GSM7823147,GSM7823148,GSM7823149,GSM7823150,GSM7823151,GSM7823152,GSM7823153,GSM7823154,GSM7823155,GSM7823156,GSM7823157,GSM7823158,GSM7823159,GSM7823160,GSM7823161,GSM7823162,GSM7823163,GSM7823164,GSM7823165,GSM7823166,GSM7823167,GSM7823168,GSM7823169,GSM7823170,GSM7823171,GSM7823172,GSM7823173,GSM7823174,GSM7823175,GSM7823176,GSM7823177,GSM7823178,GSM7823179,GSM7823180,GSM7823181,GSM7823182,GSM7823183,GSM7823184,GSM7823185,GSM7823186,GSM7823187,GSM7823188,GSM7823189,GSM7823190,GSM7823191,GSM7823192,GSM7823193,GSM7823194,GSM7823195,GSM7823196,GSM7823197,GSM7823198,GSM7823199,GSM7823200,GSM7823201,GSM7823202,GSM7823203,GSM7823204,GSM7823205,GSM7823206,GSM7823207,GSM7823208
|
2 |
+
OR4F16,0.5811111111111111,0.7047474747474747,0.6545454545454545,0.6477777777777778,0.6018181818181818,0.5966666666666667,0.5893939393939394,0.724040404040404,0.6629292929292929,0.7104040404040404,0.5937373737373738,0.6630303030303031,0.6613131313131313,0.5993939393939394,0.6328282828282829,0.6836363636363636,0.7208080808080808,0.6161616161616161,0.678989898989899,0.545050505050505,0.6123232323232323,0.816969696969697,0.5818181818181818,0.5434343434343434,0.6408080808080808,0.7440404040404041,0.3946883939393939,0.20327683232323232,0.36161620202020206,0.3368392323232323,0.340615395959596,0.2992422828282828,0.31205262626262625,0.3364801111111111,0.3088600505050505,0.3133368080808081,0.5351588383838384,0.20388286565656566,0.3438479898989899,0.2526879494949495,0.36169819191919195,0.27064784848484846,0.3746142727272727,0.30850570707070707,0.24308903737373738,0.359338505050505,0.226015398989899,0.308599202020202,0.3352498484848485,0.3764795151515152,0.32745783838383835,0.3751731515151515,0.2561802292929293,0.3985565959595959,0.26814404848484846,0.37989374747474747,0.44684576767676765,0.3673988585858586,0.6779718888888889,0.4783901818181818,0.39368057575757576,0.21268909595959595,0.25628686262626266,0.3166800909090909,0.4171003838383839,0.28920087373737374,0.337303101010101,0.39691178787878784,0.3197916666666667
|
3 |
+
OR4F17,0.32,0.31857142857142856,0.26857142857142857,0.3685714285714286,0.29714285714285715,0.32142857142857145,0.2814285714285714,0.33571428571428574,0.34714285714285714,0.3157142857142857,0.31285714285714283,0.35428571428571426,0.2714285714285714,0.34142857142857147,0.32142857142857145,0.3071428571428571,0.36,0.2885714285714286,0.28285714285714286,0.3657142857142857,0.2814285714285714,0.41428571428571426,0.2714285714285714,0.3057142857142857,0.33571428571428574,0.28285714285714286,0.43553371428571425,0.06738077142857143,0.24048057142857143,0.22371628571428573,0.3639585714285714,0.14859157142857143,0.23821285714285714,0.2468007142857143,0.159125,0.21439757142857144,0.24858157142857143,0.2503444285714286,0.4354178571428572,0.21422928571428573,0.3629521428571429,0.2571421428571429,0.23967999999999998,0.23689428571428572,0.231708,0.280898,0.17880785714285713,0.20111214285714288,0.3582174285714285,0.20926942857142855,0.174896,0.2088037142857143,0.22844085714285714,0.21145285714285714,0.27297,0.3121792857142857,0.24964785714285714,0.20579157142857143,0.39125299999999996,0.26643585714285717,0.22162728571428572,0.25327299999999997,0.22027157142857143,0.21820214285714284,0.2459107142857143,0.284375,0.21396785714285715,0.2688172857142857,0.25514157142857147
|
4 |
+
OR4F21,0.40166666666666667,0.435,0.3066666666666667,0.285,0.2816666666666667,0.33499999999999996,0.27,0.3566666666666667,0.32,0.405,0.2816666666666667,0.32,0.37833333333333335,0.37333333333333335,0.38666666666666666,0.36833333333333335,0.4083333333333334,0.27999999999999997,0.34,0.30833333333333335,0.2866666666666667,0.31,0.35833333333333334,0.3516666666666666,0.2733333333333333,0.38166666666666665,0.1538074,0.22043566666666667,0.1742081666666667,0.19925966666666664,0.1641414,0.21622300000000003,0.19592616666666665,0.31066183333333336,0.2029618333333333,0.195628,0.1916095,0.20480783333333333,0.1810651666666667,0.09180846666666666,0.12105013333333332,0.17213516666666664,0.23077433333333333,0.274206,0.15472919999999998,0.20838916666666665,0.13751811666666666,0.18908816666666664,0.21223099999999998,0.16541088333333334,0.1671676666666667,0.16754916666666667,0.16417086666666666,0.13289935,0.12535935,0.15177680000000002,0.24301016666666667,0.32437166666666667,0.28013666666666664,0.3259316666666667,0.247105,0.24500999999999998,0.22080166666666667,0.11825145,0.26088816666666664,0.13796478333333334,0.24114316666666666,0.22574833333333333,0.18486166666666667
|
5 |
+
OR4F29,0.5811111111111111,0.7047474747474747,0.6545454545454545,0.6477777777777778,0.6018181818181818,0.5966666666666667,0.5893939393939394,0.724040404040404,0.6629292929292929,0.7104040404040404,0.5937373737373738,0.6630303030303031,0.6613131313131313,0.5993939393939394,0.6328282828282829,0.6836363636363636,0.7208080808080808,0.6161616161616161,0.678989898989899,0.545050505050505,0.6123232323232323,0.816969696969697,0.5818181818181818,0.5434343434343434,0.6408080808080808,0.7440404040404041,0.3946883939393939,0.20327683232323232,0.36161620202020206,0.3368392323232323,0.340615395959596,0.2992422828282828,0.31205262626262625,0.3364801111111111,0.3088600505050505,0.3133368080808081,0.5351588383838384,0.20388286565656566,0.3438479898989899,0.2526879494949495,0.36169819191919195,0.27064784848484846,0.3746142727272727,0.30850570707070707,0.24308903737373738,0.359338505050505,0.226015398989899,0.308599202020202,0.3352498484848485,0.3764795151515152,0.32745783838383835,0.3751731515151515,0.2561802292929293,0.3985565959595959,0.26814404848484846,0.37989374747474747,0.44684576767676765,0.3673988585858586,0.6779718888888889,0.4783901818181818,0.39368057575757576,0.21268909595959595,0.25628686262626266,0.3166800909090909,0.4171003838383839,0.28920087373737374,0.337303101010101,0.39691178787878784,0.3197916666666667
|
6 |
+
OR4F3,0.5811111111111111,0.7047474747474747,0.6545454545454545,0.6477777777777778,0.6018181818181818,0.5966666666666667,0.5893939393939394,0.724040404040404,0.6629292929292929,0.7104040404040404,0.5937373737373738,0.6630303030303031,0.6613131313131313,0.5993939393939394,0.6328282828282829,0.6836363636363636,0.7208080808080808,0.6161616161616161,0.678989898989899,0.545050505050505,0.6123232323232323,0.816969696969697,0.5818181818181818,0.5434343434343434,0.6408080808080808,0.7440404040404041,0.3946883939393939,0.20327683232323232,0.36161620202020206,0.3368392323232323,0.340615395959596,0.2992422828282828,0.31205262626262625,0.3364801111111111,0.3088600505050505,0.3133368080808081,0.5351588383838384,0.20388286565656566,0.3438479898989899,0.2526879494949495,0.36169819191919195,0.27064784848484846,0.3746142727272727,0.30850570707070707,0.24308903737373738,0.359338505050505,0.226015398989899,0.308599202020202,0.3352498484848485,0.3764795151515152,0.32745783838383835,0.3751731515151515,0.2561802292929293,0.3985565959595959,0.26814404848484846,0.37989374747474747,0.44684576767676765,0.3673988585858586,0.6779718888888889,0.4783901818181818,0.39368057575757576,0.21268909595959595,0.25628686262626266,0.3166800909090909,0.4171003838383839,0.28920087373737374,0.337303101010101,0.39691178787878784,0.3197916666666667
|
7 |
+
OR4F4,0.15636363636363637,0.14636363636363636,0.14,0.14636363636363636,0.14363636363636365,0.16090909090909092,0.12636363636363634,0.17,0.15363636363636363,0.14454545454545456,0.1690909090909091,0.1509090909090909,0.12454545454545456,0.1890909090909091,0.1527272727272727,0.19636363636363638,0.15363636363636363,0.14181818181818182,0.13,0.1527272727272727,0.16181818181818183,0.16090909090909092,0.15545454545454546,0.11818181818181818,0.17545454545454545,0.1190909090909091,0.1246569090909091,0.07315323636363637,0.10444881818181818,0.11491699999999999,0.14255736363636362,0.07993278181818181,0.1184699090909091,0.09772472727272728,0.07013742727272727,0.1066508181818182,0.09261436363636365,0.15068436363636362,0.18071745454545454,0.12385836363636363,0.17876290909090908,0.07867288181818183,0.176065,0.11070409090909092,0.08745201818181819,0.15670563636363635,0.06297360909090909,0.10456,0.0913600909090909,0.07981565454545454,0.12698736363636362,0.10865927272727273,0.11521563636363635,0.09596954545454546,0.0898649909090909,0.10828654545454545,0.1154710909090909,0.08173602727272727,0.20026054545454547,0.08156239090909091,0.07469420909090908,0.13313054545454547,0.14078418181818184,0.12200545454545454,0.18227181818181817,0.12878090909090908,0.13601818181818182,0.14491327272727272,0.11952236363636363
|
8 |
+
OR4F5,0.644,0.6679999999999999,0.6839999999999999,0.826,0.638,0.6759999999999999,0.682,0.79,0.78,0.8119999999999999,0.6719999999999999,0.764,0.732,0.6799999999999999,0.696,0.738,0.628,0.742,0.8380000000000001,0.722,0.79,0.716,0.632,0.752,0.722,0.678,0.5935158,0.5191858,0.5588196,0.4963656,0.5819448,0.5310308,0.5630102,0.6204064,0.5957204,0.6182118,0.5417658000000001,0.5748718,0.6759364,0.5587904,0.6369064,0.4840484,0.48223079999999996,0.5535828,0.5354512,0.6181251999999999,0.6215802,0.5658762,0.5084139999999999,0.5836292000000001,0.671038,0.5065434,0.49957520000000005,0.6602888,0.6790708000000001,0.8034544,0.5963984,0.6237598,0.7605178,0.6365098,0.6973298,0.5223538,0.5647698,0.5677002,0.5814322,0.4853602,0.4860322,0.8025358,0.6555837999999999
|
9 |
+
PCMTD2,0.7673846153846153,0.7742692307692307,0.8035769230769231,0.7858076923076922,0.7906923076923077,0.7998076923076922,0.8285384615384617,0.7871538461538462,0.7615769230769232,0.7675000000000001,0.8176538461538461,0.7978461538461539,0.763576923076923,0.777076923076923,0.7921923076923078,0.822153846153846,0.8311923076923077,0.7910384615384616,0.795,0.8195000000000001,0.8270384615384615,0.8141538461538462,0.7576153846153846,0.8013846153846154,0.8341153846153846,0.7836538461538463,0.40402737307692305,0.40599318076923074,0.39046952307692306,0.3959843307692308,0.37261354999999996,0.3562733576923077,0.38259511153846154,0.48451881538461533,0.45422116153846154,0.41976434615384617,0.3830118653846154,0.40973275,0.4399875076923077,0.4641052769230769,0.41285016153846155,0.4772430846153846,0.3802183653846154,0.48071204615384616,0.4395440615384615,0.46497071538461543,0.4791956307692308,0.44331940000000003,0.3864033730769231,0.38149975384615387,0.3728115269230769,0.38616686923076926,0.4641271,0.33292840384615385,0.37339621153846153,0.3238981230769231,0.4558124307692307,0.42487611923076923,0.38645065769230774,0.39336827307692307,0.4111104653846154,0.4342476192307692,0.4417569653846154,0.49787063076923077,0.44118274615384623,0.3708970153846154,0.43940474615384617,0.4074482346153846,0.3732717346153846
|
10 |
+
SEPT14,0.29888888888888887,0.3088888888888889,0.25555555555555554,0.29888888888888887,0.25,0.2611111111111111,0.27555555555555555,0.31555555555555553,0.3288888888888889,0.2711111111111111,0.3011111111111111,0.3011111111111111,0.28444444444444444,0.3055555555555556,0.29666666666666663,0.29444444444444445,0.29555555555555557,0.2622222222222222,0.32666666666666666,0.3211111111111111,0.30444444444444446,0.2811111111111111,0.2777777777777778,0.26333333333333336,0.2822222222222222,0.3222222222222222,0.14554,0.11028438888888889,0.10628226666666667,0.1650111111111111,0.15058244444444446,0.12632133333333334,0.1431741111111111,0.1510231111111111,0.17321866666666666,0.16064833333333334,0.1328938888888889,0.14382944444444445,0.15707533333333334,0.12679755555555555,0.15172977777777777,0.13510977777777777,0.1170101111111111,0.142559,0.14260144444444445,0.1598381111111111,0.1435768888888889,0.22388355555555556,0.2007178888888889,0.1148758888888889,0.09548683333333334,0.17583922222222223,0.14546255555555557,0.2086501111111111,0.10510895555555555,0.17821644444444443,0.10670756666666666,0.10553913333333334,0.22262244444444443,0.21654577777777778,0.11993911111111112,0.13195466666666666,0.144218,0.13523677777777776,0.11088127777777777,0.228128,0.23964677777777776,0.16280799999999998,0.11580133333333333
|
p1/preprocess/Lung_Cancer/gene_data/GSE244647.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Gene,GSM7823140,GSM7823141,GSM7823142,GSM7823143,GSM7823144,GSM7823145,GSM7823146,GSM7823147,GSM7823148,GSM7823149,GSM7823150,GSM7823151,GSM7823152,GSM7823153,GSM7823154,GSM7823155,GSM7823156,GSM7823157,GSM7823158,GSM7823159,GSM7823160,GSM7823161,GSM7823162,GSM7823163,GSM7823164,GSM7823165,GSM7823166,GSM7823167,GSM7823168,GSM7823169,GSM7823170,GSM7823171,GSM7823172,GSM7823173,GSM7823174,GSM7823175,GSM7823176,GSM7823177,GSM7823178,GSM7823179,GSM7823180,GSM7823181,GSM7823182,GSM7823183,GSM7823184,GSM7823185,GSM7823186,GSM7823187,GSM7823188,GSM7823189,GSM7823190,GSM7823191,GSM7823192,GSM7823193,GSM7823194,GSM7823195,GSM7823196,GSM7823197,GSM7823198,GSM7823199,GSM7823200,GSM7823201,GSM7823202,GSM7823203,GSM7823204,GSM7823205,GSM7823206,GSM7823207,GSM7823208
|
p1/preprocess/Lung_Cancer/gene_data/GSE248830.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ID,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
|
p1/preprocess/Lung_Cancer/gene_data/GSE249262.csv
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Gene,GSM7932467,GSM7932468,GSM7932469,GSM7932470,GSM7932471,GSM7932472,GSM7932473,GSM7932474,GSM7932475,GSM7932476,GSM7932477,GSM7932478,GSM7932479,GSM7932480,GSM7932481,GSM7932482,GSM7932483,GSM7932484,GSM7932485,GSM7932486,GSM7932487,GSM7932488,GSM7932489,GSM7932490,GSM7932491,GSM7932492,GSM7932493,GSM7932494,GSM7932495,GSM7932496,GSM7932497,GSM7932498,GSM7932499,GSM7932500,GSM7932501,GSM7932502,GSM7932503,GSM7932504,GSM7932505,GSM7932506,GSM7932507,GSM7932508,GSM7932509,GSM7932510,GSM7932511,GSM7932512,GSM7932513,GSM7932514,GSM7932515,GSM7932516,GSM7932517,GSM7932518,GSM7932519,GSM7932520,GSM7932521,GSM7932522,GSM7932523,GSM7932524,GSM7932525,GSM7932526,GSM7932527,GSM7932528,GSM7932529,GSM7932530,GSM7932531,GSM7932532,GSM7932533,GSM7932534,GSM7932535,GSM7932536,GSM7932537,GSM7932538,GSM7932539,GSM7932540,GSM7932541,GSM7932542
|
2 |
+
OR4F16,0.4476838631010101,0.6064427493636364,0.6870316274040403,0.6074203807272728,0.8122549366060605,0.5691254082222222,0.6531816940505051,0.7186397275151515,0.5853947064343434,0.5333839991212121,0.48527809790909093,0.8494396756161617,0.513903806949495,0.6643137024646465,0.630091168,0.7294256803535353,0.5533006034343435,0.6705420207777777,0.7549789056363636,0.5133921207575757,0.6557062452828283,0.5814481759393939,0.5934983995151515,0.8146396433333334,0.5672631644545455,1.2312287988787878,0.9056222589595959,0.5776137122828283,0.7949595801717172,0.5077219213232324,0.7501470732121213,0.7787489921919192,0.6136478911010101,0.6900764347777777,0.7462844024848485,0.8575175236262625,0.6138875939696969,0.5136931824242424,0.739559152090909,0.857889379828283,0.8754868496464646,0.6280058324949495,0.5756455660404041,0.7274979928181818,0.5748315000808081,0.5888045598888889,0.603736831,0.6609187116666667,0.7094701644646465,0.5674478924848485,0.7334528239393939,0.7325961546767676,0.6893846176363636,0.648221845939394,0.6026047884747474,0.6610634894545454,0.9290031311010101,0.720873958090909,0.8166416291313132,0.8395084108989899,0.5432338767474747,0.6097429171818182,0.5513291597777777,0.526207162939394,0.5611680841111111,0.5456055538181819,0.5653381464242424,0.6382613873333334,0.5500545292828283,0.4799389341919192,0.6761745228484849,0.6977116414040404,0.482010840969697,0.5126158229393939,0.6044784641111112,0.9549582980303031
|
3 |
+
OR4F17,0.37225176485714284,0.5228231115714286,0.47959080742857146,0.4468260432857143,0.5087036994285714,0.40675680099999995,0.48067153885714287,0.5342470281428572,0.49326414214285713,0.32947321342857144,0.33153184228571425,0.641118442,0.4258410171428571,0.338812318,0.41994850285714286,0.445396657,0.44408659614285717,0.4273688848571428,0.5723435435714286,0.44554170371428575,0.5333512611428571,0.4815656365714286,0.6315697664285714,0.7577156267142857,0.5177740514285715,0.5174290952857142,0.47095826642857147,0.43294205214285714,0.5600105697142858,0.36296776157142857,0.5119213727142857,0.482975302,0.4377152202857143,0.7439376368571429,0.4284520032857143,0.5311632902857143,0.47306025157142856,0.45162346242857143,0.5258353044285714,0.649115767,0.5781671278571429,0.5632406567142857,0.531346634,0.6861513422857143,0.6516446807142857,0.45820245,0.567148272,0.5520361547142857,0.48077984114285716,0.7633674421428571,0.7377967391428571,0.5458825138571429,0.5866598338571428,0.433133573,0.6750466542857143,0.5739999975714286,0.7844906831428571,0.601445208,0.6710199130000001,0.4268888988571429,0.41048976128571424,0.520993383,0.44633491414285714,0.43303040614285715,0.434481,0.29467676428571427,0.3986919354285714,0.37490082542857145,0.43150231614285717,0.395807181,0.4870548434285714,0.4830367011428572,0.3799435954285714,0.4337242765714286,0.49992999857142856,0.5515105088571428
|
4 |
+
OR4F21,0.2646850115,0.38990818416666667,0.3615869136666667,0.3243862748333333,0.4446000575,0.313203301,0.33412737000000003,0.3356213963333334,0.319565816,0.3306692715,0.24766446966666666,0.40510837516666665,0.4643443506666667,0.32664168983333336,0.3229798501666667,0.46636996333333336,0.40463498016666666,0.36170431816666665,0.4375315675,0.28160738683333336,0.33199998000000003,0.32814926166666664,0.33988141266666666,0.5756688955,0.31905766783333334,0.6314879981666667,0.48690356900000004,0.35192115583333333,0.37495121533333337,0.30186595116666665,0.34011850650000003,0.4316927508333333,0.343766692,0.3711790701666667,0.4424754071666666,0.4127226128333333,0.32485144416666667,0.30450696416666667,0.3450477068333333,0.5790784236666667,0.4517246248333333,0.32307312666666665,0.2864292095,0.44738072083333336,0.30863582916666665,0.3987777938333333,0.3840775375,0.3303864965,0.47368907716666664,0.3270813321666667,0.3613731,0.3201811155,0.3837172211666667,0.42976840866666666,0.3294884835,0.32901846916666666,0.3976570656666667,0.3742094125,0.3853428003333333,0.4868149218333333,0.28428636766666665,0.3496951568333333,0.31277708033333335,0.31361842133333334,0.2758182913333333,0.29161502766666664,0.3131404015,0.3242353586666667,0.34728557516666664,0.29479785266666664,0.43867456516666664,0.31446687,0.25905276166666663,0.30955757283333335,0.3371762028333333,0.3595970508333333
|
5 |
+
OR4F29,0.4476838631010101,0.6064427493636364,0.6870316274040403,0.6074203807272728,0.8122549366060605,0.5691254082222222,0.6531816940505051,0.7186397275151515,0.5853947064343434,0.5333839991212121,0.48527809790909093,0.8494396756161617,0.513903806949495,0.6643137024646465,0.630091168,0.7294256803535353,0.5533006034343435,0.6705420207777777,0.7549789056363636,0.5133921207575757,0.6557062452828283,0.5814481759393939,0.5934983995151515,0.8146396433333334,0.5672631644545455,1.2312287988787878,0.9056222589595959,0.5776137122828283,0.7949595801717172,0.5077219213232324,0.7501470732121213,0.7787489921919192,0.6136478911010101,0.6900764347777777,0.7462844024848485,0.8575175236262625,0.6138875939696969,0.5136931824242424,0.739559152090909,0.857889379828283,0.8754868496464646,0.6280058324949495,0.5756455660404041,0.7274979928181818,0.5748315000808081,0.5888045598888889,0.603736831,0.6609187116666667,0.7094701644646465,0.5674478924848485,0.7334528239393939,0.7325961546767676,0.6893846176363636,0.648221845939394,0.6026047884747474,0.6610634894545454,0.9290031311010101,0.720873958090909,0.8166416291313132,0.8395084108989899,0.5432338767474747,0.6097429171818182,0.5513291597777777,0.526207162939394,0.5611680841111111,0.5456055538181819,0.5653381464242424,0.6382613873333334,0.5500545292828283,0.4799389341919192,0.6761745228484849,0.6977116414040404,0.482010840969697,0.5126158229393939,0.6044784641111112,0.9549582980303031
|
6 |
+
OR4F3,0.4476838631010101,0.6064427493636364,0.6870316274040403,0.6074203807272728,0.8122549366060605,0.5691254082222222,0.6531816940505051,0.7186397275151515,0.5853947064343434,0.5333839991212121,0.48527809790909093,0.8494396756161617,0.513903806949495,0.6643137024646465,0.630091168,0.7294256803535353,0.5533006034343435,0.6705420207777777,0.7549789056363636,0.5133921207575757,0.6557062452828283,0.5814481759393939,0.5934983995151515,0.8146396433333334,0.5672631644545455,1.2312287988787878,0.9056222589595959,0.5776137122828283,0.7949595801717172,0.5077219213232324,0.7501470732121213,0.7787489921919192,0.6136478911010101,0.6900764347777777,0.7462844024848485,0.8575175236262625,0.6138875939696969,0.5136931824242424,0.739559152090909,0.857889379828283,0.8754868496464646,0.6280058324949495,0.5756455660404041,0.7274979928181818,0.5748315000808081,0.5888045598888889,0.603736831,0.6609187116666667,0.7094701644646465,0.5674478924848485,0.7334528239393939,0.7325961546767676,0.6893846176363636,0.648221845939394,0.6026047884747474,0.6610634894545454,0.9290031311010101,0.720873958090909,0.8166416291313132,0.8395084108989899,0.5432338767474747,0.6097429171818182,0.5513291597777777,0.526207162939394,0.5611680841111111,0.5456055538181819,0.5653381464242424,0.6382613873333334,0.5500545292828283,0.4799389341919192,0.6761745228484849,0.6977116414040404,0.482010840969697,0.5126158229393939,0.6044784641111112,0.9549582980303031
|
7 |
+
OR4F4,0.20691399127272725,0.3060148276363636,0.2540699214545455,0.2552050660909091,0.3045934391818182,0.26244712536363635,0.2695941910909091,0.33892942536363635,0.3193227471818182,0.23782701245454546,0.19750412154545452,0.3709245696363636,0.2504038189090909,0.21053904599999998,0.239807725,0.26874948545454547,0.27681240463636364,0.24300285654545456,0.3486899100909091,0.2775126116363636,0.31167556936363633,0.27118141627272724,0.3619247929090909,0.43431051209090915,0.28758981245454546,0.3756251833636364,0.278850048,0.3002472687272727,0.4087845432727273,0.25501228654545455,0.2653803691818182,0.36382022718181817,0.25351771363636366,0.2655382468181818,0.28388202063636364,0.27054913636363637,0.26287574654545454,0.2857821409090909,0.3711441070909091,0.333807016,0.3505177846363636,0.3286148754545455,0.3023354750909091,0.34699239254545455,0.4018383671818182,0.34768268381818185,0.31186876345454545,0.329298828,0.3229039529090909,0.501746269,0.4254643167272727,0.26644624763636365,0.4376179799090909,0.30554325854545455,0.4071979973636364,0.3859683644545454,0.4053941899090909,0.39499607372727275,0.4052835623636364,0.2870194756363636,0.25669599818181815,0.2806458306363636,0.24993448599999998,0.24034592145454547,0.26891197318181814,0.24053936672727272,0.24732382872727274,0.21445299672727272,0.26149075254545456,0.20435065545454545,0.33859880481818183,0.3239624464545454,0.23837751427272727,0.26714659490909093,0.3286629392727273,0.32813455972727273
|
8 |
+
OR4F5,0.7947175088,0.9526142642,0.8804919269999999,1.0552076661999998,0.928703109,0.9126340881999999,1.0132610878,0.9152941158000001,0.8883825736000001,0.8139123222,0.8762591592,1.0698518258,0.9146953557999999,0.8860627822,0.9725996242000001,1.049583933,0.8242277922,0.9874662007999999,0.9337245248,0.9181260258,0.8972694027999999,0.8492387020000001,1.0665978896000001,1.010884084,0.912685962,1.0064773790000001,0.9678640467999999,0.9894631338,1.0299365734,0.751384683,1.0585085132,0.8966827662,0.9396428356,1.0049955236,0.944859742,0.9035178022,1.0221840174,0.8770437041999999,1.0872867244,1.0473179888000002,1.2466733234,0.9321080472000001,0.9873896961999999,1.0376826103999999,1.0139859705999998,0.8849313437999999,1.0157673232,0.9596046791999999,0.8524086338,1.1431322176,1.0895267990000002,1.0999430134000001,0.9357041168,0.8599259476000001,1.1420045064,0.9286232358,1.1534505678,1.0915193782,0.9204693444000001,1.0606493814,0.8555698516,0.9834409218,0.8211492308,0.8395835075999999,0.8006948491999999,0.7970985842,0.8725467672,0.9766294523999999,0.8889347733999999,0.8130041805999999,0.839056843,0.9105965486,0.859862204,0.9709905012,0.998784545,0.877164344
|
9 |
+
PCMTD2,0.6488597433346154,0.5595356858961539,0.7100677122384615,0.6960327379807693,0.6329984466346154,0.6388845743769231,0.6938256273000001,0.6170091723846154,0.5788202280692307,0.6807005393884615,0.7123844453576923,0.7302939129692307,0.7308919701269231,0.6231048079038461,0.6403543503461538,0.6119499365384615,0.7495383239307691,0.6552116948576923,0.8073376954576923,0.7942455978615385,0.7063961193961539,0.7870743595615385,0.7920106942692308,0.7480006249807691,0.6900126348153846,0.5502162107692308,0.5310691616307692,0.7644649279307691,0.6948351782807692,0.4951320173,0.6216470026538461,0.6393923698384616,0.7050593620653846,0.6638491961999999,0.6080060557769231,0.7173443455346155,0.6712811840692308,0.8833444085230768,0.6538637259576923,0.6647791321000001,0.5778602057423077,0.6556511562038461,0.6999246224307692,0.6420739576,0.8022021362769232,0.7089220551423077,0.7506364896192308,0.7302613950538461,0.6582741576615384,0.7942284913730769,0.7010861446153847,0.7897971034615385,0.5914396229269231,0.7575332388461538,0.7129192039384615,0.7049012709,0.7431103364576923,0.6757139326653846,0.7882282277499999,0.5777084482653847,0.7721880860576923,0.7442532717923077,0.5927302770692309,0.5359245750461539,0.570160421,0.8002274516346154,0.4852816388576923,0.66776615835,0.790359057026923,0.6412926041615384,0.6482655825538461,0.7775440759307692,0.6865426856076923,0.7513508557999999,0.6085042745153846,0.6626368546153846
|
10 |
+
SEPT14,0.224934306,0.28197896433333336,0.2531460803333333,0.25760954999999996,0.27300532466666666,0.2653970716666667,0.2714246301111111,0.2949512721111111,0.26404781722222226,0.22605505233333334,0.21367366966666668,0.3001391394444444,0.276192017,0.21701916522222223,0.25284993144444445,0.26656550688888886,0.25541989633333334,0.2850190247777778,0.24289799611111113,0.21488368433333335,0.24853709366666665,0.24176859877777776,0.24292363166666664,0.23502636100000002,0.281966793,0.2871997686666667,0.3427216894444445,0.25823080600000003,0.23988809722222224,0.20274325544444446,0.24708526833333336,0.2580308748888889,0.2249624037777778,0.20580269655555555,0.27699997277777777,0.23298955911111113,0.263247801,0.25784361066666667,0.2477967573333333,0.26242915566666664,0.22075856044444445,0.22846761999999998,0.2651416486666667,0.27801950166666667,0.2616213485555556,0.2277431131111111,0.30056677322222225,0.23900241222222224,0.20580029944444445,0.3155759463333333,0.26007976188888887,0.23273706700000002,0.297219038,0.24108101188888892,0.30101060977777777,0.24501151533333335,0.22503251233333332,0.24574295388888887,0.2482165068888889,0.28040431955555556,0.21978751533333335,0.22234543399999998,0.22581601833333334,0.22696199577777776,0.19922517022222222,0.2619463458888889,0.25893598577777777,0.36047112644444446,0.2574219118888889,0.24295037944444445,0.2551288455555556,0.27259686577777775,0.2394588741111111,0.21009133255555557,0.25085115722222223,0.2764268831111111
|
p1/preprocess/Lung_Cancer/gene_data/GSE249568.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ID,GSM7950142,GSM7950143,GSM7950144,GSM7950145,GSM7950146,GSM7950147,GSM7950148,GSM7950149,GSM7950150,GSM7950151,GSM7950152,GSM7950153,GSM7950154,GSM7950155,GSM7950156,GSM7950157,GSM7950158,GSM7950159,GSM7950160,GSM7950161,GSM7950162,GSM7950163,GSM7950164,GSM7950165,GSM7950166,GSM7950167,GSM7950168,GSM7950169,GSM7950170,GSM7950171,GSM7950172,GSM7950173,GSM7950174,GSM7950175,GSM7950176,GSM7950177,GSM7950178,GSM7950179,GSM7950180,GSM7950181,GSM7950182,GSM7950183,GSM7950184,GSM7950185,GSM7950186,GSM7950187,GSM7950188,GSM7950189,GSM7950190,GSM7950191,GSM7950192,GSM7950193,GSM7950194,GSM7950195,GSM7950196,GSM7950197,GSM7950198,GSM7950199,GSM7950200,GSM7950201,GSM7950202,GSM7950203,GSM7950204,GSM7950205,GSM7950206,GSM7950207,GSM7950208,GSM7950209,GSM7950210,GSM7950211,GSM7950212,GSM7950213,GSM7950214,GSM7950215,GSM7950216,GSM7950217,GSM7950218,GSM7950219,GSM7950220,GSM7950221,GSM7950222,GSM7950223,GSM7950224,GSM7950225,GSM7950226,GSM7950227,GSM7950228,GSM7950229,GSM7950230,GSM7950231,GSM7950232,GSM7950233,GSM7950234,GSM7950235
|
p1/preprocess/Lung_Cancer/gene_data/TCGA.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sample,TCGA-18-3417-01,TCGA-22-4613-01,TCGA-90-7769-01,TCGA-77-A5G1-01,TCGA-77-A5G3-01,TCGA-66-2766-01,TCGA-37-4135-01,TCGA-56-8201-01,TCGA-56-7582-11,TCGA-43-7656-01,TCGA-85-8481-01,TCGA-56-A4ZK-01,TCGA-56-8309-11,TCGA-22-1011-01,TCGA-77-8156-01,TCGA-43-A475-01,TCGA-37-3789-01,TCGA-22-4596-01,TCGA-58-A46N-01,TCGA-63-A5MW-01,TCGA-85-8479-01,TCGA-68-8251-01,TCGA-34-7107-01,TCGA-37-4141-01,TCGA-39-5040-01,TCGA-43-2578-01,TCGA-63-A5M9-01,TCGA-92-8063-01,TCGA-NC-A5HR-01,TCGA-51-4079-01,TCGA-56-7730-11,TCGA-66-2795-01,TCGA-96-7544-01,TCGA-21-1081-01,TCGA-37-A5EM-01,TCGA-63-6202-01,TCGA-98-A53I-01,TCGA-46-3767-01,TCGA-22-4599-01,TCGA-58-8391-01,TCGA-85-8580-01,TCGA-60-2715-01,TCGA-43-6143-11,TCGA-39-5031-01,TCGA-66-2792-01,TCGA-92-7340-01,TCGA-85-8287-01,TCGA-56-8622-01,TCGA-22-5471-01,TCGA-60-2709-11,TCGA-77-A5GA-01,TCGA-43-3394-11,TCGA-85-A4QQ-01,TCGA-66-2744-01,TCGA-22-5480-01,TCGA-58-8388-01,TCGA-63-7022-01,TCGA-85-8584-01,TCGA-77-8128-01,TCGA-60-2708-01,TCGA-85-7699-01,TCGA-33-AAS8-01,TCGA-51-4081-11,TCGA-18-3408-01,TCGA-56-8626-01,TCGA-22-4601-01,TCGA-43-6773-01,TCGA-22-5482-11,TCGA-60-2706-01,TCGA-77-A5G8-01,TCGA-85-8355-01,TCGA-22-4609-11,TCGA-22-4593-01,TCGA-60-2712-01,TCGA-85-7843-01,TCGA-66-2790-01,TCGA-NC-A5HE-01,TCGA-33-4547-01,TCGA-34-5240-01,TCGA-63-5131-01,TCGA-66-2758-01,TCGA-85-A50M-01,TCGA-22-5489-11,TCGA-NC-A5HI-01,TCGA-77-8009-01,TCGA-43-A56U-01,TCGA-68-A59J-01,TCGA-34-5236-01,TCGA-22-1002-01,TCGA-NK-A5D1-01,TCGA-51-4080-01,TCGA-33-6737-01,TCGA-56-7223-01,TCGA-39-5011-01,TCGA-39-5037-01,TCGA-66-2777-01,TCGA-21-5783-01,TCGA-85-7950-01,TCGA-77-8153-01,TCGA-L3-A4E7-01,TCGA-60-2724-01,TCGA-90-A59Q-01,TCGA-94-7557-01,TCGA-96-7545-01,TCGA-85-6798-01,TCGA-22-5491-11,TCGA-98-7454-01,TCGA-66-2771-01,TCGA-56-8083-01,TCGA-85-7696-01,TCGA-77-A5G6-01,TCGA-90-A4ED-01,TCGA-56-A4BX-01,TCGA-NC-A5HG-01,TCGA-37-5819-01,TCGA-66-2727-01,TCGA-77-6843-01,TCGA-77-8130-01,TCGA-34-5928-01,TCGA-22-4594-01,TCGA-22-A5C4-01,TCGA-33-A5GW-01,TCGA-94-8035-01,TCGA-94-A5I4-01,TCGA-94-7943-01,TCGA-85-A53L-01,TCGA-63-5128-01,TCGA-63-A5MU-01,TCGA-37-4129-01,TCGA-98-A53C-01,TCGA-56-A4ZJ-01,TCGA-22-0940-01,TCGA-77-8145-01,TCGA-O2-A52W-01,TCGA-43-6771-11,TCGA-63-A5MV-01,TCGA-34-5231-01,TCGA-33-AASD-01,TCGA-77-8140-01,TCGA-39-5019-01,TCGA-22-5478-01,TCGA-90-7964-01,TCGA-68-8250-01,TCGA-56-8504-01,TCGA-NC-A5HP-01,TCGA-33-4566-01,TCGA-58-8393-01,TCGA-63-A5MS-01,TCGA-66-2780-01,TCGA-21-1075-01,TCGA-56-7823-01,TCGA-63-A5MP-01,TCGA-85-8072-01,TCGA-21-1078-01,TCGA-77-A5GH-01,TCGA-60-2714-01,TCGA-34-2600-01,TCGA-33-4533-01,TCGA-85-A510-01,TCGA-52-7622-01,TCGA-77-7337-01,TCGA-37-A5EN-01,TCGA-77-8148-01,TCGA-18-5592-01,TCGA-77-7335-11,TCGA-92-7341-01,TCGA-34-A5IX-01,TCGA-56-8623-01,TCGA-63-A5MI-01,TCGA-66-2791-01,TCGA-21-1071-01,TCGA-60-2711-01,TCGA-37-4133-01,TCGA-34-8454-01,TCGA-77-8146-01,TCGA-56-7582-01,TCGA-18-3406-01,TCGA-56-8309-01,TCGA-21-1080-01,TCGA-60-2721-01,TCGA-60-2716-01,TCGA-66-2737-01,TCGA-63-7021-01,TCGA-85-8352-01,TCGA-85-7698-01,TCGA-77-8139-01,TCGA-34-7107-11,TCGA-98-8020-01,TCGA-85-8052-01,TCGA-43-3920-01,TCGA-77-7142-01,TCGA-NC-A5HK-01,TCGA-43-7658-11,TCGA-60-2719-01,TCGA-58-8387-01,TCGA-43-7658-01,TCGA-96-A4JK-01,TCGA-43-6143-01,TCGA-56-8305-01,TCGA-90-6837-11,TCGA-66-2769-01,TCGA-22-1000-01,TCGA-18-3412-01,TCGA-66-2759-01,TCGA-66-2794-01,TCGA-21-1083-01,TCGA-60-2695-01,TCGA-85-6560-01,TCGA-98-8022-01,TCGA-43-5668-01,TCGA-21-5786-01,TCGA-77-8007-11,TCGA-34-8456-01,TCGA-66-2755-01,TCGA-18-4083-01,TCGA-56-7222-01,TCGA-52-7812-01,TCGA-94-8490-01,TCGA-51-4081-01,TCGA-39-5028-01,TCGA-22-5482-01,TCGA-60-2725-01,TCGA-21-5782-01,TCGA-66-2800-01,TCGA-18-3421-01,TCGA-22-1016-01,TCGA-77-8008-01,TCGA-66-2767-01,TCGA-22-4609-01,TCGA-43-3394-01,TCGA-43-8115-01,TCGA-39-5016-01,TCGA-66-2770-01,TCGA-85-7697-01,TCGA-85-A4CN-01,TCGA-56-A5DS-01,TCGA-37-3792-01,TCGA-O2-A52N-01,TCGA-66-2753-01,TCGA-66-2754-01,TCGA-46-6026-01,TCGA-85-7710-01,TCGA-85-8664-01,TCGA-34-5241-01,TCGA-43-A474-01,TCGA-96-A4JL-01,TCGA-NC-A5HO-01,TCGA-77-8133-01,TCGA-66-2778-01,TCGA-51-4080-11,TCGA-22-5473-01,TCGA-33-AASI-01,TCGA-98-A53B-01,TCGA-43-6647-01,TCGA-22-4595-01,TCGA-56-6546-01,TCGA-60-2698-01,TCGA-56-5898-01,TCGA-77-6842-01,TCGA-34-8455-01,TCGA-43-A56V-01,TCGA-77-8154-01,TCGA-77-8138-01,TCGA-22-5491-01,TCGA-85-A4CL-01,TCGA-39-5022-01,TCGA-63-A5MR-01,TCGA-66-2781-01,TCGA-77-7139-01,TCGA-37-A5EL-01,TCGA-56-8083-11,TCGA-39-5036-01,TCGA-58-8392-01,TCGA-66-2763-01,TCGA-66-2785-01,TCGA-22-5479-01,TCGA-63-A5MT-01,TCGA-33-4532-01,TCGA-70-6722-01,TCGA-60-2707-01,TCGA-77-7138-11,TCGA-56-7579-11,TCGA-85-8071-01,TCGA-22-1012-01,TCGA-77-7338-11,TCGA-58-A46K-01,TCGA-94-A5I6-01,TCGA-56-A4BY-01,TCGA-85-8049-01,TCGA-60-2710-01,TCGA-18-4086-01,TCGA-37-4132-01,TCGA-63-7023-01,TCGA-21-1070-01,TCGA-33-6738-01,TCGA-56-A4BW-01,TCGA-56-8308-01,TCGA-21-1079-01,TCGA-66-2742-01,TCGA-63-7020-01,TCGA-33-AASJ-01,TCGA-85-8353-01,TCGA-22-5478-11,TCGA-18-3410-01,TCGA-85-8070-01,TCGA-NC-A5HQ-01,TCGA-66-2783-01,TCGA-18-3407-01,TCGA-98-A53A-01,TCGA-85-8276-01,TCGA-LA-A446-01,TCGA-NC-A5HT-01,TCGA-58-8386-01,TCGA-77-A5GF-01,TCGA-56-7731-01,TCGA-22-4604-01,TCGA-56-8304-01,TCGA-63-A5MN-01,TCGA-77-7337-11,TCGA-96-8169-01,TCGA-33-4589-01,TCGA-37-4130-01,TCGA-NC-A5HJ-01,TCGA-56-8623-11,TCGA-85-A4PA-01,TCGA-34-8454-11,TCGA-98-8023-01,TCGA-56-8625-01,TCGA-43-6770-01,TCGA-60-2703-01,TCGA-77-A5GB-01,TCGA-66-2788-01,TCGA-39-5029-01,TCGA-18-3415-01,TCGA-90-A4EE-01,TCGA-34-2596-01,TCGA-34-5929-01,TCGA-96-8170-01,TCGA-46-3766-01,TCGA-22-5483-01,TCGA-56-8629-01,TCGA-63-A5MG-01,TCGA-77-7140-01,TCGA-77-7465-01,TCGA-94-8491-01,TCGA-43-7657-01,TCGA-77-7142-11,TCGA-NC-A5HF-01,TCGA-63-A5MB-01,TCGA-60-2722-01,TCGA-66-2768-01,TCGA-33-4579-01,TCGA-77-7138-01,TCGA-68-A59I-01,TCGA-22-1017-01,TCGA-77-8131-01,TCGA-94-A4VJ-01,TCGA-56-A5DR-01,TCGA-34-5927-01,TCGA-60-2697-01,TCGA-85-7844-01,TCGA-68-7756-01,TCGA-85-A4JC-01,TCGA-77-8007-01,TCGA-98-8021-01,TCGA-58-A46J-01,TCGA-56-7222-11,TCGA-22-5472-01,TCGA-NC-A5HN-01,TCGA-34-5239-01,TCGA-92-8064-01,TCGA-85-A50Z-01,TCGA-77-7463-01,TCGA-O2-A52V-01,TCGA-21-5784-01,TCGA-85-6175-01,TCGA-39-5039-01,TCGA-39-5024-01,TCGA-22-1005-01,TCGA-66-2757-01,TCGA-77-8008-11,TCGA-52-7810-01,TCGA-85-A4QR-01,TCGA-LA-A7SW-01,TCGA-90-7767-01,TCGA-90-6837-01,TCGA-77-8150-01,TCGA-33-4582-01,TCGA-51-6867-01,TCGA-33-A4WN-01,TCGA-18-5595-01,TCGA-56-8082-11,TCGA-85-7710-11,TCGA-18-3419-01,TCGA-NK-A5CT-01,TCGA-56-7580-11,TCGA-85-8288-01,TCGA-18-3416-01,TCGA-79-5596-01,TCGA-18-4721-01,TCGA-66-2789-01,TCGA-85-8351-01,TCGA-43-5670-01,TCGA-60-2709-01,TCGA-43-6647-11,TCGA-98-A53D-01,TCGA-85-8666-01,TCGA-56-8503-01,TCGA-NK-A5CX-01,TCGA-56-7221-01,TCGA-21-1082-01,TCGA-63-A5ML-01,TCGA-22-5477-01,TCGA-98-A538-01,TCGA-46-3765-01,TCGA-22-4591-01,TCGA-98-A53H-01,TCGA-XC-AA0X-01,TCGA-98-A53J-01,TCGA-85-8277-01,TCGA-39-5040-11,TCGA-66-2787-01,TCGA-77-8143-01,TCGA-56-7823-11,TCGA-85-6561-01,TCGA-77-6845-01,TCGA-56-7730-01,TCGA-21-1076-01,TCGA-39-5035-01,TCGA-56-7579-01,TCGA-58-A46M-01,TCGA-77-7338-01,TCGA-85-8582-01,TCGA-63-A5MH-01,TCGA-56-8201-11,TCGA-34-5234-01,TCGA-63-A5MJ-01,TCGA-92-7340-11,TCGA-56-1622-01,TCGA-22-4605-01,TCGA-22-5471-11,TCGA-56-8624-01,TCGA-94-7033-01,TCGA-43-6773-11,TCGA-85-A513-01,TCGA-60-2704-01,TCGA-33-4538-01,TCGA-56-7822-01,TCGA-56-A62T-01,TCGA-85-A4JB-01,TCGA-56-A49D-01,TCGA-58-8386-11,TCGA-43-2576-01,TCGA-39-5034-01,TCGA-18-3411-01,TCGA-77-A5FZ-01,TCGA-22-4593-11,TCGA-43-5670-11,TCGA-39-5030-01,TCGA-58-8390-01,TCGA-34-5232-01,TCGA-43-8118-01,TCGA-66-2793-01,TCGA-68-7757-01,TCGA-66-2734-01,TCGA-60-2696-01,TCGA-60-2723-01,TCGA-92-8065-01,TCGA-60-2726-01,TCGA-52-7811-01,TCGA-21-1072-01,TCGA-33-6737-11,TCGA-77-8136-01,TCGA-22-5474-01,TCGA-22-5483-11,TCGA-33-4587-01,TCGA-39-5027-01,TCGA-22-5492-01,TCGA-18-3409-01,TCGA-22-5485-01,TCGA-66-2756-01,TCGA-33-4583-01,TCGA-43-7657-11,TCGA-66-2773-01,TCGA-MF-A522-01,TCGA-56-8628-01,TCGA-21-A5DI-01,TCGA-18-3414-01,TCGA-77-7141-01,TCGA-90-7766-01,TCGA-46-3768-01,TCGA-O2-A52Q-01,TCGA-22-5489-01,TCGA-70-6723-01,TCGA-NC-A5HD-01,TCGA-NC-A5HM-01,TCGA-60-2720-01,TCGA-46-6025-01,TCGA-56-5897-01,TCGA-52-7809-01,TCGA-85-8048-01,TCGA-43-8116-01,TCGA-68-7755-01,TCGA-43-2581-01,TCGA-NC-A5HH-01,TCGA-22-5472-11,TCGA-22-5481-01,TCGA-22-4607-01,TCGA-22-5481-11,TCGA-21-5787-01,TCGA-85-8350-01,TCGA-33-4587-11,TCGA-51-4079-11,TCGA-66-2782-01,TCGA-66-2765-01,TCGA-NC-A5HL-01,TCGA-43-6771-01,TCGA-77-A5G7-01,TCGA-6A-AB49-01,TCGA-33-AASB-01,TCGA-90-7767-11,TCGA-85-A511-01,TCGA-NK-A7XE-01,TCGA-56-6545-01,TCGA-34-2608-01,TCGA-46-3769-01,TCGA-37-3783-01,TCGA-56-8307-01,TCGA-NK-A5CR-01,TCGA-63-A5MM-01,TCGA-22-0944-01,TCGA-77-6844-01,TCGA-66-2786-01,TCGA-56-8082-01,TCGA-98-A539-01,TCGA-O2-A52S-01,TCGA-33-4586-01,TCGA-21-1077-01,TCGA-60-2713-01,TCGA-L3-A524-01,TCGA-39-5021-01,TCGA-85-A5B5-01,TCGA-58-A46L-01,TCGA-77-8144-01,TCGA-J1-A4AH-01,TCGA-56-7580-01,TCGA-63-A5MY-01,TCGA-33-AASL-01,TCGA-85-A512-01,TCGA-85-8354-01,TCGA-O2-A5IB-01,TCGA-77-7335-01,TCGA-56-7731-11
|
2 |
+
LOC728323,-1.22639332813,-0.205093328131,0.230006671869,-0.106993328131,0.215706671869,0.467006671869,0.830306671869,-1.23109332813,0.972306671869,1.62830667187,0.417706671869,-1.09699332813,0.343806671869,-0.435893328131,-0.541893328131,0.902506671869,-0.252793328131,-0.163793328131,1.67530667187,0.661506671869,-0.758493328131,0.398606671869,-0.827093328131,-0.238493328131,1.71190667187,0.134606671869,-0.0349933281311,0.766906671869,-1.11179332813,0.268506671869,-0.725093328131,0.354406671869,-0.0891933281311,0.916806671869,0.695306671869,-0.179393328131,1.00890667187,-0.383993328131,0.0731066718689,-0.0228933281311,-0.292593328131,-0.935093328131,0.241406671869,-1.44959332813,-2.34869332813,-0.205693328131,0.832106671869,-2.39209332813,-1.45259332813,0.0121066718689,0.581506671869,0.861306671869,-0.395893328131,-0.112593328131,1.24240667187,1.02510667187,0.333606671869,-0.738493328131,0.148706671869,-0.915693328131,-1.27879332813,-0.332693328131,-0.482793328131,0.613006671869,1.19940667187,-0.257593328131,-2.80669332813,0.931006671869,-0.761293328131,-0.262293328131,1.02710667187,0.460006671869,-0.540293328131,0.535306671869,0.362706671869,0.0786066718689,-0.224993328131,-0.511993328131,-0.154293328131,0.298706671869,-1.29489332813,0.505706671869,0.152706671869,-0.257393328131,1.12440667187,0.993806671869,1.70700667187,0.115606671869,0.485506671869,0.840806671869,0.943606671869,-0.0940933281311,1.11250667187,0.168906671869,-3.03809332813,-0.120893328131,0.598206671869,2.07580667187,-1.00009332813,-1.28059332813,-0.256193328131,0.0187066718689,1.82840667187,-0.0768933281311,-1.28059332813,0.148506671869,0.489106671869,-0.420393328131,0.963606671869,1.08090667187,0.701406671869,1.29430667187,0.631106671869,0.630006671869,-0.303293328131,0.230006671869,1.20780667187,-0.868993328131,0.264006671869,0.648106671869,0.410606671869,-0.341793328131,-0.0385933281311,0.299706671869,0.901506671869,0.177806671869,0.532706671869,0.975306671869,0.703806671869,-0.141593328131,0.128806671869,-0.179393328131,-0.970493328131,0.175106671869,-0.232093328131,0.302006671869,0.133106671869,2.08700667187,-0.886593328131,-0.354993328131,-1.33769332813,0.192606671869,0.779806671869,-1.50749332813,0.488006671869,0.199806671869,0.121006671869,0.831406671869,-0.388993328131,-0.0905933281311,-0.325093328131,0.163706671869,-0.878893328131,0.200406671869,0.231806671869,0.865506671869,0.239906671869,-0.121893328131,1.28990667187,-0.158493328131,-0.209293328131,-0.0856933281311,0.00530667186891,0.542206671869,-0.0547933281311,-0.939793328131,0.656506671869,-0.332693328131,-0.700393328131,0.685106671869,0.431206671869,-0.569293328131,0.221306671869,0.632006671869,-0.233193328131,0.813806671869,0.0472066718689,0.248806671869,-0.641993328131,-0.220993328131,0.804006671869,-0.246193328131,0.478506671869,-0.803293328131,-0.503593328131,-0.218393328131,-0.868793328131,-0.586093328131,0.237406671869,-0.866893328131,0.178306671869,1.17060667187,0.553206671869,0.801606671869,-0.552693328131,1.80110667187,0.529206671869,-0.179493328131,0.331906671869,0.585406671869,-0.302293328131,0.479806671869,-1.51369332813,0.720006671869,-1.30639332813,0.465606671869,0.528106671869,0.727506671869,0.0526066718689,0.290806671869,-0.532993328131,1.11080667187,6.67186890979e-06,-0.664093328131,-0.355393328131,0.826806671869,0.262306671869,0.664206671869,-1.93589332813,-0.0313933281311,0.972006671869,-0.419693328131,-0.144693328131,-0.427993328131,-1.04939332813,0.738706671869,0.103506671869,-0.821893328131,0.551706671869,-0.150593328131,-0.0177933281311,0.491306671869,-0.102493328131,-0.674293328131,-0.0478933281311,0.0770066718689,0.570006671869,0.437306671869,0.562106671869,0.330806671869,-0.606993328131,1.68630667187,-0.594493328131,-0.163793328131,0.0901066718689,0.187206671869,0.734706671869,0.789906671869,-0.633293328131,0.541006671869,-0.493393328131,-1.42459332813,-0.153193328131,-1.65639332813,1.06040667187,-0.287393328131,-0.101193328131,-0.181793328131,0.435506671869,0.0552066718689,-0.213593328131,-0.601593328131,-0.947693328131,-0.163893328131,-0.120693328131,0.321306671869,-0.0504933281311,-0.971393328131,-0.00399332813109,-0.623693328131,0.664406671869,-0.743893328131,0.162806671869,0.0154066718689,-1.08159332813,-1.65259332813,0.778606671869,-0.400193328131,-0.469693328131,0.0334066718689,0.819006671869,0.245306671869,-1.05399332813,-0.822293328131,-0.199493328131,1.51820667187,0.797006671869,0.126606671869,-0.298293328131,0.532206671869,-1.25819332813,0.514006671869,-0.152993328131,0.214106671869,-0.753093328131,-0.00889332813109,0.738106671869,-0.251993328131,-0.482593328131,-0.720593328131,-0.544793328131,1.05810667187,0.204606671869,0.685906671869,0.00040667186891,0.397006671869,0.861706671869,-0.417793328131,1.72120667187,-0.299193328131,0.325006671869,0.217806671869,0.397006671869,-0.191693328131,-0.739493328131,-0.0494933281311,-1.76219332813,0.479106671869,0.837406671869,0.437906671869,-2.00359332813,0.637106671869,0.513506671869,-0.454193328131,0.00160667186891,1.32330667187,0.247906671869,0.250206671869,-0.207693328131,-0.847493328131,-1.05279332813,0.481106671869,0.00070667186891,-0.935493328131,0.207306671869,1.03990667187,-0.00299332813109,-0.0677933281311,-2.65849332813,0.432006671869,-0.978493328131,0.0273066718689,-1.48249332813,-0.258193328131,-1.68239332813,0.424206671869,1.11600667187,0.486506671869,0.852906671869,-0.694993328131,0.709006671869,0.124706671869,-0.173893328131,-0.370993328131,1.50960667187,-0.886793328131,0.0783066718689,0.119606671869,1.12280667187,0.600306671869,1.70110667187,0.273806671869,-0.891393328131,0.00890667186891,0.0425066718689,-1.20979332813,0.584606671869,-0.609493328131,0.0915066718689,0.232306671869,-0.0982933281311,1.53690667187,-2.61329332813,0.635606671869,-1.89269332813,1.02040667187,-0.575693328131,-1.04469332813,-1.15379332813,1.06220667187,-0.309393328131,-0.295493328131,-1.01959332813,-0.349193328131,0.215806671869,-0.867593328131,-0.579393328131,-1.01489332813,0.177606671869,0.984706671869,0.774106671869,0.458006671869,1.10210667187,-0.331493328131,0.292206671869,0.909006671869,-0.147093328131,0.801806671869,-0.798993328131,-0.484693328131,-1.40649332813,0.403406671869,1.25120667187,0.0941066718689,-0.0501933281311,-0.258793328131,-1.31879332813,-0.707993328131,-0.331993328131,0.694606671869,-0.244493328131,0.624706671869,1.34580667187,-0.414793328131,-0.161293328131,0.113306671869,-0.221993328131,0.605606671869,1.85590667187,-1.04939332813,0.169806671869,0.308606671869,-0.622893328131,0.233806671869,-0.104693328131,-0.341793328131,-0.125893328131,1.17480667187,0.301806671869,-1.90039332813,0.350006671869,0.218406671869,-0.683993328131,0.112606671869,-0.0901933281311,-0.0249933281311,0.229806671869,0.898806671869,-0.429293328131,-0.434793328131,0.357006671869,0.216606671869,-0.381593328131,-0.875893328131,-0.627993328131,1.31850667187,-0.0869933281311,0.570906671869,0.317006671869,-0.0686933281311,-0.252193328131,0.106606671869,-1.89629332813,1.02240667187,-0.500993328131,0.528106671869,-0.228893328131,0.840106671869,-0.226493328131,1.12390667187,-0.192793328131,0.765606671869,0.443506671869,-0.867493328131,-0.439693328131,0.834306671869,-0.216693328131,0.0933066718689,-0.494793328131,-0.306893328131,-0.278293328131,0.175806671869,-0.439093328131,-0.505493328131,-0.305393328131,1.41760667187,0.0579066718689,0.342206671869,0.111006671869,0.101106671869,-0.304593328131,0.0503066718689,0.748106671869,0.275306671869,-0.336093328131,-0.519193328131,-0.883193328131,-1.01969332813,-1.16719332813,0.00260667186891,-0.502493328131,-0.757393328131,0.457906671869,0.432206671869,1.51560667187,-2.54439332813,-2.79959332813,-0.440493328131,0.829706671869,1.59590667187,-0.580293328131,0.682706671869,-0.225793328131,-0.135393328131,-2.07439332813,0.251306671869,-0.188493328131,0.140106671869,0.0284066718689,-1.51249332813,-0.0976933281311,-0.140693328131,0.0472066718689,-0.991793328131,-1.38659332813,0.683506671869,0.0339066718689,-0.0954933281311,-0.651093328131,1.45780667187,0.803806671869,-0.0541933281311,-2.67489332813,-0.187293328131,0.804806671869,-0.194993328131,-0.529593328131,0.184506671869,-1.15019332813,-0.815893328131,-0.431393328131,-0.962493328131,-0.312693328131,0.694806671869,-0.851293328131,1.35640667187,1.08260667187,-0.901393328131,0.516906671869,0.323106671869,0.480606671869,-0.0874933281311,0.863806671869,-1.22029332813,0.280606671869,-0.186193328131,-0.224893328131,0.579906671869,-0.360293328131,0.424406671869,2.03530667187,-0.869693328131,0.595606671869
|
3 |
+
OR4F17,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,0.401819547405,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,0.456019547405,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,1.07951954741,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,0.355619547405,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462,-0.00698045259462
|
4 |
+
OR4F21,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.818686913773,-0.0232130862271,-0.0232130862271,0.391386913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.273186913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.390586913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.451286913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.621186913773,0.383786913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.404986913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.631286913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.548786913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.422686913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.389086913773,0.426186913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.724686913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,0.357986913773,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271,-0.0232130862271
|
5 |
+
OR4F29,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.619161747952,-0.0883382520484,-0.569838252048,-0.569838252048,0.429261747952,-0.569838252048,-0.569838252048,-0.569838252048,0.100461747952,-0.569838252048,2.06276174795,0.840461747952,0.266061747952,0.326761747952,1.35136174795,0.322561747952,-0.0323382520484,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.0913617479516,-0.569838252048,0.726261747952,0.134161747952,0.146161747952,2.69536174795,-0.569838252048,-0.569838252048,0.319361747952,-0.569838252048,0.536961747952,-0.569838252048,-0.569838252048,0.146061747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.128338252048,1.78616174795,-0.569838252048,-0.569838252048,-0.174538252048,-0.569838252048,-0.169738252048,-0.569838252048,-0.569838252048,0.0574617479516,-0.569838252048,0.125761747952,0.258661747952,-0.569838252048,0.376361747952,-0.218338252048,0.343161747952,0.279961747952,0.102061747952,0.109261747952,-0.569838252048,-0.569838252048,0.0224617479516,-0.145638252048,0.718261747952,-0.569838252048,-0.569838252048,0.0461617479516,0.599161747952,-0.569838252048,-0.569838252048,0.860061747952,-0.0404382520484,-0.569838252048,-0.569838252048,0.218061747952,-0.569838252048,-0.190338252048,-0.569838252048,-0.569838252048,0.133761747952,0.554361747952,-0.0410382520484,-0.569838252048,0.0938617479516,1.36456174795,0.122661747952,2.24406174795,0.246761747952,-0.569838252048,0.311861747952,-0.202138252048,0.00576174795162,0.0299617479516,-0.0116382520484,-0.103938252048,0.582761747952,-0.175838252048,-0.142738252048,-0.569838252048,0.448961747952,-0.569838252048,-0.569838252048,0.779061747952,0.526461747952,2.17676174795,0.535961747952,0.546561747952,-0.0841382520484,-0.107138252048,-0.569838252048,-0.569838252048,-0.569838252048,0.365461747952,-0.0464382520484,-0.569838252048,-0.569838252048,0.00146174795162,0.0834617479516,0.165161747952,-0.569838252048,-0.569838252048,0.417361747952,0.211861747952,-0.00633825204838,-0.0367382520484,-0.569838252048,-0.569838252048,1.50876174795,0.0405617479516,0.000161747951618,-0.00223825204838,-0.0353382520484,-0.569838252048,-0.569838252048,0.0403617479516,0.211861747952,-0.0443382520484,-0.569838252048,0.578461747952,-0.569838252048,-0.0494382520484,0.806161747952,-0.569838252048,-0.130538252048,-0.569838252048,0.252461747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.291961747952,0.294361747952,-0.569838252048,1.02396174795,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,1.89076174795,0.413961747952,-0.569838252048,-0.0965382520484,-0.0404382520484,1.63286174795,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.0824382520484,-0.569838252048,0.148461747952,-0.0788382520484,0.0865617479516,-0.0474382520484,-0.569838252048,-0.569838252048,-0.569838252048,0.959661747952,-0.569838252048,-0.569838252048,-0.116738252048,0.186061747952,-0.162038252048,-0.187638252048,-0.569838252048,-0.569838252048,-0.0168382520484,-0.280338252048,1.04956174795,-0.198038252048,-0.569838252048,-0.0410382520484,-0.0935382520484,-0.117438252048,0.375361747952,2.47606174795,-0.569838252048,0.172861747952,-0.569838252048,-0.232138252048,-0.151238252048,-0.569838252048,-0.569838252048,-0.569838252048,1.06366174795,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.0670382520484,0.786861747952,-0.569838252048,3.49456174795,-0.569838252048,0.523561747952,-0.0807382520484,-0.569838252048,-0.106738252048,-0.569838252048,0.768161747952,1.08946174795,0.207761747952,-0.149638252048,-0.569838252048,-0.569838252048,-0.569838252048,0.251361747952,0.0590617479516,-0.569838252048,0.362761747952,1.37776174795,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.602461747952,-0.569838252048,0.0563617479516,-0.569838252048,-0.340038252048,0.142761747952,0.0982617479516,0.656561747952,-0.111038252048,-0.152438252048,0.0989617479516,1.22586174795,0.336761747952,-0.569838252048,-0.569838252048,1.46336174795,-0.569838252048,-0.569838252048,-0.199538252048,0.653061747952,-0.205738252048,-0.569838252048,0.197961747952,-0.569838252048,0.430361747952,-0.569838252048,0.0423617479516,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.720661747952,-0.569838252048,-0.569838252048,0.706161747952,-0.0897382520484,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.399561747952,-0.569838252048,-0.569838252048,0.140061747952,-0.0885382520484,0.349861747952,-0.0103382520484,-0.569838252048,-0.569838252048,-0.569838252048,0.0846617479516,0.321461747952,-0.569838252048,-0.569838252048,0.00216174795162,-0.569838252048,-0.569838252048,-0.569838252048,0.600161747952,-0.0259382520484,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,1.49456174795,-0.569838252048,0.393461747952,-0.569838252048,-0.183938252048,0.0684617479516,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.456461747952,0.430161747952,0.521061747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,1.29346174795,0.268361747952,-0.569838252048,0.538561747952,-0.569838252048,0.724161747952,-0.305938252048,-0.569838252048,-0.569838252048,0.205361747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.157538252048,-0.0186382520484,-0.569838252048,0.878061747952,0.191461747952,-0.569838252048,-0.569838252048,-0.569838252048,1.00096174795,-0.569838252048,-0.569838252048,-0.00903825204838,-0.0397382520484,0.828761747952,-0.569838252048,-0.173338252048,-0.180738252048,-0.569838252048,-0.228638252048,0.0753617479516,-0.569838252048,-0.569838252048,-0.139438252048,-0.569838252048,-0.264738252048,-0.569838252048,-0.0178382520484,0.285461747952,0.310161747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.208638252048,-0.569838252048,-0.569838252048,-0.156638252048,0.528361747952,-0.569838252048,-0.569838252048,-0.152238252048,-0.0687382520484,-0.569838252048,-0.569838252048,-0.569838252048,0.567661747952,-0.569838252048,0.992061747952,-0.569838252048,-0.569838252048,1.81526174795,-0.569838252048,-0.569838252048,2.02016174795,-0.569838252048,0.386061747952,-0.111838252048,-0.569838252048,-0.569838252048,-0.102538252048,0.00426174795162,-0.569838252048,0.0479617479516,0.148461747952,0.00456174795162,2.19296174795,-0.569838252048,0.0334617479516,-0.236538252048,-0.117938252048,0.431961747952,-0.569838252048,0.298361747952,1.80196174795,0.611661747952,-0.569838252048,0.259361747952,-0.0542382520484,-0.0250382520484,-0.569838252048,-0.569838252048,-0.138338252048,0.901261747952,-0.569838252048,0.493561747952,-0.569838252048,1.89346174795,-0.569838252048,0.158761747952,-0.569838252048,0.0760617479516,0.585261747952,-0.569838252048,0.353761747952,-0.569838252048,-0.112538252048,-0.569838252048,1.17086174795,-0.0581382520484,0.194261747952,-0.569838252048,-0.569838252048,-0.569838252048,0.811161747952,-0.105138252048,-0.569838252048,0.0160617479516,-0.569838252048,0.0780617479516,-0.569838252048,1.20156174795,0.105561747952,-0.237238252048,0.582761747952,-0.569838252048,-0.0518382520484,0.0551617479516,0.373161747952,-0.569838252048,-0.569838252048,-0.569838252048,0.493761747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.147238252048,-0.569838252048,-0.150638252048,0.609161747952,0.496061747952,-0.569838252048,0.280061747952,0.565661747952,-0.235238252048,0.448461747952,-0.569838252048,-0.0966382520484,0.397561747952,-0.569838252048,-0.569838252048,-0.0572382520484,-0.569838252048,-0.569838252048,-0.569838252048,0.0890617479516,-0.569838252048,-0.569838252048,-0.569838252048,0.766661747952,-0.242338252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.187761747952,-0.569838252048,0.0950617479516,-0.181738252048,-0.126238252048,-0.569838252048,-0.569838252048,0.314661747952,-0.569838252048,1.42196174795,0.929661747952,-0.569838252048,-0.0199382520484,0.0225617479516,-0.569838252048,-0.569838252048,-0.569838252048,0.0563617479516,-0.569838252048,-0.569838252048,-0.0827382520484,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,0.212361747952,-0.134238252048,0.449661747952,-0.569838252048,-0.569838252048,-0.569838252048,-0.569838252048,-0.147938252048,-0.569838252048,-0.569838252048,-0.569838252048,1.23066174795,0.196061747952,0.348661747952,-0.569838252048,-0.569838252048,0.780861747952,0.328261747952,0.361661747952,-0.0214382520484,0.351961747952,-0.569838252048,-0.569838252048,0.593161747952,0.0118617479516,0.455661747952,-0.229338252048,-0.569838252048,0.621261747952
|
6 |
+
OR4F4,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.711270877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.404170877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,2.92857087788,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.338570877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.506770877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.421170877877,0.300470877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.288870877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.388270877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.407470877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.920270877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,0.475670877877,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225,-0.0240291221225
|
7 |
+
OR4F5,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.571262918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.474062918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.801762918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.391762918455,-0.0353370815451,-0.0353370815451,0.404662918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.407862918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.869662918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.254162918455,0.566962918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.392862918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.593862918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,4.21086291845,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.857762918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.289162918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,1.09016291845,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.752562918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.747862918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.470762918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.555762918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.827062918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,1.46566291845,-0.0353370815451,-0.0353370815451,0.452462918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.313362918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.331362918455,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,-0.0353370815451,0.305162918455,-0.0353370815451,-0.0353370815451
|
8 |
+
PCMTD2,-0.863359703472,0.138540296528,-0.788559703472,-0.428559703472,0.00124029652754,-0.882859703472,1.17794029653,-0.562359703472,0.294040296528,1.02194029653,-0.561659703472,0.668340296528,-0.216059703472,-0.0770597034725,-0.937159703472,-0.559959703472,-0.943359703472,-0.0137597034725,-0.767759703472,0.545340296528,-0.0848597034725,-0.511259703472,-0.835359703472,1.99944029653,0.742240296528,-0.682559703472,-0.273459703472,-0.680959703472,-0.280759703472,-0.635159703472,-1.04185970347,-0.115459703472,0.167840296528,-0.721759703472,-0.328859703472,-1.31285970347,0.602840296528,0.103240296528,-0.252859703472,-1.47245970347,-0.118759703472,-0.286259703472,-0.227259703472,-0.102559703472,-0.469859703472,-0.388159703472,0.388240296528,-0.0790597034725,-0.721559703472,-0.842959703472,0.0651402965275,-0.673459703472,-0.253159703472,-0.394759703472,-0.331459703472,0.289540296528,-0.820659703472,-0.738659703472,-0.0256597034725,-0.322559703472,-0.0615597034725,-0.767059703472,-0.521059703472,0.103740296528,-0.0257597034725,-0.192159703472,-0.603659703472,-0.563459703472,-0.549759703472,-0.749259703472,-0.618759703472,-0.276959703472,0.436240296528,-0.303059703472,-1.44475970347,0.491540296528,0.0759402965275,-0.481159703472,-0.0450597034725,0.170440296528,-0.369959703472,-0.761859703472,-0.158459703472,-0.278559703472,-0.790259703472,-0.0911597034725,0.0360402965275,-0.803059703472,0.309740296528,0.662940296528,0.410940296528,-1.09195970347,1.13814029653,-0.315359703472,0.0735402965275,-0.435259703472,-0.567559703472,-1.07165970347,-1.04435970347,-0.0219597034725,-0.706359703472,0.501640296528,0.112240296528,-0.0954597034725,-1.81995970347,-0.0717597034725,-0.351859703472,-0.331059703472,0.381040296528,-0.110559703472,0.0980402965275,1.65884029653,0.0751402965275,0.723640296528,0.136340296528,-0.832359703472,-0.510459703472,-0.654159703472,-0.160659703472,0.717140296528,0.581340296528,-0.535759703472,-0.381459703472,-0.775959703472,0.309740296528,0.175640296528,-1.14455970347,0.101040296528,1.07224029653,0.100040296528,0.290140296528,0.275240296528,-0.282159703472,0.106340296528,-1.08485970347,-0.0638597034725,0.512840296528,-0.365359703472,0.507740296528,-0.270459703472,0.821640296528,0.175440296528,0.485440296528,-0.945659703472,-0.408259703472,-0.267459703472,0.0737402965275,0.227140296528,-1.15865970347,-0.206259703472,0.233740296528,-0.312059703472,-0.323059703472,1.50064029653,-0.627659703472,-0.363359703472,-0.422259703472,-0.521559703472,0.410040296528,-0.707459703472,-1.21105970347,-0.185859703472,-0.484359703472,-0.364159703472,0.258640296528,-0.699159703472,-0.970959703472,-0.128959703472,-0.822859703472,-0.660759703472,-0.217959703472,0.0421402965275,-0.192759703472,-0.400059703472,-0.0972597034725,0.0354402965275,0.297840296528,-0.534359703472,0.00944029652754,-0.402559703472,0.343040296528,-0.654059703472,-0.797959703472,-0.437859703472,-0.771659703472,-0.325359703472,-0.602659703472,-0.849559703472,-0.454959703472,0.466340296528,-0.789359703472,0.141940296528,-0.182559703472,-0.472359703472,-0.115459703472,0.872940296528,-0.661359703472,0.566140296528,-0.342059703472,-0.0872597034725,-0.424259703472,-0.0964597034725,-0.185559703472,-1.47765970347,-0.536559703472,0.807740296528,0.924640296528,-0.300759703472,0.557140296528,0.00194029652754,-0.141659703472,-0.210759703472,0.522240296528,-0.814459703472,0.391740296528,-0.850459703472,-0.261159703472,0.0980402965275,-0.191659703472,-0.386959703472,-0.896859703472,-1.02115970347,-1.04975970347,-0.203059703472,-0.0144597034725,-0.313159703472,-0.906659703472,-0.375259703472,-0.627659703472,-0.206459703472,-0.504359703472,-0.589459703472,0.0875402965275,-0.0433597034725,-1.37565970347,-0.0779597034725,-0.134859703472,0.345540296528,-0.895459703472,0.738740296528,0.837340296528,-0.771059703472,0.118640296528,-0.538859703472,-1.47055970347,0.0822402965275,0.202540296528,0.477440296528,-0.864959703472,-0.618959703472,-1.24865970347,-0.285359703472,0.379240296528,-0.675059703472,-1.01985970347,-0.188059703472,-0.722159703472,-0.336359703472,-1.42175970347,-0.445259703472,-0.161059703472,-0.333859703472,-0.695959703472,-0.571259703472,-0.467459703472,-0.212959703472,-1.03445970347,-0.128159703472,0.327340296528,-0.323459703472,0.0415402965275,-0.333459703472,-0.898759703472,-0.574059703472,0.364940296528,-0.962259703472,-0.898459703472,-0.784159703472,0.405140296528,-1.12335970347,0.178940296528,-0.110959703472,-0.727759703472,-0.553059703472,0.307140296528,-0.0665597034725,-1.09005970347,-0.499659703472,-0.472159703472,-0.626859703472,-0.135759703472,1.16454029653,-0.377759703472,-0.162259703472,0.0888402965275,-0.353559703472,-0.736659703472,-0.131359703472,0.193940296528,0.0796402965275,-0.679659703472,-0.587559703472,-0.694659703472,-0.100859703472,-0.413559703472,-0.0355597034725,-1.25725970347,-0.0987597034725,0.0810402965275,-0.284859703472,-0.413759703472,0.481140296528,-0.356159703472,0.347040296528,-0.831059703472,-0.713459703472,-1.06195970347,-0.315759703472,0.193140296528,-0.478059703472,-0.759559703472,1.45384029653,0.450240296528,-0.320359703472,0.303140296528,-0.00445970347246,-0.116559703472,0.143140296528,-0.528359703472,-0.0271597034725,-0.707259703472,-0.597959703472,-0.641159703472,-0.794159703472,0.309040296528,-0.905359703472,-0.304559703472,-0.326059703472,-0.169259703472,0.655640296528,0.0221402965275,-0.318059703472,-0.253659703472,0.936740296528,-0.435659703472,-1.30505970347,0.457740296528,-0.413359703472,0.830840296528,-0.583459703472,-0.829359703472,0.396940296528,-0.102759703472,-0.141159703472,-0.295859703472,-0.912559703472,-0.812659703472,-0.666659703472,0.183240296528,-0.0836597034725,-0.442259703472,-0.603559703472,-0.764959703472,-0.0614597034725,-0.374759703472,-0.512159703472,-0.265059703472,0.0815402965275,-1.28045970347,0.0112402965275,-0.204759703472,-0.476959703472,-0.547459703472,-0.337659703472,-0.571559703472,-0.445559703472,-0.972459703472,-1.69555970347,-0.382959703472,0.868140296528,-1.05605970347,-0.552959703472,-1.14175970347,-0.0812597034725,0.0606402965275,-1.56585970347,-0.249059703472,0.346840296528,0.0619402965275,-0.700259703472,-1.12885970347,-0.874159703472,0.155340296528,-1.23525970347,-1.17375970347,0.290740296528,-0.760059703472,-1.09845970347,-1.14645970347,-1.12685970347,0.100940296528,0.252240296528,-0.223059703472,-0.316959703472,-0.718859703472,-0.538459703472,-0.401759703472,-0.723459703472,0.216840296528,-0.171159703472,-0.0566597034725,0.0139402965275,-0.966359703472,-0.378159703472,-0.152859703472,-0.362159703472,-0.321059703472,-0.968559703472,0.181040296528,-0.361859703472,-0.0886597034725,-0.114559703472,-0.711759703472,-0.0343597034725,-0.402259703472,-1.35315970347,0.0297402965275,-0.113459703472,-0.266359703472,-0.533759703472,-0.249759703472,-0.185959703472,-0.376859703472,-0.326859703472,-0.210059703472,-0.300059703472,-0.592959703472,0.259640296528,-0.130059703472,-0.383059703472,-0.445359703472,0.887640296528,-1.71055970347,-0.639759703472,-0.358459703472,-0.259159703472,-0.0453597034725,-0.436759703472,-0.0917597034725,0.440040296528,-0.615759703472,-0.159459703472,-0.994059703472,-0.869459703472,-0.640759703472,-0.143059703472,-0.878459703472,-0.0955597034725,-0.530459703472,-0.0124597034725,0.0343402965275,-0.955659703472,0.383440296528,-0.167859703472,-0.655259703472,-0.538659703472,-1.36995970347,0.372740296528,0.664740296528,-0.624459703472,-0.283259703472,0.121240296528,-0.730159703472,-0.422059703472,-0.816659703472,0.958040296528,-0.421259703472,-0.126859703472,0.542440296528,-0.446059703472,-0.882059703472,-2.36705970347,-0.493959703472,-0.562159703472,0.0822402965275,0.215940296528,0.0674402965275,0.510940296528,-0.103659703472,0.190040296528,-0.478659703472,-0.802259703472,-1.04865970347,-6.33815970347,0.331440296528,-0.0679597034725,-1.41375970347,-0.933359703472,-1.26795970347,0.359640296528,-0.206859703472,-0.141659703472,-1.20175970347,-0.434859703472,1.06754029653,-0.633259703472,-0.940659703472,-0.0773597034725,-0.542959703472,-1.04605970347,0.274840296528,0.121040296528,-0.370659703472,-0.658059703472,-1.12375970347,-0.986059703472,-0.906359703472,0.549540296528,-0.110659703472,0.821440296528,-0.227559703472,-0.516459703472,-0.315059703472,0.182240296528,0.00444029652754,0.187140296528,-0.498159703472,0.124940296528,-0.596559703472,-0.358859703472,-0.593859703472,-0.706259703472,0.0409402965275,0.592940296528,-0.591159703472,0.0670402965275,-1.44955970347,-0.130559703472,-0.227159703472,-0.967559703472,-0.908659703472,0.583640296528,-0.0883597034725,-2.34535970347,0.351440296528,-0.821259703472,-1.05635970347,0.0792402965275,0.0770402965275,-0.555959703472,0.639940296528,-0.773159703472,-1.83715970347
|
9 |
+
SEPT14,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.252725119001,-0.380474880999,-0.380474880999,0.742225119001,-0.380474880999,-0.380474880999,0.511925119001,-0.380474880999,-0.380474880999,-0.380474880999,0.636725119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.106525119001,-0.380474880999,-0.380474880999,0.335525119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,4.544825119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.609925119001,0.672025119001,0.218725119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,1.132325119,-0.380474880999,-0.380474880999,-0.380474880999,0.748125119001,0.758425119001,-0.380474880999,-0.380474880999,-0.380474880999,4.218825119,-0.380474880999,1.255925119,-0.380474880999,0.235525119001,-0.380474880999,0.276425119001,7.650025119,-0.380474880999,-0.380474880999,-0.380474880999,3.846225119,-0.380474880999,-0.380474880999,-0.380474880999,3.130825119,0.631725119001,0.323125119001,0.0980251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.00702511900117,0.136325119001,-0.380474880999,0.494825119001,0.501225119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.0595251190012,-0.380474880999,-0.380474880999,0.269325119001,-0.380474880999,-0.380474880999,-0.380474880999,0.105225119001,7.251425119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,3.722025119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.0952251190012,-0.380474880999,-0.380474880999,-0.380474880999,2.150025119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.0689748809988,0.849325119001,-0.380474880999,0.787125119001,-0.380474880999,-0.380474880999,-0.380474880999,0.308125119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.0680251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.776925119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.267125119001,-0.380474880999,-0.380474880999,0.0335251190012,0.707725119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,1.638925119,-0.000674880998829,-0.380474880999,-0.380474880999,0.323425119001,0.399725119001,-0.380474880999,-0.380474880999,0.0465251190012,-0.380474880999,0.552925119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.0909748809988,5.464425119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.543825119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.384325119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,3.948725119,5.739925119,-0.380474880999,3.286625119,-0.380474880999,0.0826251190012,-0.380474880999,-0.380474880999,-0.380474880999,0.0600251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.685025119001,-0.380474880999,9.310425119,-0.380474880999,0.0442251190012,0.215325119001,2.565725119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.125625119001,-0.380474880999,-0.380474880999,-0.380474880999,0.845925119001,-0.380474880999,-0.380474880999,1.704925119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.150325119001,-0.380474880999,-0.380474880999,2.002625119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.794425119001,0.501225119001,0.112425119001,0.149525119001,3.033325119,-0.380474880999,-0.0559748809988,0.0694251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.588925119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.729725119001,-0.380474880999,-0.380474880999,0.175925119001,-0.380474880999,-0.380474880999,0.146925119001,-0.380474880999,-0.380474880999,-0.380474880999,0.557525119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.391125119001,0.114925119001,-0.380474880999,-0.380474880999,-0.380474880999,1.309325119,1.460025119,-0.380474880999,-0.380474880999,0.759725119001,7.855425119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.0675748809988,-0.380474880999,-0.380474880999,-0.380474880999,0.0935251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.929825119001,-0.380474880999,0.0785251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.0176251190012,1.836925119,-0.380474880999,0.197325119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,5.494025119,-0.380474880999,-0.380474880999,0.116725119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.881525119001,-0.380474880999,0.125625119001,-0.380474880999,-0.380474880999,0.847425119001,0.269325119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.141725119001,-0.380474880999,-0.380474880999,-0.380474880999,4.581325119,0.0104251190012,0.104925119001,-0.380474880999,0.193025119001,-0.380474880999,3.809325119,-0.380474880999,0.0743251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,2.059625119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.943625119001,-0.380474880999,-0.380474880999,0.225525119001,-0.380474880999,0.146525119001,-0.380474880999,-0.380474880999,3.503425119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.139974880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.265425119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,1.698725119,0.0801251190012,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.0384748809988,-0.380474880999,-0.380474880999,0.216725119001,-0.380474880999,1.513825119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,7.392325119,1.780525119,-0.380474880999,-0.380474880999,1.161625119,-0.380474880999,-0.380474880999,-0.380474880999,0.213825119001,-0.380474880999,0.244925119001,-0.380474880999,-0.0555748809988,2.384025119,3.783125119,-0.380474880999,-0.380474880999,0.313125119001,-0.380474880999,-0.380474880999,-0.380474880999,0.504025119001,0.0765251190012,-0.380474880999,0.919325119001,-0.380474880999,-0.380474880999,-0.154874880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.322125119001,0.421325119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.492525119001,2.376125119,6.872825119,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.0591251190012,-0.380474880999,-0.380474880999,0.119225119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,0.220525119001,-0.380474880999,0.000725119001171,-0.380474880999,-0.380474880999,-0.380474880999,0.168725119001,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999,-0.380474880999
|
p1/preprocess/Melanoma/GSE148319.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6aa16ba55cb330cd845e2b0a37befb7d6fe7aac6299e26a4744fabff911bde6
|
3 |
+
size 22244835
|
p1/preprocess/Melanoma/clinical_data/GSE144296.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
,GSM4839049,GSM4839050,GSM4839051,GSM4839052,GSM4839053,GSM4839054,GSM4839055,GSM4839056,GSM4839057,GSM4839058,GSM4839059,GSM4839060,GSM4839061,GSM4839062,GSM4839063,GSM4839064,GSM4839065,GSM4839066,GSM4839067,GSM4839068,GSM4839069,GSM4839070,GSM4839071,GSM4839072,GSM4839073,GSM4839074,GSM4839075,GSM4839076,GSM4839077,GSM4839078,GSM4839079,GSM4839080,GSM4839081,GSM4839082,GSM4839083,GSM4839084,GSM4839085,GSM4839086,GSM4839087,GSM4839088,GSM4839089,GSM4839090,GSM4839091,GSM4839092,GSM4839093,GSM4839094,GSM4839095,GSM4839096,GSM4839097,GSM4839098,GSM4839099,GSM4839100,GSM4839101,GSM4839102,GSM4839103,GSM4839104,GSM4839105,GSM4839106,GSM4839107,GSM4839108,GSM4839109,GSM4839110,GSM4839111,GSM4839112,GSM4839113,GSM4839114,GSM4839115,GSM4839116,GSM4839117,GSM4839118,GSM4839119,GSM4839120,GSM4839121,GSM4839122,GSM4839123,GSM4839124,GSM4839125,GSM4839126,GSM4839127,GSM4839128,GSM4839129,GSM4839130,GSM4839131,GSM4839132,GSM4839133,GSM4839134,GSM4839135,GSM4839136,GSM4839137,GSM4839138,GSM4839139,GSM4839140,GSM4839141,GSM4839142,GSM4839143,GSM4839144,GSM4839145,GSM4839146,GSM4839147,GSM4839148,GSM4839149,GSM4839150,GSM4839151,GSM4839152,GSM4839153,GSM4839154,GSM4839155,GSM4839156,GSM4839157,GSM4839158,GSM4839159,GSM4839160,GSM4839161,GSM4839162,GSM4839163,GSM4839164,GSM4839165,GSM4839166,GSM4839167,GSM4839168,GSM4839169,GSM4839170,GSM4839171,GSM4839172,GSM4839173,GSM4839174,GSM4839175,GSM4839176,GSM4839177,GSM4839178,GSM4839179,GSM4839180,GSM4839181,GSM4839182,GSM4839183,GSM4839184,GSM4839185,GSM4839186,GSM4839187,GSM4839188,GSM4839189,GSM4839190,GSM4839191,GSM4839192,GSM4839193,GSM4839194,GSM4839195,GSM4839196,GSM4839197,GSM4839198,GSM4839199,GSM4839200,GSM4839201,GSM4839202,GSM4839203,GSM4839204,GSM4839205,GSM4839206,GSM4839207,GSM4839208,GSM4839209,GSM4839210,GSM4839211,GSM4839212,GSM4839213,GSM4839214,GSM4839215,GSM4839216,GSM4839217,GSM4839218,GSM4839219,GSM4839220,GSM4839221,GSM4839222,GSM4839223,GSM4839224,GSM4839225,GSM4839226,GSM4839227,GSM4839228,GSM4839229,GSM4839230,GSM4839231,GSM4839232,GSM4839233,GSM4839234,GSM4839235,GSM4839236,GSM4839237,GSM4839238,GSM4839239,GSM4839240,GSM4839241,GSM4839242,GSM4839243,GSM4839244,GSM4839245,GSM4839246,GSM4839247,GSM4839248,GSM4839249,GSM4839250,GSM4839251,GSM4839252,GSM4839253,GSM4839254,GSM4839255,GSM4839256,GSM4839257,GSM4839258,GSM4839259,GSM4839260,GSM4839261,GSM4839262,GSM4839263,GSM4839264,GSM4839265,GSM4839266,GSM4839267,GSM4839268,GSM4839269,GSM4839270,GSM4839271,GSM4839272,GSM4839273,GSM4839274,GSM4839275,GSM4839276,GSM4839277,GSM4839278,GSM4839279,GSM4839280,GSM4839281,GSM4839282,GSM4839283,GSM4839284,GSM4839285,GSM4839286,GSM4839287,GSM4839288,GSM4839289,GSM4839290,GSM4839291,GSM4839292,GSM4839293,GSM4839294,GSM4839295,GSM4839296,GSM4839297,GSM4839298,GSM4839299,GSM4839300,GSM4839301,GSM4839302,GSM4839303,GSM4839304,GSM4839305,GSM4839306,GSM4839307,GSM4839308,GSM4839309,GSM4839310,GSM4839311,GSM4839312,GSM4839313,GSM4839314,GSM4839315,GSM4839316,GSM4839317,GSM4839318,GSM4839319,GSM4839320,GSM4839321,GSM4839322,GSM4839323,GSM4839324,GSM4839325,GSM4839326,GSM4839327,GSM4839328,GSM4839329,GSM4839330,GSM4839331,GSM4839332,GSM4839333,GSM4839334,GSM4839335,GSM4839336,GSM4839337,GSM4839338,GSM4839339,GSM4839340,GSM4839341,GSM4839342,GSM4839343,GSM4839344,GSM4839345,GSM4839346,GSM4839347,GSM4839348,GSM4839349,GSM4839350,GSM4839351,GSM4839352,GSM4839353,GSM4839354,GSM4839355,GSM4839356,GSM4839357,GSM4839358,GSM4839359,GSM4839360,GSM4839361,GSM4839362,GSM4839363,GSM4839364,GSM4839365,GSM4839366,GSM4839367,GSM4839368,GSM4839369,GSM4839370,GSM4839371,GSM4839372,GSM4839373,GSM4839374,GSM4839375,GSM4839376,GSM4839377,GSM4839378,GSM4839379,GSM4839380,GSM4839381,GSM4839382,GSM4839383,GSM4839384,GSM4839385,GSM4839386,GSM4839387,GSM4839388,GSM4839389,GSM4839390,GSM4839391,GSM4839392,GSM4839393,GSM4839394,GSM4839395,GSM4839396,GSM4839397,GSM4839398,GSM4839399,GSM4839400,GSM4839401,GSM4839402,GSM4839403,GSM4839404,GSM4839405,GSM4839406,GSM4839407,GSM4839408,GSM4839409,GSM4839410,GSM4839411,GSM4839412,GSM4839413,GSM4839414,GSM4839415,GSM4839416,GSM4839417,GSM4839418,GSM4839419,GSM4839420,GSM4839421,GSM4839422,GSM4839423,GSM4839424,GSM4839425,GSM4839426,GSM4839427,GSM4839428,GSM4839429,GSM4839430,GSM4839431,GSM4839432,GSM4839433,GSM4839434,GSM4839435,GSM4839436,GSM4839437,GSM4839438,GSM4839439,GSM4839440,GSM4839441,GSM4839442,GSM4839443,GSM4839444,GSM4839445,GSM4839446,GSM4839447,GSM4839448,GSM4839449,GSM4839450,GSM4839451,GSM4839452,GSM4839453,GSM4839454,GSM4839455,GSM4839456,GSM4839457,GSM4839458,GSM4839459,GSM4839460,GSM4839461,GSM4839462,GSM4839463,GSM4839464,GSM4839465,GSM4839466,GSM4839467,GSM4839468,GSM4839469,GSM4839470,GSM4839471,GSM4839472,GSM4839473,GSM4839474,GSM4839475,GSM4839476,GSM4839477,GSM4839478,GSM4839479,GSM4839480,GSM4839481,GSM4839482,GSM4839483,GSM4839484,GSM4839485,GSM4839486,GSM4839487,GSM4839488,GSM4839489,GSM4839490,GSM4839491,GSM4839492,GSM4839493,GSM4839494,GSM4839495,GSM4839496,GSM4839497,GSM4839498,GSM4839499,GSM4839500,GSM4839501,GSM4839502,GSM4839503,GSM4839504,GSM4839505,GSM4839506,GSM4839507,GSM4839508,GSM4839509,GSM4839510,GSM4839511,GSM4839512,GSM4839513,GSM4839514,GSM4839515,GSM4839516,GSM4839517,GSM4839518,GSM4839519,GSM4839520,GSM4839521,GSM4839522,GSM4839523,GSM4839524,GSM4839525,GSM4839526,GSM4839527,GSM4839528,GSM4839529,GSM4839530,GSM4839531,GSM4839532,GSM4839533,GSM4839534,GSM4839535,GSM4839536,GSM4839537,GSM4839538,GSM4839539,GSM4839540,GSM4839541,GSM4839542,GSM4839543,GSM4839544,GSM4839545,GSM4839546,GSM4839547,GSM4839548,GSM4839549,GSM4839550,GSM4839551,GSM4839552,GSM4839553,GSM4839554,GSM4839555,GSM4839556,GSM4839557,GSM4839558,GSM4839559,GSM4839560,GSM4839561,GSM4839562,GSM4839563,GSM4839564,GSM4839565,GSM4839566,GSM4839567,GSM4839568,GSM4839569,GSM4839570,GSM4839571,GSM4839572,GSM4839573,GSM4839574,GSM4839575,GSM4839576,GSM4839577,GSM4839578,GSM4839579,GSM4839580,GSM4839581,GSM4839582,GSM4839583,GSM4839584,GSM4839585,GSM4839586,GSM4839587,GSM4839588,GSM4839589,GSM4839590,GSM4839591,GSM4839592,GSM4839593,GSM4839594,GSM4839595,GSM4839596,GSM4839597,GSM4839598,GSM4839599,GSM4839600,GSM4839601,GSM4839602,GSM4839603,GSM4839604,GSM4839605,GSM4839606,GSM4839607,GSM4839608,GSM4839609,GSM4839610,GSM4839611,GSM4839612,GSM4839613,GSM4839614,GSM4839615,GSM4839616,GSM4839617,GSM4839618,GSM4839619,GSM4839620,GSM4839621,GSM4839622,GSM4839623,GSM4839624,GSM4839625,GSM4839626,GSM4839627,GSM4839628,GSM4839629,GSM4839630,GSM4839631,GSM4839632,GSM4839633,GSM4839634,GSM4839635,GSM4839636,GSM4839637,GSM4839638,GSM4839639,GSM4839640,GSM4839641,GSM4839642,GSM4839643,GSM4839644,GSM4839645,GSM4839646,GSM4839647,GSM4839648,GSM4839649,GSM4839650,GSM4839651,GSM4839652,GSM4839653,GSM4839654,GSM4839655,GSM4839656,GSM4839657,GSM4839658,GSM4839659,GSM4839660,GSM4839661,GSM4839662,GSM4839663,GSM4839664,GSM4839665,GSM4839666,GSM4839667,GSM4839668,GSM4839669,GSM4839670,GSM4839671,GSM4839672,GSM4839673,GSM4839674,GSM4839675,GSM4839676,GSM4839677,GSM4839678,GSM4839679,GSM4839680,GSM4839681,GSM4839682,GSM4839683,GSM4839684,GSM4839685,GSM4839686,GSM4839687,GSM4839688,GSM4839689,GSM4839690,GSM4839691,GSM4839692,GSM4839693,GSM4839694,GSM4839695,GSM4839696,GSM4839697,GSM4839698,GSM4839699,GSM4839700,GSM4839701,GSM4839702,GSM4839703,GSM4839704,GSM4839705,GSM4839706,GSM4839707,GSM4839708,GSM4839709,GSM4839710,GSM4839711,GSM4839712,GSM4839713,GSM4839714,GSM4839715,GSM4839716,GSM4839717,GSM4839718,GSM4839719,GSM4839720,GSM4839721,GSM4839722,GSM4839723,GSM4839724,GSM4839725,GSM4839726,GSM4839727,GSM4839728,GSM4839729,GSM4839730,GSM4839731,GSM4839732,GSM4839733,GSM4839734,GSM4839735,GSM4839736,GSM4839737,GSM4839738,GSM4839739,GSM4839740,GSM4839741,GSM4839742,GSM4839743,GSM4839744,GSM4839745,GSM4839746,GSM4839747,GSM4839748,GSM4839749,GSM4839750,GSM4839751,GSM4839752,GSM4839753,GSM4839754,GSM4839755,GSM4839756,GSM4839757,GSM4839758,GSM4839759,GSM4839760,GSM4839761,GSM4839762,GSM4839763,GSM4839764,GSM4839765,GSM4839766,GSM4839767,GSM4839768,GSM4839769,GSM4839770,GSM4839771,GSM4839772,GSM4839773,GSM4839774,GSM4839775,GSM4839776,GSM4839777,GSM4839778,GSM4839779,GSM4839780,GSM4839781,GSM4839782,GSM4839783,GSM4839784,GSM4839785,GSM4839786,GSM4839787,GSM4839788,GSM4839789,GSM4839790,GSM4839791,GSM4839792,GSM4839793,GSM4839794,GSM4839795,GSM4839796,GSM4839797,GSM4839798,GSM4839799,GSM4839800,GSM4839801,GSM4839802,GSM4839803,GSM4839804,GSM4839805,GSM4839806,GSM4839807,GSM4839808,GSM4839809,GSM4839810,GSM4839811,GSM4839812,GSM4839813,GSM4839814,GSM4839815,GSM4839816,GSM4839817,GSM4839818,GSM4839819,GSM4839820,GSM4839821,GSM4839822,GSM4839823,GSM4839824,GSM4839825,GSM4839826,GSM4839827,GSM4839828,GSM4839829,GSM4839830,GSM4839831,GSM4839832,GSM4839833,GSM4839834,GSM4839835,GSM4839836,GSM4839837,GSM4839838,GSM4839839,GSM4839840,GSM4839841,GSM4839842,GSM4839843,GSM4839844,GSM4839845,GSM4839846,GSM4839847,GSM4839848,GSM4839849,GSM4839850,GSM4839851,GSM4839852,GSM4839853,GSM4839854,GSM4839855,GSM4839856,GSM4839857,GSM4839858,GSM4839859,GSM4839860,GSM4839861,GSM4839862,GSM4839863,GSM4839864,GSM4839865,GSM4839866,GSM4839867,GSM4839868,GSM4839869,GSM4839870,GSM4839871,GSM4839872,GSM4839873,GSM4839874,GSM4839875,GSM4839876,GSM4839877,GSM4839878,GSM4839879,GSM4839880,GSM4839881,GSM4839882,GSM4839883,GSM4839884,GSM4839885,GSM4839886,GSM4839887,GSM4839888,GSM4839889,GSM4839890,GSM4839891,GSM4839892,GSM4839893,GSM4839894,GSM4839895,GSM4839896,GSM4839897,GSM4839898,GSM4839899,GSM4839900,GSM4839901,GSM4839902,GSM4839903,GSM4839904,GSM4839905,GSM4839906,GSM4839907,GSM4839908,GSM4839909,GSM4839910,GSM4839911,GSM4839912,GSM4839913,GSM4839914,GSM4839915,GSM4839916,GSM4839917,GSM4839918,GSM4839919,GSM4839920,GSM4839921,GSM4839922,GSM4839923,GSM4839924,GSM4839925,GSM4839926,GSM4839927,GSM4839928,GSM4839929,GSM4839930,GSM4839931,GSM4839932,GSM4839933,GSM4839934,GSM4839935,GSM4839936,GSM4839937,GSM4839938,GSM4839939,GSM4839940,GSM4839941,GSM4839942,GSM4839943,GSM4839944,GSM4839945,GSM4839946,GSM4839947,GSM4839948,GSM4839949,GSM4839950,GSM4839951,GSM4839952,GSM4839953,GSM4839954,GSM4839955,GSM4839956,GSM4839957,GSM4839958,GSM4839959,GSM4839960,GSM4839961,GSM4839962,GSM4839963,GSM4839964,GSM4839965,GSM4839966,GSM4839967,GSM4839968,GSM4839969,GSM4839970,GSM4839971,GSM4839972,GSM4839973,GSM4839974,GSM4839975,GSM4839976,GSM4839977,GSM4839978,GSM4839979,GSM4839980,GSM4839981,GSM4839982,GSM4839983,GSM4839984,GSM4839985,GSM4839986,GSM4839987,GSM4839988,GSM4839989,GSM4839990,GSM4839991,GSM4839992,GSM4839993,GSM4839994,GSM4839995,GSM4839996,GSM4839997,GSM4839998,GSM4839999,GSM4840000,GSM4840001,GSM4840002,GSM4840003,GSM4840004,GSM4840005,GSM4840006,GSM4840007,GSM4840008,GSM4840009,GSM4840010,GSM4840011,GSM4840012,GSM4840013,GSM4840014,GSM4840015,GSM4840016,GSM4840017,GSM4840018,GSM4840019,GSM4840020,GSM4840021,GSM4840022,GSM4840023,GSM4840024,GSM4840025,GSM4840026,GSM4840027,GSM4840028,GSM4840029,GSM4840030,GSM4840031,GSM4840032,GSM4840033,GSM4840034,GSM4840035,GSM4840036,GSM4840037,GSM4840038,GSM4840039,GSM4840040,GSM4840041,GSM4840042,GSM4840043,GSM4840044,GSM4840045,GSM4840046,GSM4840047,GSM4840048,GSM4840049,GSM4840050,GSM4840051,GSM4840052,GSM4840053,GSM4840054,GSM4840055,GSM4840056,GSM4840057,GSM4840058,GSM4840059,GSM4840060,GSM4840061,GSM4840062,GSM4840063,GSM4840064,GSM4840065,GSM4840066,GSM4840067,GSM4840068,GSM4840069,GSM4840070,GSM4840071,GSM4840072,GSM4840073,GSM4840074,GSM4840075,GSM4840076,GSM4840077,GSM4840078,GSM4840079,GSM4840080,GSM4840081,GSM4840082,GSM4840083,GSM4840084,GSM4840085,GSM4840086,GSM4840087,GSM4840088,GSM4840089,GSM4840090,GSM4840091,GSM4840092,GSM4840093,GSM4840094,GSM4840095,GSM4840096,GSM4840097,GSM4840098,GSM4840099,GSM4840100,GSM4840101,GSM4840102,GSM4840103,GSM4840104,GSM4840105,GSM4840106,GSM4840107,GSM4840108,GSM4840109,GSM4840110,GSM4840111,GSM4840112,GSM4840113,GSM4840114,GSM4840115,GSM4840116,GSM4840117,GSM4840118,GSM4840119,GSM4840120,GSM4840121,GSM4840122,GSM4840123,GSM4840124,GSM4840125,GSM4840126,GSM4840127,GSM4840128,GSM4840129,GSM4840130,GSM4840131,GSM4840132,GSM4840133,GSM4840134,GSM4840135,GSM4840136,GSM4840137,GSM4840138,GSM4840139,GSM4840140,GSM4840141,GSM4840142,GSM4840143,GSM4840144,GSM4840145,GSM4840146,GSM4840147,GSM4840148,GSM4840149,GSM4840150,GSM4840151,GSM4840152,GSM4840153,GSM4840154,GSM4840155,GSM4840156,GSM4840157,GSM4840158,GSM4840159,GSM4840160,GSM4840161,GSM4840162,GSM4840163,GSM4840164,GSM4840165,GSM4840166,GSM4840167,GSM4840168,GSM4840169,GSM4840170,GSM4840171,GSM4840172,GSM4840173,GSM4840174,GSM4840175,GSM4840176,GSM4840177,GSM4840178,GSM4840179,GSM4840180,GSM4840181,GSM4840182,GSM4840183,GSM4840184,GSM4840185,GSM4840186,GSM4840187,GSM4840188,GSM4840189,GSM4840190,GSM4840191,GSM4840194,GSM4840196,GSM4840199,GSM4840202,GSM4840205,GSM4840209,GSM4840211,GSM4840214,GSM4840217,GSM4840220,GSM4840222,GSM4840223,GSM4840224,GSM4840225,GSM4840226,GSM4840227,GSM4840228,GSM4840229,GSM4840230,GSM4840231,GSM4840232,GSM4840233,GSM4840234,GSM4840235,GSM4840236,GSM4840237,GSM4840238,GSM4840239,GSM4840240,GSM4840241,GSM4840242,GSM4840243,GSM4840244,GSM4840245,GSM4840246,GSM4840247,GSM4840248,GSM4840249,GSM4840250,GSM4840251,GSM4840252,GSM4840253,GSM4840254,GSM4840255,GSM4840256,GSM4840257,GSM4840258,GSM4840259,GSM4840260,GSM4840261,GSM4840262,GSM4840263,GSM4840264,GSM4840265,GSM4840266,GSM4840267,GSM4840268,GSM4840269,GSM4840270,GSM4840271,GSM4840272,GSM4840273,GSM4840274,GSM4840275,GSM4840276,GSM4840277,GSM4840278,GSM4840279,GSM4840280,GSM4840281,GSM4840282,GSM4840283,GSM4840284,GSM4840285,GSM4840286,GSM4840287,GSM4840288,GSM4840289,GSM4840290,GSM4840291,GSM4840292,GSM4840293,GSM4840294,GSM4840295,GSM4840296,GSM4840297,GSM4840298,GSM4840299,GSM4840300,GSM4840301,GSM4840302,GSM4840303,GSM4840304,GSM4840305,GSM4840306,GSM4840307,GSM4840308,GSM4840309,GSM4840310,GSM4840311,GSM4840312,GSM4840313,GSM4840314,GSM4840315,GSM4840316,GSM4840317,GSM4840318,GSM4840319,GSM4840320,GSM4840321,GSM4840322,GSM4840323,GSM4840324,GSM4840325,GSM4840326,GSM4840327,GSM4840328,GSM4840329,GSM4840330,GSM4840331,GSM4840332,GSM4840333,GSM4840334,GSM4840335,GSM4840336,GSM4840337,GSM4840338,GSM4840339,GSM4840340,GSM4840341,GSM4840342,GSM4840343,GSM4840344,GSM4840345,GSM4840346,GSM4840347,GSM4840348,GSM4840349,GSM4840350,GSM4840351,GSM4840352,GSM4840353,GSM4840354,GSM4840355,GSM4840356,GSM4840357,GSM4840358,GSM4840359,GSM4840360,GSM4840361,GSM4840362,GSM4840363,GSM4840364,GSM4840365,GSM4840366,GSM4840367,GSM4840368,GSM4840369,GSM4840370,GSM4840371,GSM4840372,GSM4840373,GSM4840374,GSM4840375,GSM4840376,GSM4840377,GSM4840378,GSM4840379,GSM4840380,GSM4840381,GSM4840382,GSM4840383,GSM4840384,GSM4840385,GSM4840386,GSM4840387,GSM4840388,GSM4840389,GSM4840390,GSM4840391,GSM4840392,GSM4840393,GSM4840394,GSM4840395,GSM4840396,GSM4840397,GSM4840398,GSM4840399,GSM4840400,GSM4840401,GSM4840402,GSM4840403,GSM4840404,GSM4840405,GSM4840406,GSM4840407,GSM4840408,GSM4840409,GSM4840410,GSM4840411,GSM4840412,GSM4840413,GSM4840414,GSM4840415,GSM4840416,GSM4840417,GSM4840418,GSM4840419,GSM4840420,GSM4840421,GSM4840422,GSM4840423,GSM4840424,GSM4840425,GSM4840426,GSM4840427,GSM4840428,GSM4840429,GSM4840430,GSM4840431,GSM4840432,GSM4840433,GSM4840434,GSM4840435,GSM4840436,GSM4840437,GSM4840438,GSM4840439,GSM4840440,GSM4840441,GSM4840442,GSM4840443,GSM4840444,GSM4840445,GSM4840446,GSM4840447,GSM4840448,GSM4840449,GSM4840450,GSM4840451,GSM4840452,GSM4840453,GSM4840454,GSM4840455,GSM4840456,GSM4840457,GSM4840458,GSM4840459,GSM4840460,GSM4840461,GSM4840462,GSM4840463,GSM4840464,GSM4840465,GSM4840466,GSM4840467,GSM4840468,GSM4840469,GSM4840470,GSM4840471,GSM4840472,GSM4840473,GSM4840474,GSM4840475,GSM4840476,GSM4840477,GSM4840478,GSM4840479,GSM4840480,GSM4840481,GSM4840482,GSM4840483,GSM4840484,GSM4840485,GSM4840486,GSM4840487,GSM4840488,GSM4840489,GSM4840490,GSM4840491,GSM4840492,GSM4840493,GSM4840494,GSM4840495,GSM4840496,GSM4840497,GSM4840498,GSM4840499,GSM4840500,GSM4840501,GSM4840502,GSM4840503,GSM4840504,GSM4840505,GSM4840506,GSM4840507,GSM4840508,GSM4840509,GSM4840510,GSM4840511,GSM4840512,GSM4840513,GSM4840514,GSM4840515,GSM4840516,GSM4840517,GSM4840518,GSM4840519,GSM4840520,GSM4840521,GSM4840522,GSM4840523,GSM4840524,GSM4840525,GSM4840526,GSM4840527,GSM4840528,GSM4840529,GSM4840530,GSM4840531,GSM4840532,GSM4840533,GSM4840534,GSM4840535,GSM4840536,GSM4840537,GSM4840538,GSM4840539,GSM4840540,GSM4840541,GSM4840542,GSM4840543,GSM4840544,GSM4840545,GSM4840546,GSM4840547,GSM4840548,GSM4840549,GSM4840550,GSM4840551,GSM4840552,GSM4840553,GSM4840554,GSM4840555,GSM4840556,GSM4840557,GSM4840558,GSM4840559,GSM4840560,GSM4840561,GSM4840562,GSM4840563,GSM4840564,GSM4840565,GSM4840566,GSM4840567,GSM4840568,GSM4840569,GSM4840570,GSM4840571,GSM4840572,GSM4840573,GSM4840574,GSM4840575,GSM4840576,GSM4840577,GSM4840578,GSM4840579,GSM4840580,GSM4840581,GSM4840582,GSM4840583,GSM4840584,GSM4840585,GSM4840586,GSM4840587,GSM4840588,GSM4840589,GSM4840590,GSM4840591,GSM4840592,GSM4840593,GSM4840594,GSM4840595,GSM4840596,GSM4840597,GSM4840598,GSM4840599,GSM4840600,GSM4840601,GSM4840602,GSM4840603,GSM4840604,GSM4840605,GSM4840606,GSM4840607,GSM4840608,GSM4840609,GSM4840610,GSM4840611,GSM4840612,GSM4840613,GSM4840614,GSM4840615,GSM4840616,GSM4840617,GSM4840618,GSM4840619,GSM4840620,GSM4840621,GSM4840623,GSM4840626,GSM4840628,GSM4840630,GSM4840632,GSM4840634,GSM4840635,GSM4840636,GSM4840637,GSM4840638,GSM4840639,GSM4840640,GSM4840641,GSM4840642,GSM4840643,GSM4840644,GSM4840645,GSM4840646,GSM4840647,GSM4840648,GSM4840649,GSM4840650,GSM4840651,GSM4840652,GSM4840653,GSM4840654,GSM4840655,GSM4840656,GSM4840657,GSM4840658,GSM4840659,GSM4840660,GSM4840661,GSM4840662,GSM4840663,GSM4840664,GSM4840665,GSM4840666,GSM4840667,GSM4840668,GSM4840669,GSM4840670,GSM4840671,GSM4840672,GSM4840673,GSM4840674,GSM4840675,GSM4840676,GSM4840677,GSM4840678,GSM4840679,GSM4840680,GSM4840681,GSM4840682,GSM4840683,GSM4840684,GSM4840685,GSM4840686,GSM4840687,GSM4840688,GSM4840689,GSM4840690,GSM4840691,GSM4840692,GSM4840693,GSM4840694,GSM4840695,GSM4840696,GSM4840697,GSM4840698,GSM4840699,GSM4840700,GSM4840701,GSM4840702,GSM4840703,GSM4840704,GSM4840705,GSM4840706,GSM4840707,GSM4840708,GSM4840709,GSM4840710,GSM4840711,GSM4840712,GSM4840713,GSM4840714,GSM4840715,GSM4840716,GSM4840717,GSM4840718,GSM4840719,GSM4840720,GSM4840721,GSM4840722,GSM4840723,GSM4840724,GSM4840725,GSM4840726,GSM4840727,GSM4840728,GSM4840729,GSM4840730,GSM4840731,GSM4840732,GSM4840733,GSM4840734,GSM4840735,GSM4840736,GSM4840737,GSM4840738,GSM4840739,GSM4840740,GSM4840741,GSM4840742,GSM4840743,GSM4840744,GSM4840745,GSM4840746,GSM4840747,GSM4840748,GSM4840749,GSM4840750,GSM4840751,GSM4840752,GSM4840753,GSM4840754,GSM4840755,GSM4840756,GSM4840757,GSM4840758,GSM4840759,GSM4840760,GSM4840761,GSM4840762,GSM4840763,GSM4840764,GSM4840765,GSM4840766,GSM4840767,GSM4840768,GSM4840769,GSM4840770,GSM4840771,GSM4840772,GSM4840773,GSM4840774,GSM4840775,GSM4840776,GSM4840777,GSM4840778,GSM4840779,GSM4840780,GSM4840781,GSM4840782,GSM4840783,GSM4840784,GSM4840785,GSM4840786,GSM4840787,GSM4840788,GSM4840789,GSM4840790,GSM4840791,GSM4840792,GSM4840793,GSM4840794,GSM4840795,GSM4840796,GSM4840797,GSM4840798,GSM4840799,GSM4840800,GSM4840801,GSM4840802,GSM4840803,GSM4840804,GSM4840805,GSM4840806,GSM4840807,GSM4840808,GSM4840809,GSM4840810,GSM4840811,GSM4840812,GSM4840813,GSM4840814,GSM4840815,GSM4840816,GSM4840817,GSM4840818,GSM4840819,GSM4840820,GSM4840821,GSM4840822,GSM4840823,GSM4840824,GSM4840825,GSM4840826,GSM4840827,GSM4840828,GSM4840829,GSM4840830,GSM4840831,GSM4840832,GSM4840833,GSM4840834,GSM4840835,GSM4840836,GSM4840837,GSM4840838,GSM4840839,GSM4840840,GSM4840841,GSM4840842,GSM4840843,GSM4840844,GSM4840845,GSM4840846,GSM4840847,GSM4840848,GSM4840849,GSM4840850,GSM4840851,GSM4840852,GSM4840853,GSM4840854,GSM4840855,GSM4840856,GSM4840857,GSM4840858,GSM4840859,GSM4840860,GSM4840861,GSM4840862,GSM4840863,GSM4840864,GSM4840865,GSM4840866,GSM4840867,GSM4840868,GSM4840869,GSM4840870,GSM4840871,GSM4840872,GSM4840873,GSM4840874,GSM4840875,GSM4840876,GSM4840877,GSM4840878,GSM4840879,GSM4840880,GSM4840881,GSM4840882,GSM4840883,GSM4840884,GSM4840885,GSM4840886,GSM4840887,GSM4840888,GSM4840889,GSM4840890,GSM4840891,GSM4840892,GSM4840893,GSM4840894,GSM4840895,GSM4840896,GSM4840897,GSM4840898,GSM4840899,GSM4840900,GSM4840901,GSM4840902,GSM4840903,GSM4840904,GSM4840905,GSM4840906,GSM4840907,GSM4840908,GSM4840909,GSM4840910,GSM4840911,GSM4840912,GSM4840913,GSM4840914,GSM4840915,GSM4840916,GSM4840917,GSM4840918,GSM4840919,GSM4840920,GSM4840921,GSM4840922,GSM4840923,GSM4840924,GSM4840925,GSM4840926,GSM4840927,GSM4840928,GSM4840929,GSM4840930,GSM4840931,GSM4840932,GSM4840933,GSM4840934,GSM4840935,GSM4840936,GSM4840937,GSM4840938,GSM4840939,GSM4840940,GSM4840941,GSM4840942,GSM4840943,GSM4840944,GSM4840945,GSM4840946,GSM4840947,GSM4840948,GSM4840949,GSM4840950,GSM4840951,GSM4840952,GSM4840953,GSM4840954,GSM4840955,GSM4840956,GSM4840957,GSM4840958,GSM4840959,GSM4840960,GSM4840961,GSM4840962,GSM4840963,GSM4840964,GSM4840965,GSM4840966,GSM4840967,GSM4840968,GSM4840969,GSM4840970,GSM4840971,GSM4840972,GSM4840973,GSM4840974,GSM4840975,GSM4840976,GSM4840977,GSM4840978,GSM4840979,GSM4840980,GSM4840981,GSM4840982,GSM4840983,GSM4840984,GSM4840985,GSM4840986,GSM4840987,GSM4840988,GSM4840989,GSM4840990,GSM4840991,GSM4840992,GSM4840993,GSM4840994,GSM4840995,GSM4840996,GSM4840997,GSM4840998,GSM4840999,GSM4841000,GSM4841001,GSM4841002,GSM4841003,GSM4841004,GSM4841005,GSM4841006,GSM4841007,GSM4841008,GSM4841009,GSM4841010,GSM4841011,GSM4841012,GSM4841013,GSM4841014,GSM4841015,GSM4841016,GSM4841017,GSM4841018,GSM4841019,GSM4841020,GSM4841021,GSM4841022,GSM4841023,GSM4841024,GSM4841025,GSM4841026,GSM4841027,GSM4841028,GSM4841029,GSM4841030,GSM4841031,GSM4841032,GSM4841033,GSM4841034,GSM4841035,GSM4841036,GSM4841037,GSM4841038,GSM4841039,GSM4841040,GSM4841041,GSM4841042,GSM4841043,GSM4841044,GSM4841045,GSM4841046,GSM4841047,GSM4841048,GSM4841049,GSM4841050,GSM4841051,GSM4841052,GSM4841053,GSM4841054,GSM4841055,GSM4841056,GSM4841057,GSM4841058,GSM4841059,GSM4841060,GSM4841061,GSM4841062,GSM4841063,GSM4841064,GSM4841065,GSM4841066,GSM4841067,GSM4841068,GSM4841069,GSM4841070,GSM4841071,GSM4841072,GSM4841073,GSM4841074,GSM4841075,GSM4841076,GSM4841077,GSM4841078,GSM4841079,GSM4841080,GSM4841081,GSM4841082,GSM4841083,GSM4841084,GSM4841085,GSM4841086,GSM4841087,GSM4841088,GSM4841089,GSM4841090,GSM4841091,GSM4841092,GSM4841093,GSM4841094,GSM4841095,GSM4841096,GSM4841097,GSM4841098,GSM4841099,GSM4841100,GSM4841101,GSM4841102,GSM4841103,GSM4841104,GSM4841105,GSM4841106,GSM4841107,GSM4841108,GSM4841109,GSM4841110,GSM4841111,GSM4841112,GSM4841113,GSM4841114,GSM4841115,GSM4841116,GSM4841117,GSM4841118,GSM4841119,GSM4841120,GSM4841121,GSM4841122,GSM4841123,GSM4841124,GSM4841125,GSM4841126,GSM4841127,GSM4841128,GSM4841129,GSM4841130,GSM4841131,GSM4841132,GSM4841133,GSM4841134,GSM4841135,GSM4841136,GSM4841137,GSM4841138,GSM4841139,GSM4841140,GSM4841141,GSM4841142,GSM4841143,GSM4841144,GSM4841145,GSM4841146,GSM4841147,GSM4841148,GSM4841149,GSM4841150,GSM4841151,GSM4841152,GSM4841153,GSM4841154,GSM4841155,GSM4841156,GSM4841157,GSM4841158,GSM4841159,GSM4841160,GSM4841161,GSM4841162,GSM4841163,GSM4841164,GSM4841165,GSM4841166,GSM4841167,GSM4841168,GSM4841169,GSM4841170,GSM4841171,GSM4841172,GSM4841173,GSM4841174,GSM4841175,GSM4841176,GSM4841177,GSM4841178,GSM4841179,GSM4841180,GSM4841181,GSM4841182,GSM4841183,GSM4841184,GSM4841185,GSM4841186,GSM4841187,GSM4841188,GSM4841189,GSM4841190,GSM4841191,GSM4841192,GSM4841193,GSM4841194,GSM4841195,GSM4841196,GSM4841197,GSM4841198,GSM4841199,GSM4841200,GSM4841201,GSM4841202,GSM4841203,GSM4841204,GSM4841205,GSM4841206,GSM4841207,GSM4841208,GSM4841209,GSM4841210,GSM4841211,GSM4841212,GSM4841213,GSM4841214,GSM4841215,GSM4841216,GSM4841217,GSM4841218,GSM4841219,GSM4841220,GSM4841221,GSM4841222,GSM4841223,GSM4841224,GSM4841225,GSM4841226,GSM4841227,GSM4841228,GSM4841229,GSM4841230,GSM4841231,GSM4841232,GSM4841233,GSM4841234,GSM4841235,GSM4841236,GSM4841237,GSM4841238,GSM4841239,GSM4841240,GSM4841241,GSM4841242,GSM4841243,GSM4841244,GSM4841245,GSM4841246,GSM4841247,GSM4841248,GSM4841249,GSM4841250,GSM4841251,GSM4841252,GSM4841253,GSM4841254,GSM4841255,GSM4841256,GSM4841257,GSM4841258,GSM4841259,GSM4841260,GSM4841261,GSM4841262,GSM4841263,GSM4841264,GSM4841265,GSM4841266,GSM4841267,GSM4841268,GSM4841269,GSM4841270,GSM4841271,GSM4841272,GSM4841273,GSM4841274,GSM4841275,GSM4841276,GSM4841277,GSM4841278,GSM4841279,GSM4841280,GSM4841281,GSM4841282,GSM4841283,GSM4841284,GSM4841285,GSM4841286,GSM4841287,GSM4841288,GSM4841289,GSM4841290,GSM4841291,GSM4841292,GSM4841293,GSM4841294,GSM4841295,GSM4841296,GSM4841297,GSM4841298,GSM4841299,GSM4841300,GSM4841301,GSM4841302,GSM4841303,GSM4841304,GSM4841305,GSM4841306,GSM4841307,GSM4841308,GSM4841309,GSM4841310,GSM4841311,GSM4841312,GSM4841313,GSM4841314,GSM4841315,GSM4841316,GSM4841317,GSM4841318,GSM4841319,GSM4841320,GSM4841321,GSM4841322,GSM4841323,GSM4841324,GSM4841325,GSM4841326,GSM4841327,GSM4841328,GSM4841329,GSM4841330,GSM4841331,GSM4841332,GSM4841333,GSM4841334,GSM4841335,GSM4841336,GSM4841337,GSM4841338,GSM4841339,GSM4841340,GSM4841341,GSM4841342,GSM4841343,GSM4841344,GSM4841345,GSM4841346,GSM4841347,GSM4841348,GSM4841349,GSM4841350,GSM4841351,GSM4841352,GSM4841353,GSM4841354,GSM4841355,GSM4841356,GSM4841357,GSM4841358,GSM4841359,GSM4841360,GSM4841361,GSM4841362,GSM4841363,GSM4841364,GSM4841365,GSM4841366,GSM4841367,GSM4841368,GSM4841369,GSM4841370,GSM4841371,GSM4841372,GSM4841373,GSM4841374,GSM4841375,GSM4841376,GSM4841377,GSM4841378,GSM4841379,GSM4841380,GSM4841381,GSM4841382,GSM4841383,GSM4841384,GSM4841385,GSM4841386,GSM4841387,GSM4841388,GSM4841389,GSM4841390,GSM4841391,GSM4841392,GSM4841393,GSM4841394,GSM4841395,GSM4841396,GSM4841397,GSM4841398,GSM4841399,GSM4841400,GSM4841401,GSM4841402,GSM4841403,GSM4841404,GSM4841405,GSM4841406,GSM4841407,GSM4841408,GSM4841409,GSM4841410,GSM4841411,GSM4841412,GSM4841413,GSM4841414,GSM4841415,GSM4841416,GSM4841417,GSM4841418,GSM4841419,GSM4841420,GSM4841421,GSM4841422,GSM4841423,GSM4841424,GSM4841425,GSM4841426,GSM4841427,GSM4841428,GSM4841429,GSM4841430,GSM4841431,GSM4841432,GSM4841433,GSM4841434,GSM4841435,GSM4841436,GSM4841437,GSM4841438,GSM4841439,GSM4841440,GSM4841441,GSM4841442,GSM4841443,GSM4841444,GSM4841445,GSM4841446,GSM4841447,GSM4841448,GSM4841449,GSM4841450,GSM4841451,GSM4841452,GSM4841453,GSM4841454,GSM4841455,GSM4841456,GSM4841457,GSM4841458,GSM4841459,GSM4841460,GSM4841461,GSM4841462,GSM4841463,GSM4841464,GSM4841465,GSM4841466,GSM4841467,GSM4841468,GSM4841469,GSM4841470,GSM4841471,GSM4841472,GSM4841473,GSM4841474,GSM4841475,GSM4841476,GSM4841477,GSM4841478,GSM4841479,GSM4841480,GSM4841481,GSM4841482,GSM4841483,GSM4841484,GSM4841485,GSM4841486,GSM4841487,GSM4841488,GSM4841489,GSM4841490,GSM4841491,GSM4841492,GSM4841493,GSM4841494,GSM4841495,GSM4841496,GSM4841497,GSM4841498,GSM4841499,GSM4841500,GSM4841501,GSM4841502,GSM4841503,GSM4841504,GSM4841505,GSM4841506,GSM4841507,GSM4841508,GSM4841509,GSM4841510,GSM4841511,GSM4841512,GSM4841513,GSM4841514,GSM4841515,GSM4841516,GSM4841517,GSM4841518,GSM4841519,GSM4841520,GSM4841521,GSM4841522,GSM4841523,GSM4841524,GSM4841525,GSM4841526,GSM4841527,GSM4841528,GSM4841529,GSM4841530,GSM4841531,GSM4841532,GSM4841533,GSM4841534,GSM4841535,GSM4841536,GSM4841537,GSM4841538,GSM4841539,GSM4841540,GSM4841541,GSM4841542,GSM4841543,GSM4841544,GSM4841545,GSM4841546,GSM4841547,GSM4841548,GSM4841549,GSM4841550,GSM4841551,GSM4841552,GSM4841553,GSM4841554,GSM4841555,GSM4841556,GSM4841557,GSM4841558,GSM4841559,GSM4841560,GSM4841561,GSM4841562,GSM4841563,GSM4841564,GSM4841565,GSM4841566,GSM4841567,GSM4841568,GSM4841569,GSM4841570,GSM4841571,GSM4841572,GSM4841573,GSM4841574,GSM4841575,GSM4841576,GSM4841577,GSM4841578,GSM4841579,GSM4841580,GSM4841581,GSM4841582,GSM4841583,GSM4841584,GSM4841585,GSM4841586,GSM4841587,GSM4841588,GSM4841589,GSM4841590,GSM4841591,GSM4841592,GSM4841593,GSM4841594,GSM4841595,GSM4841596,GSM4841597,GSM4841598,GSM4841599,GSM4841600,GSM4841601,GSM4841602,GSM4841603,GSM4841604,GSM4841605,GSM4841606,GSM4841607,GSM4841608,GSM4841609,GSM4841610,GSM4841611,GSM4841612,GSM4841613,GSM4841614,GSM4841615,GSM4841616,GSM4841617,GSM4841618,GSM4841619,GSM4841620,GSM4841621,GSM4841622,GSM4841623,GSM4841624,GSM4841625,GSM4841626,GSM4841627,GSM4841628,GSM4841629,GSM4841630,GSM4841631,GSM4841632,GSM4841633,GSM4841634,GSM4841635,GSM4841636,GSM4841637,GSM4841638,GSM4841639,GSM4841640,GSM4841641,GSM4841642,GSM4841643,GSM4841644,GSM4841645,GSM4841646,GSM4841647,GSM4841648,GSM4841649,GSM4841650,GSM4841651,GSM4841652,GSM4841653,GSM4841654,GSM4841655,GSM4841656,GSM4841657,GSM4841658,GSM4841659,GSM4841660,GSM4841661,GSM4841662,GSM4841663,GSM4841664,GSM4841665,GSM4841666,GSM4841667,GSM4841668,GSM4841669,GSM4841670,GSM4841671,GSM4841672,GSM4841673,GSM4841674,GSM4841675,GSM4841676,GSM4841677,GSM4841678,GSM4841679,GSM4841680,GSM4841681,GSM4841682,GSM4841683,GSM4841684,GSM4841685,GSM4841686,GSM4841687,GSM4841688,GSM4841689,GSM4841690,GSM4841691,GSM4841692,GSM4841693,GSM4841694,GSM4841695,GSM4841696,GSM4841697,GSM4841698,GSM4841699,GSM4841700,GSM4841701,GSM4841702,GSM4841703,GSM4841704,GSM4841705,GSM4841706,GSM4841707,GSM4841708,GSM4841709,GSM4841710,GSM4841711,GSM4841712,GSM4841713,GSM4841714,GSM4841715,GSM4841716,GSM4841717,GSM4841718,GSM4841719,GSM4841720,GSM4841721,GSM4841722,GSM4841723,GSM4841724,GSM4841725,GSM4841726,GSM4841727,GSM4841728,GSM4841729,GSM4841730,GSM4841731,GSM4841732,GSM4841733,GSM4841734,GSM4841735,GSM4841736,GSM4841737,GSM4841738,GSM4841739,GSM4841740,GSM4841741,GSM4841742,GSM4841743,GSM4841744,GSM4841745,GSM4841746,GSM4841747,GSM4841748,GSM4841749,GSM4841750,GSM4841751,GSM4841752,GSM4841753,GSM4841754,GSM4841755,GSM4841756,GSM4841757,GSM4841758,GSM4841759,GSM4841760,GSM4841761,GSM4841762,GSM4841763,GSM4841764,GSM4841765,GSM4841766,GSM4841767,GSM4841768,GSM4841769,GSM4841770,GSM4841771,GSM4841772,GSM4841773,GSM4841774,GSM4841775,GSM4841776,GSM4841777,GSM4841778,GSM4841779,GSM4841780,GSM4841781,GSM4841782,GSM4841783,GSM4841784,GSM4841785,GSM4841786,GSM4841787,GSM4841788,GSM4841789,GSM4841790,GSM4841791,GSM4841792,GSM4841793,GSM4841794,GSM4841795,GSM4841796,GSM4841797,GSM4841798,GSM4841799,GSM4841800,GSM4841801,GSM4841802,GSM4841803,GSM4841804,GSM4841805,GSM4841806,GSM4841807,GSM4841808,GSM4841809,GSM4841810,GSM4841811,GSM4841812,GSM4841813,GSM4841814,GSM4841815,GSM4841816,GSM4841817,GSM4841818,GSM4841819,GSM4841820,GSM4841821,GSM4841822,GSM4841823,GSM4841824,GSM4841825,GSM4841826,GSM4841827,GSM4841828,GSM4841829,GSM4841830,GSM4841831,GSM4841832,GSM4841833,GSM4841834,GSM4841835,GSM4841836,GSM4841837,GSM4841838,GSM4841839,GSM4841840,GSM4841841,GSM4841842,GSM4841843,GSM4841844,GSM4841845,GSM4841846,GSM4841847,GSM4841848,GSM4841849,GSM4841850,GSM4841851,GSM4841852,GSM4841853,GSM4841854,GSM4841855,GSM4841856,GSM4841857,GSM4841858,GSM4841859,GSM4841860,GSM4841861,GSM4841862,GSM4841863,GSM4841864,GSM4841865,GSM4841866,GSM4841867,GSM4841868,GSM4841869,GSM4841870,GSM4841871,GSM4841872,GSM4841873,GSM4841874,GSM4841875,GSM4841876,GSM4841877,GSM4841878,GSM4841879,GSM4841880,GSM4841881,GSM4841882,GSM4841883,GSM4841884,GSM4841885,GSM4841886,GSM4841887,GSM4841888,GSM4841889,GSM4841890,GSM4841891,GSM4841892,GSM4841893,GSM4841894,GSM4841895,GSM4841896,GSM4841897,GSM4841898,GSM4841899,GSM4841900,GSM4841901,GSM4841902,GSM4841903,GSM4841904,GSM4841905,GSM4841906,GSM4841907,GSM4841908,GSM4841909,GSM4841910,GSM4841911,GSM4841912,GSM4841913,GSM4841914,GSM4841915,GSM4841916,GSM4841917,GSM4841918,GSM4841919,GSM4841920,GSM4841921,GSM4841922,GSM4841923,GSM4841924,GSM4841925,GSM4841926,GSM4841927,GSM4841928,GSM4841929,GSM4841930,GSM4841931,GSM4841932,GSM4841933,GSM4841934,GSM4841935,GSM4841936,GSM4841937,GSM4841938,GSM4841939,GSM4841940,GSM4841941,GSM4841942,GSM4841943,GSM4841944,GSM4841945,GSM4841946,GSM4841947,GSM4841948,GSM4841949,GSM4841950,GSM4841951,GSM4841952,GSM4841953,GSM4841954,GSM4841955,GSM4841956,GSM4841957,GSM4841958,GSM4841959,GSM4841960,GSM4841961,GSM4841962,GSM4841963,GSM4841964,GSM4841965,GSM4841966,GSM4841967,GSM4841968,GSM4841969,GSM4841970,GSM4841971,GSM4841972,GSM4841973,GSM4841974,GSM4841975,GSM4841976,GSM4841977,GSM4841978,GSM4841979,GSM4841980,GSM4841981,GSM4841982,GSM4841983,GSM4841984,GSM4841985,GSM4841986,GSM4841987,GSM4841988,GSM4841989,GSM4841990,GSM4841991,GSM4841992,GSM4841993,GSM4841994,GSM4841995,GSM4841996,GSM4841997,GSM4841998,GSM4841999,GSM4842000,GSM4842001,GSM4842002,GSM4842003,GSM4842004,GSM4842005,GSM4842006,GSM4842007,GSM4842008,GSM4842009,GSM4842010,GSM4842011,GSM4842012,GSM4842013,GSM4842014,GSM4842015,GSM4842016,GSM4842017,GSM4842018,GSM4842019,GSM4842020,GSM4842021,GSM4842022,GSM4842023,GSM4842024,GSM4842025,GSM4842026,GSM4842027,GSM4842028,GSM4842029,GSM4842030,GSM4842031,GSM4842032,GSM4842033,GSM4842034,GSM4842035,GSM4842036,GSM4842037,GSM4842038,GSM4842039,GSM4842040,GSM4842041,GSM4842042,GSM4842043,GSM4842044,GSM4842045,GSM4842046,GSM4842047,GSM4842048,GSM4842049,GSM4842050,GSM4842051,GSM4842052,GSM4842053,GSM4842054,GSM4842055,GSM4842056,GSM4842057,GSM4842058,GSM4842059,GSM4842060,GSM4842061,GSM4842062,GSM4842063,GSM4842064,GSM4842065,GSM4842066,GSM4842067,GSM4842068,GSM4842069,GSM4842070,GSM4842071,GSM4842072,GSM4842073,GSM4842074,GSM4842075,GSM4842076,GSM4842077,GSM4842078,GSM4842079,GSM4842080,GSM4842081,GSM4842082,GSM4842083,GSM4842084,GSM4842085,GSM4842086,GSM4842087,GSM4842088,GSM4842089,GSM4842090,GSM4842091,GSM4842092,GSM4842093,GSM4842094,GSM4842095,GSM4842096,GSM4842097,GSM4842098,GSM4842099,GSM4842100,GSM4842101,GSM4842102,GSM4842103,GSM4842104,GSM4842105,GSM4842106,GSM4842107,GSM4842108,GSM4842109,GSM4842110,GSM4842111,GSM4842112,GSM4842113,GSM4842114,GSM4842115,GSM4842116,GSM4842117,GSM4842118,GSM4842119,GSM4842120,GSM4842121,GSM4842122,GSM4842123,GSM4842124,GSM4842125,GSM4842126,GSM4842127,GSM4842128,GSM4842129,GSM4842130,GSM4842131,GSM4842132,GSM4842133,GSM4842134,GSM4842135,GSM4842136,GSM4842137,GSM4842138,GSM4842139,GSM4842140,GSM4842141,GSM4842142,GSM4842143,GSM4842144,GSM4842145,GSM4842146,GSM4842147,GSM4842149,GSM4842150,GSM4842152,GSM4842154,GSM4842156,GSM4842158,GSM4842160,GSM4842162,GSM4842164,GSM4842166,GSM4842168,GSM4842170,GSM4842172,GSM4842174,GSM4842176,GSM4842178,GSM4842180,GSM4842182,GSM4842184,GSM4842186,GSM4842188,GSM4842190,GSM4842192,GSM4842194,GSM4842196,GSM4842198,GSM4842200,GSM4842202,GSM4842204,GSM4842206,GSM4842208,GSM4842210,GSM4842212,GSM4842214,GSM4842216,GSM4842218,GSM4842220,GSM4842222,GSM4842224,GSM4842226,GSM4842228,GSM4842230,GSM4842232,GSM4842234,GSM4842236,GSM4842238,GSM4842240,GSM4842242,GSM4842244,GSM4842246,GSM4842248,GSM4842250,GSM4842252,GSM4842254,GSM4842256,GSM4842258,GSM4842260,GSM4842262,GSM4842264,GSM4842266,GSM4842268,GSM4842270,GSM4842272,GSM4842274,GSM4842276,GSM4842278,GSM4842280,GSM4842282,GSM4842284,GSM4842286,GSM4842288,GSM4842290,GSM4842292,GSM4842294,GSM4842296,GSM4842298,GSM4842300,GSM4842302,GSM4842304,GSM4842306,GSM4842308,GSM4842310,GSM4842312,GSM4842313,GSM4842314,GSM4842315,GSM4842316,GSM4842317,GSM4842318,GSM4842319,GSM4842320,GSM4842321,GSM4842322,GSM4842323,GSM4842324,GSM4842325,GSM4842326,GSM4842327,GSM4842328,GSM4842329,GSM4842330,GSM4842331,GSM4842332,GSM4842333,GSM4842334,GSM4842335,GSM4842336,GSM4842337,GSM4842338,GSM4842339,GSM4842340,GSM4842341,GSM4842342,GSM4842343,GSM4842344,GSM4842345,GSM4842346,GSM4842347,GSM4842348,GSM4842349,GSM4842350,GSM4842351,GSM4842352,GSM4842353,GSM4842354,GSM4842355,GSM4842356,GSM4842357,GSM4842358,GSM4842359,GSM4842360,GSM4842361,GSM4842362,GSM4842363,GSM4842364,GSM4842365,GSM4842366,GSM4842367,GSM4842368,GSM4842369,GSM4842370,GSM4842371,GSM4842372,GSM4842373,GSM4842374,GSM4842375,GSM4842376,GSM4842377,GSM4842378,GSM4842379,GSM4842380,GSM4842381,GSM4842382,GSM4842383,GSM4842384,GSM4842385,GSM4842386,GSM4842387,GSM4842388,GSM4842389,GSM4842390,GSM4842391,GSM4842392,GSM4842393,GSM4842394,GSM4842395,GSM4842396,GSM4842397,GSM4842398,GSM4842399,GSM4842400,GSM4842401,GSM4842402,GSM4842403,GSM4842404,GSM4842405,GSM4842406,GSM4842407,GSM4842408,GSM4842409,GSM4842410,GSM4842411,GSM4842412,GSM4842413,GSM4842414,GSM4842415,GSM4842416,GSM4842417,GSM4842418,GSM4842419,GSM4842420,GSM4842421,GSM4842422,GSM4842423,GSM4842424,GSM4842425,GSM4842426,GSM4842427,GSM4842428,GSM4842429,GSM4842430,GSM4842431,GSM4842432,GSM4842433,GSM4842434,GSM4842435,GSM4842436,GSM4842437,GSM4842438,GSM4842439,GSM4842440,GSM4842441,GSM4842442,GSM4842443,GSM4842444,GSM4842445,GSM4842446,GSM4842447,GSM4842448,GSM4842449,GSM4842450,GSM4842451,GSM4842452,GSM4842453,GSM4842454,GSM4842455,GSM4842456,GSM4842457,GSM4842458,GSM4842459,GSM4842460,GSM4842461,GSM4842462,GSM4842463,GSM4842464,GSM4842465,GSM4842466,GSM4842467,GSM4842468,GSM4842469,GSM4842470,GSM4842471,GSM4842472,GSM4842473,GSM4842474,GSM4842475,GSM4842476,GSM4842477,GSM4842478,GSM4842479,GSM4842480,GSM4842481,GSM4842482,GSM4842483,GSM4842484,GSM4842485,GSM4842486,GSM4842487,GSM4842488,GSM4842489,GSM4842490,GSM4842491,GSM4842492,GSM4842493,GSM4842494,GSM4842495,GSM4842496,GSM4842497,GSM4842498,GSM4842499,GSM4842500,GSM4842501,GSM4842502,GSM4842503,GSM4842504,GSM4842505,GSM4842506,GSM4842507,GSM4842508,GSM4842509,GSM4842510,GSM4842511,GSM4842512,GSM4842513,GSM4842514,GSM4842515,GSM4842516,GSM4842517,GSM4842518,GSM4842519,GSM4842520,GSM4842521,GSM4842522,GSM4842523,GSM4842524,GSM4842525,GSM4842526,GSM4842527,GSM4842528,GSM4842529,GSM4842530,GSM4842531,GSM4842532,GSM4842533,GSM4842534,GSM4842535,GSM4842536,GSM4842537,GSM4842538,GSM4842539,GSM4842540,GSM4842541,GSM4842542,GSM4842543,GSM4842544,GSM4842545,GSM4842546,GSM4842547,GSM4842548,GSM4842549,GSM4842550,GSM4842551,GSM4842552,GSM4842553,GSM4842554,GSM4842555,GSM4842556,GSM4842557,GSM4842558,GSM4842559,GSM4842560,GSM4842561,GSM4842562,GSM4842563,GSM4842564,GSM4842565,GSM4842566,GSM4842567,GSM4842568,GSM4842569,GSM4842570,GSM4842571,GSM4842572,GSM4842573,GSM4842574,GSM4842575,GSM4842576,GSM4842577,GSM4842578,GSM4842579,GSM4842580,GSM4842581,GSM4842582,GSM4842583,GSM4842584,GSM4842585,GSM4842586,GSM4842587,GSM4842588,GSM4842589,GSM4842590,GSM4842591,GSM4842592,GSM4842593,GSM4842594,GSM4842595,GSM4842596,GSM4842597,GSM4842598,GSM4842599,GSM4842600,GSM4842601,GSM4842602,GSM4842603,GSM4842604,GSM4842605,GSM4842606,GSM4842607,GSM4842608,GSM4842609,GSM4842610,GSM4842611,GSM4842612,GSM4842613,GSM4842614,GSM4842615,GSM4842616,GSM4842617,GSM4842618,GSM4842619,GSM4842620,GSM4842621,GSM4842622,GSM4842623,GSM4842624,GSM4842625,GSM4842626,GSM4842627,GSM4842628,GSM4842629,GSM4842630,GSM4842631,GSM4842632,GSM4842633,GSM4842634,GSM4842635,GSM4842636,GSM4842637,GSM4842638,GSM4842639,GSM4842640,GSM4842641,GSM4842642,GSM4842643,GSM4842644,GSM4842645,GSM4842646,GSM4842647,GSM4842648,GSM4842649,GSM4842650,GSM4842651,GSM4842652,GSM4842653,GSM4842654,GSM4842655,GSM4842656,GSM4842657,GSM4842658,GSM4842659,GSM4842660,GSM4842661,GSM4842662,GSM4842663,GSM4842664,GSM4842665,GSM4842666,GSM4842667,GSM4842668,GSM4842669,GSM4842670,GSM4842671,GSM4842672,GSM4842673,GSM4842674,GSM4842675,GSM4842676,GSM4842677,GSM4842678,GSM4842679,GSM4842680,GSM4842681,GSM4842682,GSM4842683,GSM4842684,GSM4842685,GSM4842686,GSM4842687,GSM4842688,GSM4842689,GSM4842690,GSM4842691,GSM4842692,GSM4842693,GSM4842694,GSM4842695,GSM4842696,GSM4842697,GSM4842698,GSM4842699,GSM4842700,GSM4842701,GSM4842702,GSM4842703,GSM4842704,GSM4842705,GSM4842706,GSM4842707,GSM4842708,GSM4842709,GSM4842710,GSM4842711,GSM4842712,GSM4842713,GSM4842714,GSM4842715,GSM4842716,GSM4842717,GSM4842718,GSM4842719,GSM4842720,GSM4842721,GSM4842722,GSM4842723,GSM4842724,GSM4842725,GSM4842726,GSM4842727,GSM4842728,GSM4842729,GSM4842730,GSM4842731,GSM4842732,GSM4842733,GSM4842734,GSM4842735,GSM4842736,GSM4842737,GSM4842738,GSM4842739,GSM4842740,GSM4842741,GSM4842742,GSM4842743,GSM4842744,GSM4842745,GSM4842746,GSM4842747,GSM4842748,GSM4842749,GSM4842750,GSM4842751,GSM4842752,GSM4842753,GSM4842754,GSM4842755,GSM4842756,GSM4842757,GSM4842758,GSM4842759,GSM4842760,GSM4842761,GSM4842762,GSM4842763,GSM4842764,GSM4842765,GSM4842766,GSM4842767,GSM4842768,GSM4842769,GSM4842770,GSM4842771,GSM4842772,GSM4842773,GSM4842774,GSM4842775,GSM4842776,GSM4842777,GSM4842778,GSM4842779,GSM4842780,GSM4842781,GSM4842782,GSM4842783,GSM4842784,GSM4842785,GSM4842786,GSM4842787,GSM4842788,GSM4842789,GSM4842790,GSM4842791,GSM4842792,GSM4842793,GSM4842794,GSM4842795,GSM4842796,GSM4842797,GSM4842798,GSM4842799,GSM4842800,GSM4842801,GSM4842802,GSM4842803,GSM4842804,GSM4842805,GSM4842806,GSM4842807,GSM4842808,GSM4842809,GSM4842810,GSM4842811,GSM4842812,GSM4842813,GSM4842814,GSM4842815,GSM4842816,GSM4842817,GSM4842818,GSM4842819,GSM4842820,GSM4842821,GSM4842822,GSM4842823,GSM4842824,GSM4842825,GSM4842826,GSM4842827,GSM4842828,GSM4842829,GSM4842830,GSM4842831,GSM4842832,GSM4842833,GSM4842834,GSM4842835,GSM4842836,GSM4842837,GSM4842838,GSM4842839,GSM4842840,GSM4842841,GSM4842842,GSM4842843,GSM4842844,GSM4842845,GSM4842846,GSM4842847,GSM4842848,GSM4842849,GSM4842850,GSM4842851,GSM4842852,GSM4842853,GSM4842854,GSM4842855,GSM4842856,GSM4842857,GSM4842858,GSM4842859,GSM4842860,GSM4842861,GSM4842862,GSM4842863,GSM4842864,GSM4842865,GSM4842866,GSM4842867,GSM4842868,GSM4842869,GSM4842870,GSM4842871,GSM4842872,GSM4842873,GSM4842874,GSM4842875,GSM4842876,GSM4842877,GSM4842878,GSM4842879,GSM4842880,GSM4842881,GSM4842882,GSM4842883,GSM4842884,GSM4842885,GSM4842886,GSM4842887,GSM4842888,GSM4842889,GSM4842890,GSM4842891,GSM4842892,GSM4842893,GSM4842894,GSM4842895,GSM4842896,GSM4842897,GSM4842898,GSM4842899,GSM4842900,GSM4842901,GSM4842902,GSM4842903,GSM4842904,GSM4842905,GSM4842906,GSM4842907,GSM4842909,GSM4842911,GSM4842913,GSM4842915,GSM4842918,GSM4842920,GSM4842922,GSM4842924,GSM4842926,GSM4842929,GSM4842931,GSM4842933,GSM4842936,GSM4842938,GSM4842940,GSM4842943,GSM4842945,GSM4842948,GSM4842950,GSM4842951,GSM4842952,GSM4842953,GSM4842954,GSM4842955,GSM4842956,GSM4842957,GSM4842958,GSM4842959,GSM4842960,GSM4842961,GSM4842962,GSM4842963,GSM4842964,GSM4842965,GSM4842966,GSM4842967,GSM4842968,GSM4842969,GSM4842970,GSM4842971,GSM4842972,GSM4842973,GSM4842974,GSM4842975,GSM4842976,GSM4842977,GSM4842978,GSM4842979,GSM4842980,GSM4842981,GSM4842982,GSM4842983,GSM4842984,GSM4842985,GSM4842986,GSM4842987,GSM4842988,GSM4842989,GSM4842990,GSM4842991,GSM4842992,GSM4842993,GSM4842994,GSM4842995,GSM4842996,GSM4842997,GSM4842998,GSM4842999,GSM4843000,GSM4843001,GSM4843002,GSM4843003,GSM4843004,GSM4843005,GSM4843006,GSM4843007,GSM4843008,GSM4843009,GSM4843010,GSM4843011,GSM4843012,GSM4843013,GSM4843014,GSM4843015,GSM4843016,GSM4843017,GSM4843018,GSM4843019,GSM4843020,GSM4843021,GSM4843022,GSM4843023,GSM4843024,GSM4843025,GSM4843026,GSM4843027,GSM4843028,GSM4843029,GSM4843030,GSM4843031,GSM4843032,GSM4843033,GSM4843034,GSM4843035,GSM4843036,GSM4843037,GSM4843038,GSM4843039,GSM4843040,GSM4843041,GSM4843042,GSM4843043,GSM4843044,GSM4843045,GSM4843046,GSM4843047,GSM4843048,GSM4843049,GSM4843050,GSM4843051,GSM4843052,GSM4843053,GSM4843054,GSM4843055,GSM4843056,GSM4843057,GSM4843058,GSM4843059,GSM4843060,GSM4843061,GSM4843062,GSM4843063,GSM4843064,GSM4843065,GSM4843066,GSM4843067,GSM4843068,GSM4843069,GSM4843070,GSM4843071,GSM4843072,GSM4843073,GSM4843074,GSM4843075,GSM4843076,GSM4843077,GSM4843078,GSM4843079,GSM4843080,GSM4843081,GSM4843082,GSM4843083,GSM4843084,GSM4843085,GSM4843086,GSM4843087,GSM4843088,GSM4843089,GSM4843090,GSM4843091,GSM4843092,GSM4843093,GSM4843094,GSM4843095,GSM4843096,GSM4843097,GSM4843098,GSM4843099,GSM4843100,GSM4843101,GSM4843102,GSM4843103,GSM4843104,GSM4843105,GSM4843106,GSM4843107,GSM4843108,GSM4843109,GSM4843110,GSM4843111,GSM4843112,GSM4843113,GSM4843114,GSM4843115,GSM4843116,GSM4843117,GSM4843118,GSM4843119,GSM4843120,GSM4843121,GSM4843122,GSM4843123,GSM4843124,GSM4843125,GSM4843126,GSM4843127,GSM4843128,GSM4843129,GSM4843130,GSM4843131,GSM4843132,GSM4843133,GSM4843134,GSM4843135,GSM4843136,GSM4843137,GSM4843138,GSM4843139,GSM4843140,GSM4843141,GSM4843142,GSM4843143,GSM4843144,GSM4843145,GSM4843146,GSM4843147,GSM4843148,GSM4843149,GSM4843150,GSM4843151,GSM4843152,GSM4843153,GSM4843154,GSM4843155,GSM4843156,GSM4843157,GSM4843158,GSM4843159,GSM4843160,GSM4843161,GSM4843162,GSM4843163,GSM4843164,GSM4843165,GSM4843166,GSM4843167,GSM4843168,GSM4843169,GSM4843170,GSM4843171,GSM4843172,GSM4843173,GSM4843174,GSM4843175,GSM4843176,GSM4843177,GSM4843178,GSM4843179,GSM4843180,GSM4843181,GSM4843182,GSM4843183,GSM4843184,GSM4843185,GSM4843186,GSM4843187,GSM4843188,GSM4843189,GSM4843190,GSM4843191,GSM4843192,GSM4843193,GSM4843194,GSM4843195,GSM4843196,GSM4843197,GSM4843198,GSM4843199,GSM4843200,GSM4843201,GSM4843202,GSM4843203,GSM4843204,GSM4843205,GSM4843206,GSM4843207,GSM4843208,GSM4843209,GSM4843210,GSM4843211,GSM4843212,GSM4843213,GSM4843214,GSM4843215,GSM4843216,GSM4843217,GSM4843218,GSM4843219,GSM4843220,GSM4843221,GSM4843222,GSM4843223,GSM4843224,GSM4843225,GSM4843226,GSM4843227,GSM4843228,GSM4843229,GSM4843230,GSM4843231,GSM4843232,GSM4843233,GSM4843234,GSM4843235,GSM4843236,GSM4843237,GSM4843238,GSM4843239,GSM4843240,GSM4843241,GSM4843242,GSM4843243,GSM4843244,GSM4843245,GSM4843246,GSM4843247,GSM4843248,GSM4843249,GSM4843250,GSM4843251,GSM4843252,GSM4843253,GSM4843254,GSM4843255,GSM4843256,GSM4843257,GSM4843258,GSM4843259,GSM4843260,GSM4843261,GSM4843262,GSM4843263,GSM4843264,GSM4843265,GSM4843266,GSM4843267,GSM4843268,GSM4843269,GSM4843270,GSM4843271,GSM4843272,GSM4843273,GSM4843274,GSM4843275,GSM4843276,GSM4843277,GSM4843278,GSM4843279,GSM4843280,GSM4843281,GSM4843282,GSM4843283,GSM4843284,GSM4843285,GSM4843286,GSM4843287,GSM4843288,GSM4843289,GSM4843290,GSM4843291,GSM4843292,GSM4843293,GSM4843294,GSM4843295,GSM4843296,GSM4843297,GSM4843298,GSM4843299,GSM4843300,GSM4843301,GSM4843302,GSM4843303,GSM4843304,GSM4843305,GSM4843306,GSM4843307,GSM4843308,GSM4843309,GSM4843310,GSM4843311,GSM4843312,GSM4843313,GSM4843314,GSM4843315,GSM4843316,GSM4843317,GSM4843318,GSM4843319,GSM4843320,GSM4843321,GSM4843322,GSM4843323,GSM4843324,GSM4843325,GSM4843326,GSM4843327,GSM4843328,GSM4843329,GSM4843330,GSM4843331,GSM4843332,GSM4843333,GSM4843334,GSM4843335,GSM4843336,GSM4843337,GSM4843338,GSM4843339,GSM4843340,GSM4843341,GSM4843342,GSM4843343,GSM4843344,GSM4843345,GSM4843346,GSM4843347,GSM4843348,GSM4843349,GSM4843350,GSM4843351,GSM4843352,GSM4843353,GSM4843354,GSM4843355,GSM4843356,GSM4843357,GSM4843358,GSM4843359,GSM4843360,GSM4843361,GSM4843362,GSM4843363,GSM4843364,GSM4843365,GSM4843366,GSM4843367,GSM4843368,GSM4843369,GSM4843370,GSM4843371,GSM4843372,GSM4843373,GSM4843374,GSM4843375,GSM4843376,GSM4843377,GSM4843378,GSM4843379,GSM4843380,GSM4843381,GSM4843382,GSM4843383,GSM4843384,GSM4843385,GSM4843386,GSM4843387,GSM4843388,GSM4843389,GSM4843390,GSM4843391,GSM4843392,GSM4843393,GSM4843394,GSM4843395,GSM4843396,GSM4843397,GSM4843398,GSM4843399,GSM4843400,GSM4843401,GSM4843402,GSM4843403,GSM4843404,GSM4843405,GSM4843406,GSM4843407,GSM4843408,GSM4843409,GSM4843410,GSM4843411,GSM4843412,GSM4843413,GSM4843414,GSM4843415,GSM4843416,GSM4843417,GSM4843418,GSM4843419,GSM4843420,GSM4843421,GSM4843422,GSM4843423,GSM4843424,GSM4843425,GSM4843426,GSM4843427,GSM4843428,GSM4843429,GSM4843430,GSM4843431,GSM4843432,GSM4843433,GSM4843434,GSM4843435,GSM4843436,GSM4843437,GSM4843438,GSM4843439,GSM4843440,GSM4843441,GSM4843442,GSM4843443,GSM4843444,GSM4843445,GSM4843446,GSM4843447,GSM4843448,GSM4843449,GSM4843450,GSM4843451,GSM4843452,GSM4843453,GSM4843454,GSM4843455,GSM4843456,GSM4843457,GSM4843458,GSM4843459,GSM4843460,GSM4843461,GSM4843462,GSM4843463,GSM4843464,GSM4843465,GSM4843466,GSM4843467,GSM4843468,GSM4843469,GSM4843470,GSM4843471,GSM4843472,GSM4843473,GSM4843474,GSM4843475,GSM4843476,GSM4843477,GSM4843478,GSM4843479,GSM4843480,GSM4843481,GSM4843482,GSM4843483,GSM4843484,GSM4843485,GSM4843486,GSM4843487,GSM4843488,GSM4843489,GSM4843490,GSM4843491,GSM4843492,GSM4843493,GSM4843494,GSM4843495,GSM4843496,GSM4843497,GSM4843498,GSM4843499,GSM4843500,GSM4843501,GSM4843502,GSM4843503,GSM4843504,GSM4843505,GSM4843506,GSM4843507,GSM4843508,GSM4843509,GSM4843510,GSM4843511,GSM4843512,GSM4843513,GSM4843514,GSM4843515,GSM4843516,GSM4843517,GSM4843518,GSM4843519,GSM4843520,GSM4843521,GSM4843522,GSM4843523,GSM4843524,GSM4843525,GSM4843526,GSM4843527,GSM4843528,GSM4843529,GSM4843530,GSM4843531,GSM4843532,GSM4843533,GSM4843534,GSM4843535,GSM4843536,GSM4843537,GSM4843538,GSM4843539,GSM4843540,GSM4843541,GSM4843542,GSM4843543,GSM4843544,GSM4843545,GSM4843546,GSM4843547,GSM4843548,GSM4843549,GSM4843550,GSM4843551,GSM4843552,GSM4843553,GSM4843554,GSM4843555,GSM4843556,GSM4843557,GSM4843558,GSM4843559,GSM4843560,GSM4843561,GSM4843562,GSM4843563,GSM4843564,GSM4843565,GSM4843566,GSM4843567,GSM4843568,GSM4843569,GSM4843570,GSM4843571,GSM4843572,GSM4843573,GSM4843574,GSM4843575,GSM4843576,GSM4843577,GSM4843578,GSM4843579,GSM4843580,GSM4843581,GSM4843582,GSM4843583,GSM4843584,GSM4843585,GSM4843586,GSM4843587,GSM4843588,GSM4843589,GSM4843590,GSM4843591,GSM4843592,GSM4843593,GSM4843594,GSM4843595,GSM4843596,GSM4843597,GSM4843598,GSM4843599,GSM4843600,GSM4843601,GSM4843602,GSM4843603,GSM4843604,GSM4843605,GSM4843606,GSM4843607,GSM4843608,GSM4843609,GSM4843610,GSM4843611,GSM4843612,GSM4843613,GSM4843614,GSM4843615,GSM4843616,GSM4843617,GSM4843618,GSM4843619,GSM4843620,GSM4843621,GSM4843622,GSM4843623,GSM4843624,GSM4843625,GSM4843626,GSM4843627,GSM4843628,GSM4843629,GSM4843630,GSM4843631,GSM4843632,GSM4843633,GSM4843634,GSM4843635,GSM4843636,GSM4843637,GSM4843638,GSM4843639,GSM4843640,GSM4843641,GSM4843642,GSM4843643,GSM4843644,GSM4843645,GSM4843646,GSM4843647,GSM4843648,GSM4843649,GSM4843650,GSM4843651,GSM4843652,GSM4843653,GSM4843654,GSM4843655,GSM4843656,GSM4843657,GSM4843658,GSM4843659,GSM4843660,GSM4843661,GSM4843662,GSM4843663,GSM4843664,GSM4843665,GSM4843666,GSM4843667,GSM4843668,GSM4843669,GSM4843670,GSM4843671,GSM4843672,GSM4843673,GSM4843674,GSM4843675,GSM4843676,GSM4843677,GSM4843678,GSM4843679,GSM4843680,GSM4843681,GSM4843682,GSM4843683,GSM4843684,GSM4843685,GSM4843686,GSM4843687,GSM4843688,GSM4843689,GSM4843690,GSM4843691,GSM4843692,GSM4843693,GSM4843694,GSM4843695,GSM4843696,GSM4843697,GSM4843698,GSM4843699,GSM4843700,GSM4843701,GSM4843702,GSM4843703,GSM4843704,GSM4843705,GSM4843706,GSM4843707,GSM4843708,GSM4843709,GSM4843710,GSM4843711,GSM4843712,GSM4843713,GSM4843714,GSM4843715,GSM4843716,GSM4843717,GSM4843718,GSM4843719,GSM4843720,GSM4843721,GSM4843722,GSM4843723,GSM4843724,GSM4843725,GSM4843726,GSM4843727,GSM4843728,GSM4843729,GSM4843730,GSM4843731,GSM4843732,GSM4843733,GSM4843734,GSM4843735,GSM4843736,GSM4843737,GSM4843738,GSM4843739,GSM4843740,GSM4843741,GSM4843742,GSM4843743,GSM4843744,GSM4843745,GSM4843746,GSM4843747,GSM4843748,GSM4843749,GSM4843750,GSM4843751,GSM4843752,GSM4843753,GSM4843754,GSM4843755,GSM4843756,GSM4843757,GSM4843758,GSM4843759,GSM4843760,GSM4843761,GSM4843762,GSM4843763,GSM4843764,GSM4843765,GSM4843766,GSM4843767,GSM4843768,GSM4843769,GSM4843770,GSM4843771,GSM4843772,GSM4843773,GSM4843774,GSM4843775,GSM4843776,GSM4843777,GSM4843778,GSM4843779,GSM4843780,GSM4843781,GSM4843782,GSM4843783,GSM4843784,GSM4843785,GSM4843786,GSM4843787,GSM4843788,GSM4843789,GSM4843790,GSM4843791,GSM4843792,GSM4843793,GSM4843794,GSM4843795,GSM4843796,GSM4843797,GSM4843798,GSM4843799,GSM4843800,GSM4843801,GSM4843802,GSM4843803,GSM4843804,GSM4843805,GSM4843806,GSM4843807,GSM4843808,GSM4843809,GSM4843810,GSM4843811,GSM4843812,GSM4843813,GSM4843814,GSM4843815,GSM4843816,GSM4843817,GSM4843818,GSM4843819,GSM4843820,GSM4843821,GSM4843822,GSM4843823,GSM4843824,GSM4843825,GSM4843826,GSM4843827,GSM4843828,GSM4843829,GSM4843830,GSM4843831,GSM4843832,GSM4843833,GSM4843834,GSM4843835,GSM4843836,GSM4843837,GSM4843838,GSM4843839,GSM4843840,GSM4843841,GSM4843842,GSM4843843,GSM4843844,GSM4843845,GSM4843846,GSM4843847,GSM4843848,GSM4843849,GSM4843850,GSM4843851,GSM4843852,GSM4843853,GSM4843854,GSM4843855,GSM4843856,GSM4843857,GSM4843858,GSM4843859,GSM4843860,GSM4843861,GSM4843862,GSM4843863,GSM4843864,GSM4843865,GSM4843866,GSM4843867,GSM4843868,GSM4843869,GSM4843870,GSM4843871,GSM4843872,GSM4843873,GSM4843874,GSM4843875,GSM4843876,GSM4843877,GSM4843878,GSM4843879,GSM4843880,GSM4843881,GSM4843882,GSM4843883,GSM4843884,GSM4843885,GSM4843886,GSM4843887,GSM4843888,GSM4843889,GSM4843890,GSM4843891,GSM4843892,GSM4843893,GSM4843894,GSM4843895,GSM4843896,GSM4843897,GSM4843898,GSM4843899,GSM4843900,GSM4843901,GSM4843902,GSM4843903,GSM4843904,GSM4843905,GSM4843906,GSM4843907,GSM4843908,GSM4843909,GSM4843910,GSM4843911,GSM4843912,GSM4843913,GSM4843914,GSM4843915,GSM4843916,GSM4843917,GSM4843918,GSM4843919,GSM4843920,GSM4843921,GSM4843922,GSM4843923,GSM4843924,GSM4843925,GSM4843926,GSM4843927,GSM4843928,GSM4843929,GSM4843930,GSM4843931,GSM4843932,GSM4843933,GSM4843934,GSM4843935,GSM4843936,GSM4843937,GSM4843938,GSM4843939,GSM4843940,GSM4843941,GSM4843942,GSM4843943,GSM4843944,GSM4843945,GSM4843946,GSM4843947,GSM4843948,GSM4843949,GSM4843950,GSM4843951,GSM4843952,GSM4843953,GSM4843954,GSM4843955,GSM4843956,GSM4843957,GSM4843958,GSM4843959,GSM4843960,GSM4843961,GSM4843962,GSM4843963,GSM4843964,GSM4843965,GSM4843966,GSM4843967,GSM4843968,GSM4843969,GSM4843970,GSM4843971,GSM4843972,GSM4843973,GSM4843974,GSM4843975,GSM4843976,GSM4843977,GSM4843978,GSM4843979,GSM4843980,GSM4843981,GSM4843982,GSM4843983,GSM4843984,GSM4843985,GSM4843986,GSM4843987,GSM4843988,GSM4843989,GSM4843990,GSM4843991,GSM4843992,GSM4843993,GSM4843994,GSM4843995,GSM4843996,GSM4843997,GSM4843998,GSM4843999,GSM4844000,GSM4844001,GSM4844002,GSM4844003,GSM4844004,GSM4844005,GSM4844006,GSM4844007,GSM4844008,GSM4844009,GSM4844010,GSM4844011,GSM4844012,GSM4844013,GSM4844014,GSM4844015,GSM4844016,GSM4844017,GSM4844018,GSM4844019,GSM4844020,GSM4844021,GSM4844022,GSM4844023,GSM4844024,GSM4844025,GSM4844026,GSM4844027,GSM4844028,GSM4844029,GSM4844030,GSM4844031,GSM4844032,GSM4844033,GSM4844034,GSM4844035,GSM4844036,GSM4844037,GSM4844038,GSM4844039,GSM4844040,GSM4844041,GSM4844042,GSM4844043,GSM4844044,GSM4844045,GSM4844046,GSM4844047,GSM4844048,GSM4844049,GSM4844050
|
2 |
+
Melanoma,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,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,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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/Melanoma/clinical_data/GSE148319.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
GSM4460266,GSM4460267,GSM4460268,GSM4460269,GSM4460270,GSM4460271,GSM4460272,GSM4460273,GSM4460274,GSM4460275,GSM4460276,GSM4460277,GSM4460278,GSM4460279,GSM4460280,GSM4460281,GSM4460282,GSM4460283,GSM4460284,GSM4460285,GSM4460286,GSM4460287,GSM4460288,GSM4460289,GSM4460290,GSM4460291,GSM4460292,GSM4460293,GSM4460294,GSM4460295,GSM4460296,GSM4460297,GSM4460298,GSM4460299,GSM4460300,GSM4460301,GSM4460302,GSM4460303,GSM4460304,GSM4460305,GSM4460306,GSM4460307,GSM4460308,GSM4460309,GSM4460310,GSM4460311,GSM4460312,GSM4460313,GSM4460314,GSM4460315,GSM4460316,GSM4460317,GSM4460318,GSM4460319,GSM4460320,GSM4460321,GSM4460322,GSM4460323,GSM4460324,GSM4460325,GSM4460326,GSM4460327,GSM4460328,GSM4460329,GSM4460330,GSM4460331,GSM4460332,GSM4460333,GSM4460334,GSM4460335,GSM4460336,GSM4460337,GSM4460338,GSM4460339,GSM4460340,GSM4460341,GSM4460342,GSM4460343,GSM4460344,GSM4460345,GSM4460346,GSM4460347,GSM4460348
|
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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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/Melanoma/code/GSE144296.py
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE144296"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE144296"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE144296.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE144296.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE144296.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 # Based on DNTR-seq description providing mRNA expression
|
48 |
+
|
49 |
+
# 2. Variable Availability and Data Type Conversion
|
50 |
+
trait_row = 1 # "cell type: malignant melanoma" or "cell type: colorectal carcinoma"
|
51 |
+
age_row = None # No age information detected
|
52 |
+
gender_row = None # No gender information detected
|
53 |
+
|
54 |
+
def convert_trait(value: str):
|
55 |
+
parts = value.split(":", 1)
|
56 |
+
if len(parts) < 2:
|
57 |
+
return None
|
58 |
+
val = parts[1].strip().lower()
|
59 |
+
if "malignant melanoma" in val:
|
60 |
+
return 1
|
61 |
+
elif "colorectal carcinoma" in val:
|
62 |
+
return 0
|
63 |
+
return None
|
64 |
+
|
65 |
+
def convert_age(value: str):
|
66 |
+
# Not used here, but defined for completeness
|
67 |
+
parts = value.split(":", 1)
|
68 |
+
if len(parts) < 2:
|
69 |
+
return None
|
70 |
+
val = parts[1].strip()
|
71 |
+
try:
|
72 |
+
return float(val)
|
73 |
+
except ValueError:
|
74 |
+
return None
|
75 |
+
|
76 |
+
def convert_gender(value: str):
|
77 |
+
# Not used here, but defined for completeness
|
78 |
+
parts = value.split(":", 1)
|
79 |
+
if len(parts) < 2:
|
80 |
+
return None
|
81 |
+
val = parts[1].strip().lower()
|
82 |
+
if val in ["male", "m"]:
|
83 |
+
return 1
|
84 |
+
elif val in ["female", "f"]:
|
85 |
+
return 0
|
86 |
+
return None
|
87 |
+
|
88 |
+
# 3. Save Metadata (Initial Filtering)
|
89 |
+
is_trait_available = (trait_row is not None)
|
90 |
+
is_usable = validate_and_save_cohort_info(
|
91 |
+
is_final=False,
|
92 |
+
cohort=cohort,
|
93 |
+
info_path=json_path,
|
94 |
+
is_gene_available=is_gene_available,
|
95 |
+
is_trait_available=is_trait_available
|
96 |
+
)
|
97 |
+
|
98 |
+
# 4. Clinical Feature Extraction
|
99 |
+
if trait_row is not None:
|
100 |
+
selected_clinical_df = geo_select_clinical_features(
|
101 |
+
clinical_data,
|
102 |
+
trait=trait,
|
103 |
+
trait_row=trait_row,
|
104 |
+
convert_trait=convert_trait,
|
105 |
+
age_row=age_row,
|
106 |
+
convert_age=convert_age,
|
107 |
+
gender_row=gender_row,
|
108 |
+
convert_gender=convert_gender
|
109 |
+
)
|
110 |
+
previewed_data = preview_df(selected_clinical_df, n=5)
|
111 |
+
selected_clinical_df.to_csv(out_clinical_data_file)
|
112 |
+
# STEP3
|
113 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
114 |
+
gene_data = get_genetic_data(matrix_file)
|
115 |
+
|
116 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
117 |
+
print(gene_data.index[:20])
|
p1/preprocess/Melanoma/code/GSE146264.py
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE146264"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE146264"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE146264.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE146264.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE146264.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 |
+
# Based on the background info indicating single-cell RNA-seq, we set is_gene_available to True.
|
48 |
+
is_gene_available = True
|
49 |
+
|
50 |
+
# 2. Variable Availability and Data Type Conversion
|
51 |
+
# From the sample characteristics dictionary, we see no mention of "Melanoma," age, or gender.
|
52 |
+
# Therefore, we conclude these variables are not available (None).
|
53 |
+
trait_row = None
|
54 |
+
age_row = None
|
55 |
+
gender_row = None
|
56 |
+
|
57 |
+
# Nonetheless, define the required converter functions (they will not be used because rows are None).
|
58 |
+
|
59 |
+
def convert_trait(x: str) -> int:
|
60 |
+
# Placeholder: no real conversion as trait data is unavailable
|
61 |
+
return None
|
62 |
+
|
63 |
+
def convert_age(x: str) -> float:
|
64 |
+
# Placeholder: no real conversion as age data is unavailable
|
65 |
+
return None
|
66 |
+
|
67 |
+
def convert_gender(x: str) -> int:
|
68 |
+
# Placeholder: no real conversion as gender data is unavailable
|
69 |
+
return None
|
70 |
+
|
71 |
+
# 3. Save Metadata with initial filtering
|
72 |
+
# Trait data is considered unavailable (trait_row is None).
|
73 |
+
is_trait_available = (trait_row is not None)
|
74 |
+
|
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
|
84 |
+
# Since trait_row is None, we skip this step (no clinical data extraction).
|
85 |
+
# STEP3
|
86 |
+
import gzip
|
87 |
+
import io
|
88 |
+
|
89 |
+
def my_get_genetic_data(file_path: str) -> pd.DataFrame:
|
90 |
+
"""
|
91 |
+
Reads a GEO series matrix file (whether gzipped or plain) by ignoring lines starting with '!'
|
92 |
+
and then parsing the remainder as tab-delimited data.
|
93 |
+
Renames 'ID_REF' to 'ID' if present and sets it as the index.
|
94 |
+
"""
|
95 |
+
# Determine if the file is gzipped by checking the first two bytes
|
96 |
+
with open(file_path, 'rb') as f:
|
97 |
+
magic = f.read(2)
|
98 |
+
is_gzipped = (magic == b'\x1f\x8b')
|
99 |
+
|
100 |
+
# Open the file accordingly
|
101 |
+
if is_gzipped:
|
102 |
+
fhandle = gzip.open(file_path, 'rt')
|
103 |
+
else:
|
104 |
+
fhandle = open(file_path, 'r')
|
105 |
+
|
106 |
+
# Read all lines except those starting with '!'
|
107 |
+
with fhandle:
|
108 |
+
content = [line for line in fhandle if not line.startswith('!')]
|
109 |
+
|
110 |
+
# Parse the remaining content as tab-delimited
|
111 |
+
df = pd.read_csv(io.StringIO(''.join(content)), sep='\t', comment='!', on_bad_lines='skip')
|
112 |
+
|
113 |
+
# Rename 'ID_REF' to 'ID' if present and set as index
|
114 |
+
if 'ID_REF' in df.columns:
|
115 |
+
df = df.rename(columns={'ID_REF': 'ID'}).astype({'ID': 'str'})
|
116 |
+
df.set_index('ID', inplace=True)
|
117 |
+
|
118 |
+
return df
|
119 |
+
|
120 |
+
# Use the custom function to attempt reading the gene expression data
|
121 |
+
gene_data = my_get_genetic_data(matrix_file)
|
122 |
+
|
123 |
+
# Print the first 20 row IDs to check if we obtained any data
|
124 |
+
print(gene_data.index[:20])
|
p1/preprocess/Melanoma/code/GSE148319.py
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE148319"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE148319"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE148319.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE148319.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE148319.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 # Based on the overview, this dataset appears to measure gene expression data.
|
48 |
+
|
49 |
+
# 2) Variable Availability and Data Type Conversion
|
50 |
+
# From the sample characteristics, row 3 contains "biological replicate" info, including "hs.Melanoma.biolrep.x".
|
51 |
+
# We can interpret it as indicating whether a sample is melanoma (1) or not (0).
|
52 |
+
|
53 |
+
trait_row = 3
|
54 |
+
age_row = None # No 'age' info found
|
55 |
+
gender_row = None # No 'gender' info found
|
56 |
+
|
57 |
+
def convert_trait(value: str) -> Optional[int]:
|
58 |
+
if not isinstance(value, str):
|
59 |
+
return None
|
60 |
+
# Split at the colon, take the second part
|
61 |
+
parts = value.split(":")
|
62 |
+
if len(parts) < 2:
|
63 |
+
return None
|
64 |
+
val = parts[1].strip().lower()
|
65 |
+
# Mark as 1 if 'melanoma' is in the string, else 0
|
66 |
+
return 1 if "melanoma" in val else 0
|
67 |
+
|
68 |
+
# No conversion needed for age and gender as they are not available
|
69 |
+
convert_age = None
|
70 |
+
convert_gender = None
|
71 |
+
|
72 |
+
# 3) Save Metadata: initial filtering
|
73 |
+
is_trait_available = trait_row is not None
|
74 |
+
validate_and_save_cohort_info(
|
75 |
+
is_final=False,
|
76 |
+
cohort=cohort,
|
77 |
+
info_path=json_path,
|
78 |
+
is_gene_available=is_gene_available,
|
79 |
+
is_trait_available=is_trait_available
|
80 |
+
)
|
81 |
+
|
82 |
+
# 4) Clinical Feature Extraction
|
83 |
+
if trait_row is not None:
|
84 |
+
selected_clinical_df = geo_select_clinical_features(
|
85 |
+
clinical_data, # assume 'clinical_data' DataFrame is provided
|
86 |
+
trait=trait, # "Melanoma"
|
87 |
+
trait_row=trait_row,
|
88 |
+
convert_trait=convert_trait,
|
89 |
+
age_row=age_row,
|
90 |
+
convert_age=convert_age,
|
91 |
+
gender_row=gender_row,
|
92 |
+
convert_gender=convert_gender
|
93 |
+
)
|
94 |
+
preview = preview_df(selected_clinical_df)
|
95 |
+
print("Preview of selected clinical features:", preview)
|
96 |
+
selected_clinical_df.to_csv(out_clinical_data_file, index=False)
|
97 |
+
# STEP3
|
98 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
99 |
+
gene_data = get_genetic_data(matrix_file)
|
100 |
+
|
101 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
102 |
+
print(gene_data.index[:20])
|
103 |
+
# The provided identifiers (e.g., "11715100_at") appear to be Affymetrix probe set IDs.
|
104 |
+
# They are not human gene symbols and require mapping to gene symbols.
|
105 |
+
print("requires_gene_mapping = True")
|
106 |
+
# STEP5
|
107 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
108 |
+
gene_annotation = get_gene_annotation(soft_file)
|
109 |
+
|
110 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
111 |
+
print("Gene annotation preview:")
|
112 |
+
print(preview_df(gene_annotation))
|
113 |
+
# STEP: Gene Identifier Mapping
|
114 |
+
|
115 |
+
# 1) Identify which columns store the probe identifiers and the gene symbols:
|
116 |
+
# From the annotation preview, "ID" matches the probe identifiers in gene_data.index,
|
117 |
+
# and "Gene Symbol" holds the actual human gene symbols.
|
118 |
+
|
119 |
+
# 2) Extract the "ID" and "Gene Symbol" columns to create a mapping DataFrame
|
120 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col="ID", gene_col="Gene Symbol")
|
121 |
+
|
122 |
+
# 3) Apply the gene mapping to convert probe-level data into gene-level data
|
123 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
124 |
+
# STEP7
|
125 |
+
|
126 |
+
import pandas as pd
|
127 |
+
|
128 |
+
# 1) Normalize the gene symbols and save the result
|
129 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
130 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
131 |
+
|
132 |
+
# 2) Read the single-row clinical data saved in step 2, then set its row index to the trait name
|
133 |
+
# so that geo_link_clinical_genetic_data can correctly place "Melanoma" as a column.
|
134 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file, header=0)
|
135 |
+
selected_clinical_df.index = [trait]
|
136 |
+
|
137 |
+
# 3) Link the clinical and genetic data
|
138 |
+
linked_data = geo_link_clinical_genetic_data(selected_clinical_df, normalized_gene_data)
|
139 |
+
|
140 |
+
# 4) Handle missing values
|
141 |
+
processed_data = handle_missing_values(df=linked_data, trait_col=trait)
|
142 |
+
|
143 |
+
# 5) Check for trait bias (and remove age/gender if present and biased)
|
144 |
+
is_trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
145 |
+
|
146 |
+
# 6) Final validation and metadata saving
|
147 |
+
is_usable = validate_and_save_cohort_info(
|
148 |
+
is_final=True,
|
149 |
+
cohort=cohort,
|
150 |
+
info_path=json_path,
|
151 |
+
is_gene_available=True,
|
152 |
+
is_trait_available=True,
|
153 |
+
is_biased=is_trait_biased,
|
154 |
+
df=processed_data,
|
155 |
+
note="Preprocessing completed. Trait data present and gene data mapped."
|
156 |
+
)
|
157 |
+
|
158 |
+
# 7) Save the final linked data if usable
|
159 |
+
if is_usable:
|
160 |
+
processed_data.to_csv(out_data_file, index=False)
|
p1/preprocess/Melanoma/code/GSE148949.py
ADDED
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE148949"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE148949"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE148949.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE148949.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE148949.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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) Decide if this dataset contains gene expression data
|
47 |
+
is_gene_available = True # Based on "whole human genome Agilent arrays" info
|
48 |
+
|
49 |
+
# 2) Determine availability for trait, age, and gender
|
50 |
+
trait_row = None # No row with distinct "Melanoma" variation found
|
51 |
+
age_row = None # No row indicating age
|
52 |
+
gender_row = None # No row indicating gender
|
53 |
+
|
54 |
+
# 2.2) Define data conversion functions
|
55 |
+
def convert_trait(value: str) -> Optional[int]:
|
56 |
+
"""
|
57 |
+
Convert the trait value to our chosen data type.
|
58 |
+
Since trait data is unavailable, we'll return None.
|
59 |
+
"""
|
60 |
+
return None
|
61 |
+
|
62 |
+
def convert_age(value: str) -> Optional[float]:
|
63 |
+
"""
|
64 |
+
Convert the age value to a continuous type.
|
65 |
+
Since age data is unavailable, we'll return None.
|
66 |
+
"""
|
67 |
+
return None
|
68 |
+
|
69 |
+
def convert_gender(value: str) -> Optional[int]:
|
70 |
+
"""
|
71 |
+
Convert the gender value to binary (female=0, male=1).
|
72 |
+
Since gender data is unavailable, we'll return None.
|
73 |
+
"""
|
74 |
+
return None
|
75 |
+
|
76 |
+
# 3) Conduct initial filtering and save metadata
|
77 |
+
is_trait_available = (trait_row is not None)
|
78 |
+
validate_and_save_cohort_info(
|
79 |
+
is_final=False,
|
80 |
+
cohort=cohort,
|
81 |
+
info_path=json_path,
|
82 |
+
is_gene_available=is_gene_available,
|
83 |
+
is_trait_available=is_trait_available
|
84 |
+
)
|
85 |
+
|
86 |
+
# 4) Since trait_row is None, we skip clinical feature extraction
|
87 |
+
# STEP3
|
88 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
89 |
+
gene_data = get_genetic_data(matrix_file)
|
90 |
+
|
91 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
92 |
+
print(gene_data.index[:20])
|
93 |
+
print("requires_gene_mapping = True")
|
94 |
+
# STEP5
|
95 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
96 |
+
gene_annotation = get_gene_annotation(soft_file)
|
97 |
+
|
98 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
99 |
+
print("Gene annotation preview:")
|
100 |
+
print(preview_df(gene_annotation))
|
101 |
+
# STEP: Gene Identifier Mapping
|
102 |
+
|
103 |
+
# 1. From the preview, the 'ID' column in gene_annotation matches the identifier type
|
104 |
+
# seen in gene_data, and the 'ORF' column stores the gene symbols.
|
105 |
+
|
106 |
+
# 2. Build the mapping dataframe, using 'ID' as the probe column and 'ORF' as the gene symbol column.
|
107 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='ORF')
|
108 |
+
|
109 |
+
# 3. Convert the probe-level data in 'gene_data' to gene-level data by applying the mapping.
|
110 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
111 |
+
|
112 |
+
# (Optional) Print some information about the resulting gene data
|
113 |
+
print("Mapped gene_data shape:", gene_data.shape)
|
114 |
+
print("First 10 genes after mapping:", gene_data.index[:10].tolist())
|
115 |
+
# STEP5
|
116 |
+
|
117 |
+
# 1) Normalize the gene symbols
|
118 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
119 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
120 |
+
|
121 |
+
# 2) Because we found no trait data (trait_row=None), there is no clinical dataframe to link.
|
122 |
+
# We skip linking clinical data and related steps.
|
123 |
+
|
124 |
+
# 3) We also skip handling missing trait/covariate values, since no trait is present.
|
125 |
+
|
126 |
+
# 4) We skip bias checking on the trait for the same reason (no trait).
|
127 |
+
|
128 |
+
# 5) Perform final quality validation and save metadata.
|
129 |
+
# Although we have gene data, the trait is unavailable, so this dataset is not usable for trait-gene association.
|
130 |
+
is_usable = validate_and_save_cohort_info(
|
131 |
+
is_final=True,
|
132 |
+
cohort=cohort,
|
133 |
+
info_path=json_path,
|
134 |
+
is_gene_available=True,
|
135 |
+
is_trait_available=False, # No trait data
|
136 |
+
is_biased=False, # Arbitrarily False; lack of trait data makes is_usable=False anyway
|
137 |
+
df=normalized_gene_data,
|
138 |
+
note="No trait data available for cohort GSE200904; gene data alone cannot support association analysis."
|
139 |
+
)
|
140 |
+
|
141 |
+
# 6) Since the dataset is not usable (no trait), we do not save a final linked data file.
|
142 |
+
if is_usable:
|
143 |
+
# This block won't run because is_usable is False.
|
144 |
+
linked_data_final.to_csv(out_data_file)
|
p1/preprocess/Melanoma/code/GSE157738.py
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE157738"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE157738"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE157738.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE157738.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE157738.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 |
+
# From the background info, data is from "Affymetrix Human Gene 2.0 ST Array," indicating gene expression data is present.
|
48 |
+
is_gene_available = True
|
49 |
+
|
50 |
+
# 2. Check availability for 'trait' (Melanoma), 'age', and 'gender'
|
51 |
+
# According to the sample characteristics, 'patient diagnosis: melanoma' is the same for all patients => no variation.
|
52 |
+
# There's no information for age or gender. Therefore, we set them to None.
|
53 |
+
trait_row = None
|
54 |
+
age_row = None
|
55 |
+
gender_row = None
|
56 |
+
|
57 |
+
# 2.2 Define conversion functions.
|
58 |
+
def convert_trait(value: str) -> int:
|
59 |
+
"""
|
60 |
+
For demonstration, returns None because trait data row is not available in this dataset.
|
61 |
+
"""
|
62 |
+
return None
|
63 |
+
|
64 |
+
def convert_age(value: str) -> float:
|
65 |
+
"""
|
66 |
+
Returns None because age info is not available in this dataset.
|
67 |
+
"""
|
68 |
+
return None
|
69 |
+
|
70 |
+
def convert_gender(value: str) -> int:
|
71 |
+
"""
|
72 |
+
Returns None because gender info is not available in this dataset.
|
73 |
+
"""
|
74 |
+
return None
|
75 |
+
|
76 |
+
# 3. Save metadata (initial filtering)
|
77 |
+
# Trait availability is False because trait_row = None.
|
78 |
+
is_trait_available = (trait_row is not None)
|
79 |
+
|
80 |
+
is_usable = validate_and_save_cohort_info(
|
81 |
+
is_final=False,
|
82 |
+
cohort=cohort,
|
83 |
+
info_path=json_path,
|
84 |
+
is_gene_available=is_gene_available,
|
85 |
+
is_trait_available=is_trait_available
|
86 |
+
)
|
87 |
+
|
88 |
+
# 4. Clinical Feature Extraction
|
89 |
+
# Since trait_row is None, we do not extract or save clinical data.
|
90 |
+
# STEP3
|
91 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
92 |
+
gene_data = get_genetic_data(matrix_file)
|
93 |
+
|
94 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
95 |
+
print(gene_data.index[:20])
|
96 |
+
# According to the provided indices (e.g., '16650001', '16650003', etc.), they do not look like standard human gene symbols.
|
97 |
+
# They appear to be probe/array IDs that would require mapping to gene symbols.
|
98 |
+
print("requires_gene_mapping = True")
|
99 |
+
# STEP5
|
100 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
101 |
+
gene_annotation = get_gene_annotation(soft_file)
|
102 |
+
|
103 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
104 |
+
print("Gene annotation preview:")
|
105 |
+
print(preview_df(gene_annotation))
|
106 |
+
# STEP 6: Gene Identifier Mapping (Corrected)
|
107 |
+
|
108 |
+
# Explanation:
|
109 |
+
# We attempted to map probes to gene symbols using the annotation dataframe, but there is no overlap
|
110 |
+
# between the row IDs in 'gene_data' and the 'ID' column in 'gene_annotation'. Consequently, the mapped
|
111 |
+
# DataFrame ended up empty. Per the reviewer's suggestion, we will detect this mismatch and, if no
|
112 |
+
# overlap is found, we will keep the original probe-level expression data in 'gene_data' (skipping the
|
113 |
+
# apply_gene_mapping step). This retains the numeric probe IDs as final identifiers.
|
114 |
+
|
115 |
+
common_ids = gene_data.index.intersection(gene_annotation['ID'].astype(str).unique())
|
116 |
+
if len(common_ids) == 0:
|
117 |
+
# No overlap found; use probe IDs as final identifiers
|
118 |
+
print("No overlap found between 'gene_data' row IDs and gene_annotation 'ID'.")
|
119 |
+
print("Retaining probe-level data as the final gene expression DataFrame.")
|
120 |
+
# Rename the index from "ID" to "Gene" for consistency
|
121 |
+
gene_data.index.rename("Gene", inplace=True)
|
122 |
+
else:
|
123 |
+
# If partial or full overlap is detected, proceed with actual mapping
|
124 |
+
mapping_df = get_gene_mapping(
|
125 |
+
annotation=gene_annotation,
|
126 |
+
prob_col='ID',
|
127 |
+
gene_col='GB_ACC'
|
128 |
+
)
|
129 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
130 |
+
print("Applied gene mapping. Mapped gene expression data shape:", gene_data.shape)
|
131 |
+
|
132 |
+
# Print a quick summary
|
133 |
+
print("Final gene_data shape:", gene_data.shape)
|
134 |
+
print("Final gene_data index name:", gene_data.index.name)
|
135 |
+
print("First 5 rows:")
|
136 |
+
print(gene_data.head(5))
|
137 |
+
# STEP5
|
138 |
+
|
139 |
+
# 1) Normalize the gene symbols
|
140 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
141 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
142 |
+
|
143 |
+
# 2) Because we found no trait data (trait_row=None), there is no clinical dataframe to link.
|
144 |
+
# We skip linking clinical data and related steps.
|
145 |
+
|
146 |
+
# 3) We also skip handling missing trait/covariate values, since no trait is present.
|
147 |
+
|
148 |
+
# 4) We skip bias checking on the trait for the same reason (no trait).
|
149 |
+
|
150 |
+
# 5) Perform final quality validation and save metadata.
|
151 |
+
# Although we have gene data, the trait is unavailable, so this dataset is not usable for trait-gene association.
|
152 |
+
is_usable = validate_and_save_cohort_info(
|
153 |
+
is_final=True,
|
154 |
+
cohort=cohort,
|
155 |
+
info_path=json_path,
|
156 |
+
is_gene_available=True,
|
157 |
+
is_trait_available=False, # No trait data
|
158 |
+
is_biased=False, # Arbitrarily False; lack of trait data makes is_usable=False anyway
|
159 |
+
df=normalized_gene_data,
|
160 |
+
note="No trait data available for cohort GSE200904; gene data alone cannot support association analysis."
|
161 |
+
)
|
162 |
+
|
163 |
+
# 6) Since the dataset is not usable (no trait), we do not save a final linked data file.
|
164 |
+
if is_usable:
|
165 |
+
# This block won't run because is_usable is False.
|
166 |
+
linked_data_final.to_csv(out_data_file)
|
p1/preprocess/Melanoma/code/GSE189631.py
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE189631"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE189631"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE189631.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE189631.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE189631.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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)
|
p1/preprocess/Melanoma/code/GSE200904.py
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE200904"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE200904"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE200904.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE200904.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE200904.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 # This dataset measures gene expression (73 endogenous genes).
|
38 |
+
|
39 |
+
# 2. Variable Availability
|
40 |
+
trait_row = None # No column providing melanoma vs. other states in the sample characteristics.
|
41 |
+
age_row = None # No age-related information detected.
|
42 |
+
gender_row = None # No gender-related information detected.
|
43 |
+
|
44 |
+
# 2.2 Data Type Conversion
|
45 |
+
|
46 |
+
def convert_trait(value: str):
|
47 |
+
# Since trait data is unavailable, return None
|
48 |
+
return None
|
49 |
+
|
50 |
+
def convert_age(value: str):
|
51 |
+
# Since age data is unavailable, return None
|
52 |
+
return None
|
53 |
+
|
54 |
+
def convert_gender(value: str):
|
55 |
+
# Since gender data is unavailable, return None
|
56 |
+
return None
|
57 |
+
|
58 |
+
# 3. Initial Filtering and Metadata Saving
|
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 (Skipped because 'trait_row' is None)
|
68 |
+
# STEP3
|
69 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
70 |
+
gene_data = get_genetic_data(matrix_file)
|
71 |
+
|
72 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
73 |
+
print(gene_data.index[:20])
|
74 |
+
# Based on the gene identifiers observed, they are standard human gene symbols.
|
75 |
+
# Therefore, gene mapping is not required.
|
76 |
+
print("requires_gene_mapping = False")
|
77 |
+
# STEP5
|
78 |
+
|
79 |
+
# 1) Normalize the gene symbols
|
80 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
81 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
82 |
+
|
83 |
+
# 2) Because we found no trait data (trait_row=None), there is no clinical dataframe to link.
|
84 |
+
# We skip linking clinical data and related steps.
|
85 |
+
|
86 |
+
# 3) We also skip handling missing trait/covariate values, since no trait is present.
|
87 |
+
|
88 |
+
# 4) We skip bias checking on the trait for the same reason (no trait).
|
89 |
+
|
90 |
+
# 5) Perform final quality validation and save metadata.
|
91 |
+
# Although we have gene data, the trait is unavailable, so this dataset is not usable for trait-gene association.
|
92 |
+
is_usable = validate_and_save_cohort_info(
|
93 |
+
is_final=True,
|
94 |
+
cohort=cohort,
|
95 |
+
info_path=json_path,
|
96 |
+
is_gene_available=True,
|
97 |
+
is_trait_available=False, # No trait data
|
98 |
+
is_biased=False, # Arbitrarily False; lack of trait data makes is_usable=False anyway
|
99 |
+
df=normalized_gene_data,
|
100 |
+
note="No trait data available for cohort GSE200904; gene data alone cannot support association analysis."
|
101 |
+
)
|
102 |
+
|
103 |
+
# 6) Since the dataset is not usable (no trait), we do not save a final linked data file.
|
104 |
+
if is_usable:
|
105 |
+
# This block won't run because is_usable is False.
|
106 |
+
linked_data_final.to_csv(out_data_file)
|
p1/preprocess/Melanoma/code/GSE202806.py
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE202806"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE202806"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE202806.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE202806.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE202806.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 # Based on the "RNA analysis of 770 genes" description
|
38 |
+
|
39 |
+
# 2) Variable Availability and Data Type Conversion
|
40 |
+
# From the sample characteristics:
|
41 |
+
# 0: ['tissue: Melanoma'] -> single value, no variation -> treat as not available
|
42 |
+
# 1: ['nf1 status: WT', 'nf1 status: MUT'] -> not the trait "Melanoma", nor age/gender
|
43 |
+
trait_row = None # Entire dataset is Melanoma; no variation for trait
|
44 |
+
age_row = None # No age data found
|
45 |
+
gender_row = None # No gender data found
|
46 |
+
|
47 |
+
def convert_trait(value: str) -> Optional[int]:
|
48 |
+
# This function won't be used because trait_row is None;
|
49 |
+
# but we define it as required by the instructions.
|
50 |
+
return None
|
51 |
+
|
52 |
+
def convert_age(value: str) -> Optional[float]:
|
53 |
+
# This function won't be used because age_row is None;
|
54 |
+
# but we define it as required by the instructions.
|
55 |
+
return None
|
56 |
+
|
57 |
+
def convert_gender(value: str) -> Optional[int]:
|
58 |
+
# This function won't be used because gender_row is None;
|
59 |
+
# but we define it as required by the instructions.
|
60 |
+
return None
|
61 |
+
|
62 |
+
# 3) Save Metadata (initial filtering)
|
63 |
+
# Trait data is unavailable: is_trait_available=False
|
64 |
+
is_usable = validate_and_save_cohort_info(
|
65 |
+
is_final=False,
|
66 |
+
cohort=cohort,
|
67 |
+
info_path=json_path,
|
68 |
+
is_gene_available=is_gene_available,
|
69 |
+
is_trait_available=False
|
70 |
+
)
|
71 |
+
|
72 |
+
# 4) Clinical Feature Extraction
|
73 |
+
# Skip because trait_row is None
|
74 |
+
# STEP3
|
75 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
76 |
+
gene_data = get_genetic_data(matrix_file)
|
77 |
+
|
78 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
79 |
+
print(gene_data.index[:20])
|
80 |
+
print("The listed identifiers match known human gene symbols.\nrequires_gene_mapping = False")
|
81 |
+
# STEP5
|
82 |
+
|
83 |
+
# 1) Normalize the gene symbols
|
84 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
85 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
86 |
+
|
87 |
+
# 2) Because we found no trait data (trait_row=None), there is no clinical dataframe to link.
|
88 |
+
# We skip linking clinical data and related steps.
|
89 |
+
|
90 |
+
# 3) We also skip handling missing trait/covariate values, since no trait is present.
|
91 |
+
|
92 |
+
# 4) We skip bias checking on the trait for the same reason (no trait).
|
93 |
+
|
94 |
+
# 5) Perform final quality validation and save metadata.
|
95 |
+
# Although we have gene data, the trait is unavailable, so this dataset is not usable for trait-gene association.
|
96 |
+
is_usable = validate_and_save_cohort_info(
|
97 |
+
is_final=True,
|
98 |
+
cohort=cohort,
|
99 |
+
info_path=json_path,
|
100 |
+
is_gene_available=True,
|
101 |
+
is_trait_available=False, # No trait data
|
102 |
+
is_biased=False, # Arbitrarily False; lack of trait data makes is_usable=False anyway
|
103 |
+
df=normalized_gene_data,
|
104 |
+
note="No trait data available for cohort GSE202806; gene data alone cannot support association analysis."
|
105 |
+
)
|
106 |
+
|
107 |
+
# 6) Since the dataset is not usable (no trait), we do not save a final linked data file.
|
108 |
+
if is_usable:
|
109 |
+
# This block won't run because is_usable is False.
|
110 |
+
linked_data_final.to_csv(out_data_file)
|
p1/preprocess/Melanoma/code/GSE215868.py
ADDED
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE215868"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE215868"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE215868.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE215868.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE215868.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 |
+
# Step 1: Determine gene expression data availability
|
37 |
+
is_gene_available = True # Based on "Baseline gene expression profiling..." in the background
|
38 |
+
|
39 |
+
# Step 2.1: Determine data availability
|
40 |
+
# The entire dataset is advanced melanoma patients, so there's no variation for the "trait".
|
41 |
+
# Hence, trait_row is None.
|
42 |
+
trait_row = None
|
43 |
+
|
44 |
+
# Age information is found at key 0
|
45 |
+
age_row = 0
|
46 |
+
|
47 |
+
# No information about gender is found
|
48 |
+
gender_row = None
|
49 |
+
|
50 |
+
# Step 2.2: Define conversion functions
|
51 |
+
def convert_trait(x: str) -> int:
|
52 |
+
# Not used in this dataset since trait_row is None, but provided for completeness
|
53 |
+
# If it were used, parse the value after the colon and map to 0/1 or None for unknown
|
54 |
+
val = x.split(':')[-1].strip().lower()
|
55 |
+
# Example: if val == "melanoma": return 1
|
56 |
+
return None
|
57 |
+
|
58 |
+
def convert_age(x: str) -> float:
|
59 |
+
# Parse out the integer after "age:"
|
60 |
+
parts = x.split(':')
|
61 |
+
if len(parts) < 2:
|
62 |
+
return None
|
63 |
+
value = parts[1].strip()
|
64 |
+
if value.isdigit():
|
65 |
+
return float(value)
|
66 |
+
return None
|
67 |
+
|
68 |
+
def convert_gender(x: str) -> int:
|
69 |
+
# Not used (gender_row is None), but provided for completeness
|
70 |
+
val = x.split(':')[-1].strip().lower()
|
71 |
+
if val in ["male", "m"]:
|
72 |
+
return 1
|
73 |
+
elif val in ["female", "f"]:
|
74 |
+
return 0
|
75 |
+
return None
|
76 |
+
|
77 |
+
# Step 3: Save metadata with initial filtering
|
78 |
+
# trait_row is None => trait not available
|
79 |
+
is_trait_available = (trait_row is not None)
|
80 |
+
is_usable = validate_and_save_cohort_info(
|
81 |
+
is_final=False,
|
82 |
+
cohort=cohort,
|
83 |
+
info_path=json_path,
|
84 |
+
is_gene_available=is_gene_available,
|
85 |
+
is_trait_available=is_trait_available
|
86 |
+
)
|
87 |
+
|
88 |
+
# Step 4: Skip clinical feature extraction because trait_row is None
|
89 |
+
# (No code for geo_select_clinical_features is needed here since trait data is not available).
|
90 |
+
# STEP3
|
91 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
92 |
+
gene_data = get_genetic_data(matrix_file)
|
93 |
+
|
94 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
95 |
+
print(gene_data.index[:20])
|
96 |
+
# After observing the provided gene identifiers (A2M, ABCF1, ACVR1C, etc.), they match known official human gene symbols.
|
97 |
+
# Therefore, no additional gene symbol mapping is required.
|
98 |
+
|
99 |
+
print("requires_gene_mapping = False")
|
100 |
+
# STEP 5
|
101 |
+
|
102 |
+
# 1. Normalize the obtained gene expression data using the NCBI Gene synonym database
|
103 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
104 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
105 |
+
|
106 |
+
# The dataset lacks trait data (trait_row is None), so we cannot proceed with linking or final validation.
|
107 |
+
# Instead, we perform an initial-style validation to record the dataset as not usable for association analysis.
|
108 |
+
|
109 |
+
is_usable = validate_and_save_cohort_info(
|
110 |
+
is_final=False,
|
111 |
+
cohort=cohort,
|
112 |
+
info_path=json_path,
|
113 |
+
is_gene_available=True, # Gene data is indeed available
|
114 |
+
is_trait_available=False, # Trait is absent
|
115 |
+
note="Trait data is not available. Gene expression data alone is not enough for analysis."
|
116 |
+
)
|
117 |
+
|
118 |
+
# Since trait data is unavailable, we skip linking clinical data, missing value handling, or final validation.
|
119 |
+
# No further action is needed, as the dataset is determined unusable for trait-based studies.
|
p1/preprocess/Melanoma/code/GSE244984.py
ADDED
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE244984"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE244984"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE244984.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE244984.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE244984.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 # Based on background ("Molecular patterns ..."), we assume there's gene expression data.
|
38 |
+
|
39 |
+
# 2) Variable Availability and Data Type Conversion
|
40 |
+
|
41 |
+
# After checking the sample characteristics dictionary,
|
42 |
+
# we see only:
|
43 |
+
# 0 => ["patient: Pat..."]
|
44 |
+
# 1 => ["resistance: CTLA4res", "resistance: PD1res"]
|
45 |
+
# There's no mention of "Melanoma" (the trait), age, or gender.
|
46 |
+
# Also, the entire cohort is already known to be melanoma, so it's effectively a constant in this dataset.
|
47 |
+
# Therefore, these variables are considered "not available" for analysis.
|
48 |
+
trait_row = None
|
49 |
+
age_row = None
|
50 |
+
gender_row = None
|
51 |
+
|
52 |
+
# Define the conversion functions. Though we have no data rows for them,
|
53 |
+
# we must still define them to fulfill the instructions.
|
54 |
+
|
55 |
+
def convert_trait(x: str):
|
56 |
+
"""
|
57 |
+
Convert trait data to a desired format (if it existed).
|
58 |
+
Extract the substring after the colon, handle unknowns as None.
|
59 |
+
"""
|
60 |
+
parts = x.split(':')
|
61 |
+
if len(parts) < 2:
|
62 |
+
return None
|
63 |
+
val = parts[1].strip().lower()
|
64 |
+
# Hypothetical conversion if available
|
65 |
+
# But in this case, there's no trait data row anyway
|
66 |
+
return None # Because we don't have actual trait info
|
67 |
+
|
68 |
+
def convert_age(x: str):
|
69 |
+
"""
|
70 |
+
Convert age data to continuous numeric (if it existed).
|
71 |
+
Extract the substring after the colon, handle unknowns as None.
|
72 |
+
"""
|
73 |
+
parts = x.split(':')
|
74 |
+
if len(parts) < 2:
|
75 |
+
return None
|
76 |
+
val = parts[1].strip()
|
77 |
+
# We don't have an age row. Return None for demonstration.
|
78 |
+
return None
|
79 |
+
|
80 |
+
def convert_gender(x: str):
|
81 |
+
"""
|
82 |
+
Convert gender data to binary (0=female, 1=male) if it existed.
|
83 |
+
Extract the substring after the colon, handle unknowns as None.
|
84 |
+
"""
|
85 |
+
parts = x.split(':')
|
86 |
+
if len(parts) < 2:
|
87 |
+
return None
|
88 |
+
val = parts[1].strip().lower()
|
89 |
+
# We don't have a gender row. Return None for demonstration.
|
90 |
+
return None
|
91 |
+
|
92 |
+
# 3) Save Metadata with initial filtering
|
93 |
+
# Trait data availability is determined by whether trait_row is None.
|
94 |
+
is_trait_available = (trait_row is not None)
|
95 |
+
|
96 |
+
# Record dataset usability info
|
97 |
+
is_usable_initial = validate_and_save_cohort_info(
|
98 |
+
is_final=False,
|
99 |
+
cohort=cohort,
|
100 |
+
info_path=json_path,
|
101 |
+
is_gene_available=is_gene_available,
|
102 |
+
is_trait_available=is_trait_available
|
103 |
+
)
|
104 |
+
|
105 |
+
# 4) Clinical Feature Extraction
|
106 |
+
# Because trait_row is None, we skip feature extraction entirely.
|
107 |
+
# (No additional steps are needed.)
|
108 |
+
# STEP3
|
109 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
110 |
+
gene_data = get_genetic_data(matrix_file)
|
111 |
+
|
112 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
113 |
+
print(gene_data.index[:20])
|
114 |
+
# The observed identifiers are recognized human gene symbols.
|
115 |
+
print("requires_gene_mapping = False")
|
116 |
+
# STEP 5
|
117 |
+
|
118 |
+
# 1) Normalize the obtained gene data using the NCBI Gene synonym database
|
119 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
120 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
121 |
+
|
122 |
+
# 2) Check whether trait data is available (set in a previous step).
|
123 |
+
# If trait data is not available, we skip linking and subsequent steps
|
124 |
+
# because there's no clinical data to merge with gene data for association analysis.
|
125 |
+
if not is_trait_available:
|
126 |
+
# Provide a dummy DataFrame and a placeholder boolean (e.g., False for is_biased)
|
127 |
+
# to satisfy the function signature for final validation.
|
128 |
+
import pandas as pd
|
129 |
+
dummy_df = pd.DataFrame()
|
130 |
+
is_usable = validate_and_save_cohort_info(
|
131 |
+
is_final=True,
|
132 |
+
cohort=cohort,
|
133 |
+
info_path=json_path,
|
134 |
+
is_gene_available=True,
|
135 |
+
is_trait_available=False,
|
136 |
+
is_biased=False,
|
137 |
+
df=dummy_df,
|
138 |
+
note="Trait not available, skipping linking step."
|
139 |
+
)
|
140 |
+
else:
|
141 |
+
# If the trait is available, link clinical and genetic data
|
142 |
+
linked_data = geo_link_clinical_genetic_data(selected_clinical_df, normalized_gene_data)
|
143 |
+
|
144 |
+
# 3) Handle missing values using trait as the key
|
145 |
+
linked_data_processed = handle_missing_values(linked_data, trait_col=trait)
|
146 |
+
|
147 |
+
# 4) Assess bias and remove biased demographic features
|
148 |
+
trait_biased, linked_data_final = judge_and_remove_biased_features(linked_data_processed, trait)
|
149 |
+
|
150 |
+
# 5) Final validation and metadata saving
|
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=True,
|
157 |
+
is_biased=trait_biased,
|
158 |
+
df=linked_data_final,
|
159 |
+
note="Dataset processed with GEO pipeline. Checked for missing values and bias."
|
160 |
+
)
|
161 |
+
|
162 |
+
# 6) Save final linked data if usable
|
163 |
+
if is_usable:
|
164 |
+
linked_data_final.to_csv(out_data_file)
|
p1/preprocess/Melanoma/code/GSE261347.py
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
cohort = "GSE261347"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Melanoma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Melanoma/GSE261347"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Melanoma/GSE261347.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/GSE261347.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/GSE261347.csv"
|
16 |
+
json_path = "./output/preprocess/1/Melanoma/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 gene expression availability
|
37 |
+
is_gene_available = True # The dataset contains transcriptomic profiling data.
|
38 |
+
|
39 |
+
# 2. Identify data availability and define conversion functions
|
40 |
+
# No trait/age/gender keys found; set their row to None.
|
41 |
+
trait_row = None
|
42 |
+
age_row = None
|
43 |
+
gender_row = None
|
44 |
+
|
45 |
+
# Define data type conversion functions.
|
46 |
+
# Even though data is not available, we still provide these for code completeness.
|
47 |
+
|
48 |
+
def convert_trait(value: str):
|
49 |
+
# Example parse: get substring after colon
|
50 |
+
val = value.split(':')[-1].strip().lower()
|
51 |
+
# If data were available, map recognized trait values to 1, else None
|
52 |
+
if "melanoma" in val:
|
53 |
+
return 1
|
54 |
+
return None
|
55 |
+
|
56 |
+
def convert_age(value: str):
|
57 |
+
# Example parse: get substring after colon
|
58 |
+
val = value.split(':')[-1].strip().lower()
|
59 |
+
# Convert to float if possible, else None
|
60 |
+
try:
|
61 |
+
return float(val)
|
62 |
+
except ValueError:
|
63 |
+
return None
|
64 |
+
|
65 |
+
def convert_gender(value: str):
|
66 |
+
# Example parse: get substring after colon
|
67 |
+
val = value.split(':')[-1].strip().lower()
|
68 |
+
if val in ["male", "m"]:
|
69 |
+
return 1
|
70 |
+
elif val in ["female", "f"]:
|
71 |
+
return 0
|
72 |
+
return None
|
73 |
+
|
74 |
+
# 3. Perform initial filtering and save metadata
|
75 |
+
# Trait availability is false because trait_row is None.
|
76 |
+
is_trait_available = (trait_row is not None)
|
77 |
+
|
78 |
+
validate_and_save_cohort_info(
|
79 |
+
is_final=False,
|
80 |
+
cohort=cohort,
|
81 |
+
info_path=json_path,
|
82 |
+
is_gene_available=is_gene_available,
|
83 |
+
is_trait_available=is_trait_available
|
84 |
+
)
|
85 |
+
|
86 |
+
# 4. Clinical feature extraction
|
87 |
+
# Skip because trait_row is None (trait not available).
|
88 |
+
# STEP3
|
89 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
90 |
+
gene_data = get_genetic_data(matrix_file)
|
91 |
+
|
92 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
93 |
+
print(gene_data.index[:20])
|
94 |
+
# After reviewing the gene identifiers, they appear to be standard human gene symbols.
|
95 |
+
print("requires_gene_mapping = False")
|
96 |
+
# STEP5
|
97 |
+
# Since trait data is not available, we cannot perform a final validation (is_final=True) because
|
98 |
+
# 'df' and 'is_biased' are required. Instead, we will perform a partial validation (is_final=False)
|
99 |
+
# to record that the dataset lacks trait data.
|
100 |
+
|
101 |
+
# 1. Normalize the obtained gene data using the NCBI Gene synonym database.
|
102 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
103 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
104 |
+
|
105 |
+
# 2. Perform partial validation and save metadata that trait data is not available.
|
106 |
+
validate_and_save_cohort_info(
|
107 |
+
is_final=False,
|
108 |
+
cohort=cohort,
|
109 |
+
info_path=json_path,
|
110 |
+
is_gene_available=True, # We do have transcriptomic data
|
111 |
+
is_trait_available=False # Trait data remains unavailable
|
112 |
+
)
|
113 |
+
|
114 |
+
# 3. Since trait data is not available, we cannot link or bias-check, so we stop here.
|
p1/preprocess/Melanoma/code/TCGA.py
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Melanoma"
|
6 |
+
|
7 |
+
# Input paths
|
8 |
+
tcga_root_dir = "../DATA/TCGA"
|
9 |
+
|
10 |
+
# Output paths
|
11 |
+
out_data_file = "./output/preprocess/1/Melanoma/TCGA.csv"
|
12 |
+
out_gene_data_file = "./output/preprocess/1/Melanoma/gene_data/TCGA.csv"
|
13 |
+
out_clinical_data_file = "./output/preprocess/1/Melanoma/clinical_data/TCGA.csv"
|
14 |
+
json_path = "./output/preprocess/1/Melanoma/cohort_info.json"
|
15 |
+
|
16 |
+
import os
|
17 |
+
import pandas as pd
|
18 |
+
|
19 |
+
# Step 1: Search directories in tcga_root_dir for "most specific" matches to "Melanoma".
|
20 |
+
# We define a simple priority-based approach: "skcm" is highest priority, then "melanoma", then "skin".
|
21 |
+
search_terms_priority = {
|
22 |
+
"skcm": 0,
|
23 |
+
"melanoma": 1,
|
24 |
+
"skin": 2
|
25 |
+
}
|
26 |
+
|
27 |
+
dir_list = os.listdir(tcga_root_dir)
|
28 |
+
best_dir = None
|
29 |
+
best_rank = None
|
30 |
+
|
31 |
+
for d in dir_list:
|
32 |
+
d_lower = d.lower()
|
33 |
+
# Determine if this directory name contains any search term
|
34 |
+
matched_terms = [term for term in search_terms_priority if term in d_lower]
|
35 |
+
if matched_terms:
|
36 |
+
# Pick the highest priority (lowest numerical value)
|
37 |
+
rank = min(search_terms_priority[t] for t in matched_terms)
|
38 |
+
if best_rank is None or rank < best_rank:
|
39 |
+
best_rank = rank
|
40 |
+
best_dir = d
|
41 |
+
|
42 |
+
if best_dir is None:
|
43 |
+
# No matching directory found. Mark the dataset as skipped.
|
44 |
+
validate_and_save_cohort_info(
|
45 |
+
is_final=False,
|
46 |
+
cohort="TCGA",
|
47 |
+
info_path=json_path,
|
48 |
+
is_gene_available=False,
|
49 |
+
is_trait_available=False
|
50 |
+
)
|
51 |
+
else:
|
52 |
+
# 2. Identify the clinicalMatrix and PANCAN files
|
53 |
+
cohort_dir = os.path.join(tcga_root_dir, best_dir)
|
54 |
+
clinical_file_path, genetic_file_path = tcga_get_relevant_filepaths(cohort_dir)
|
55 |
+
|
56 |
+
# 3. Load both data files
|
57 |
+
clinical_df = pd.read_csv(clinical_file_path, index_col=0, sep='\t')
|
58 |
+
genetic_df = pd.read_csv(genetic_file_path, index_col=0, sep='\t')
|
59 |
+
|
60 |
+
# 4. Print the column names of the clinical data
|
61 |
+
print("Clinical Data Columns:")
|
62 |
+
print(clinical_df.columns.tolist())
|
63 |
+
candidate_age_cols = ["age_at_initial_pathologic_diagnosis", "days_to_birth"]
|
64 |
+
candidate_gender_cols = ["gender"]
|
65 |
+
|
66 |
+
extracted_columns = candidate_age_cols + candidate_gender_cols
|
67 |
+
extracted_data = clinical_df[extracted_columns]
|
68 |
+
print("candidate_age_cols =", candidate_age_cols)
|
69 |
+
print("candidate_gender_cols =", candidate_gender_cols)
|
70 |
+
print(preview_df(extracted_data, n=5))
|
71 |
+
age_col = "age_at_initial_pathologic_diagnosis"
|
72 |
+
gender_col = "gender"
|
73 |
+
|
74 |
+
print("The selected age_col is:", age_col)
|
75 |
+
print("The selected gender_col is:", gender_col)
|
76 |
+
# 1) Extract and standardize clinical features (trait, age, gender) from the TCGA data
|
77 |
+
selected_clinical_df = tcga_select_clinical_features(
|
78 |
+
clinical_df=clinical_df,
|
79 |
+
trait=trait,
|
80 |
+
age_col=age_col,
|
81 |
+
gender_col=gender_col
|
82 |
+
)
|
83 |
+
|
84 |
+
# 2) Normalize gene symbols in the gene expression data
|
85 |
+
genetic_df_normalized = normalize_gene_symbols_in_index(genetic_df)
|
86 |
+
genetic_df_normalized.to_csv(out_gene_data_file)
|
87 |
+
|
88 |
+
# 3) Link clinical and genetic data on sample IDs
|
89 |
+
gene_expr_t = genetic_df_normalized.T
|
90 |
+
linked_data = selected_clinical_df.join(gene_expr_t, how='inner')
|
91 |
+
|
92 |
+
# 4) Handle missing values in the linked data
|
93 |
+
linked_data = handle_missing_values(linked_data, trait)
|
94 |
+
|
95 |
+
# 5) Determine whether the trait and some demographic features are severely biased
|
96 |
+
trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
|
97 |
+
|
98 |
+
# 6) Validate and save cohort information
|
99 |
+
is_usable = validate_and_save_cohort_info(
|
100 |
+
is_final=True,
|
101 |
+
cohort="TCGA",
|
102 |
+
info_path=json_path,
|
103 |
+
is_gene_available=True,
|
104 |
+
is_trait_available=True,
|
105 |
+
is_biased=trait_biased,
|
106 |
+
df=linked_data,
|
107 |
+
note="Prostate Cancer data from TCGA."
|
108 |
+
)
|
109 |
+
|
110 |
+
# 7) If usable, save the final linked data, including clinical and genetic features
|
111 |
+
if is_usable:
|
112 |
+
linked_data.to_csv(out_data_file)
|
113 |
+
# Save clinical subset if present
|
114 |
+
clinical_cols = [col for col in [trait, "Age", "Gender"] if col in linked_data.columns]
|
115 |
+
if clinical_cols:
|
116 |
+
linked_data[clinical_cols].to_csv(out_clinical_data_file)
|
p1/preprocess/Melanoma/gene_data/GSE148319.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5c3b4180c7aa66e8d770c8ee26682757cbfbf074099dab8eb980a72b0c013cf
|
3 |
+
size 22245412
|
p1/preprocess/Melanoma/gene_data/GSE148949.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b3b053d323f55d881c67cded230cd46ecbed8115f2109c1f264fd33992ccfe8
|
3 |
+
size 12311824
|
p1/preprocess/Melanoma/gene_data/GSE157738.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Gene,GSM4774159,GSM4774160,GSM4774161,GSM4774162,GSM4774163,GSM4774164,GSM4774165,GSM4774166,GSM4774167,GSM4774168,GSM4774169,GSM4774170,GSM4774171,GSM4774172,GSM4774173,GSM4774174,GSM4774175,GSM4774176,GSM4774177,GSM4774178,GSM4774179,GSM4774180,GSM4774181,GSM4774182,GSM4774183,GSM4774184,GSM4774185,GSM4774186,GSM4774187,GSM4774188,GSM4774189,GSM4774190,GSM4774191,GSM4774192,GSM4774193,GSM4774194,GSM4774195,GSM4774196,GSM4774197,GSM4774198,GSM4774199,GSM4774200,GSM4774201,GSM4774202,GSM4774203,GSM4774204,GSM4774205,GSM4774206,GSM4774207,GSM4774208,GSM4774209,GSM4774210,GSM4774211,GSM4774212,GSM4774213,GSM4774214,GSM4774215,GSM4774216,GSM4774217,GSM4774218,GSM4774219,GSM4774220,GSM4774221,GSM4774222,GSM4774223,GSM4774224,GSM4774225,GSM4774226,GSM4774227,GSM4774228,GSM4774229,GSM4774230,GSM4774231,GSM4774232,GSM4774233,GSM4774234,GSM4774235,GSM4774236,GSM4774237,GSM4774238,GSM4774239,GSM4774240,GSM4774241,GSM4774242,GSM4774243,GSM4774244,GSM4774245,GSM4774246,GSM4774247,GSM4774248,GSM4774249,GSM4774250,GSM4774251,GSM4774252,GSM4774253,GSM4774254,GSM4774255,GSM4774256,GSM4774257,GSM4774258,GSM4774259,GSM4774260
|
p1/preprocess/Melanoma/gene_data/GSE200904.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Melanoma/gene_data/GSE202806.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Melanoma/gene_data/GSE215868.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Melanoma/gene_data/GSE244984.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Melanoma/gene_data/GSE261347.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Mesothelioma/GSE117668.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
p1/preprocess/Mesothelioma/GSE131027.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7659e64bd1103c592989d1ed85a3a4d7572b21858a9af9f763ecc9b452823261
|
3 |
+
size 24380316
|
p1/preprocess/Mesothelioma/clinical_data/GSE107754.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
GSM2878070,GSM2878071,GSM2878072,GSM2878073,GSM2878074,GSM2878075,GSM2878076,GSM2878077,GSM2878078,GSM2878079,GSM2878080,GSM2878081,GSM2878082,GSM2891194,GSM2891195,GSM2891196,GSM2891197,GSM2891198,GSM2891199,GSM2891200,GSM2891201,GSM2891202,GSM2891203,GSM2891204,GSM2891205,GSM2891206,GSM2891207,GSM2891208,GSM2891209,GSM2891210,GSM2891211,GSM2891212,GSM2891213,GSM2891214,GSM2891215,GSM2891216,GSM2891217,GSM2891218,GSM2891219,GSM2891220,GSM2891221,GSM2891222,GSM2891223,GSM2891224,GSM2891225,GSM2891226,GSM2891227,GSM2891228,GSM2891229,GSM2891230,GSM2891231,GSM2891232,GSM2891233,GSM2891234,GSM2891235,GSM2891236,GSM2891237,GSM2891238,GSM2891239,GSM2891240,GSM2891241,GSM2891242,GSM2891243,GSM2891244,GSM2891245,GSM2891246,GSM2891247,GSM2891248,GSM2891249,GSM2891250,GSM2891251,GSM2891252,GSM2891253,GSM2891254,GSM2891255,GSM2891256,GSM2891257,GSM2891258,GSM2891259,GSM2891260,GSM2891261,GSM2891262,GSM2891263,GSM2891264
|
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,0.0,0.0,0.0,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
|
3 |
+
1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0
|
p1/preprocess/Mesothelioma/clinical_data/GSE112154.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
GSM3058890,GSM3058891,GSM3058892,GSM3058893,GSM3058894,GSM3058895,GSM3058896,GSM3058897,GSM3058898,GSM3058899,GSM3058900,GSM3058901,GSM3058902,GSM3058903,GSM3058904,GSM3058905,GSM3058906,GSM3058907,GSM3058908,GSM3058909,GSM3058910,GSM3058911,GSM3058912,GSM3058913,GSM3058914,GSM3058915,GSM3058916,GSM3058917,GSM3058918,GSM3058919,GSM3058920,GSM3058921,GSM3058922,GSM3058923,GSM3058924,GSM3058925,GSM3058926,GSM3058927,GSM3058928,GSM3058929,GSM3058930,GSM3058931,GSM3058932,GSM3058933,GSM3058934,GSM3058935,GSM3058936,GSM3058937,GSM3058938,GSM3058939
|
2 |
+
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
|
p1/preprocess/Mesothelioma/clinical_data/GSE117668.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
,GSM3305861,GSM3305862,GSM3305863,GSM3305864,GSM3305865,GSM3305866,GSM3305867,GSM3305868,GSM3305869,GSM3305870,GSM3305871,GSM3305872,GSM3305873,GSM3305874,GSM3305875,GSM3305876,GSM3305877,GSM3305878,GSM3305879,GSM3305880,GSM3305881,GSM3305882,GSM3305883,GSM3305884,GSM3305885,GSM3305886,GSM3305887,GSM3305888,GSM3305889,GSM3305890,GSM3305891,GSM3305892,GSM3305893,GSM3305894,GSM3305895,GSM3305896,GSM3305897,GSM3305898,GSM3305899,GSM3305900,GSM3305901,GSM3305902,GSM3305903,GSM3305904,GSM3305905,GSM3305906,GSM3305907,GSM3305908
|
2 |
+
Mesothelioma,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
p1/preprocess/Mesothelioma/clinical_data/GSE131027.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
,GSM3759992,GSM3759993,GSM3759994,GSM3759995,GSM3759996,GSM3759997,GSM3759998,GSM3759999,GSM3760000,GSM3760001,GSM3760002,GSM3760003,GSM3760004,GSM3760005,GSM3760006,GSM3760007,GSM3760008,GSM3760009,GSM3760010,GSM3760011,GSM3760012,GSM3760013,GSM3760014,GSM3760015,GSM3760016,GSM3760017,GSM3760018,GSM3760019,GSM3760020,GSM3760021,GSM3760022,GSM3760023,GSM3760024,GSM3760025,GSM3760026,GSM3760027,GSM3760028,GSM3760029,GSM3760030,GSM3760031,GSM3760032,GSM3760033,GSM3760034,GSM3760035,GSM3760036,GSM3760037,GSM3760038,GSM3760039,GSM3760040,GSM3760041,GSM3760042,GSM3760043,GSM3760044,GSM3760045,GSM3760046,GSM3760047,GSM3760048,GSM3760049,GSM3760050,GSM3760051,GSM3760052,GSM3760053,GSM3760054,GSM3760055,GSM3760056,GSM3760057,GSM3760058,GSM3760059,GSM3760060,GSM3760061,GSM3760062,GSM3760063,GSM3760064,GSM3760065,GSM3760066,GSM3760067,GSM3760068,GSM3760069,GSM3760070,GSM3760071,GSM3760072,GSM3760073,GSM3760074,GSM3760075,GSM3760076,GSM3760077,GSM3760078,GSM3760079,GSM3760080,GSM3760081,GSM3760082,GSM3760083
|
2 |
+
Mesothelioma,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,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
|
p1/preprocess/Mesothelioma/clinical_data/GSE68950.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
,GSM1687570,GSM1687571,GSM1687572,GSM1687573,GSM1687574,GSM1687575,GSM1687576,GSM1687577,GSM1687578,GSM1687579,GSM1687580,GSM1687581,GSM1687582,GSM1687583,GSM1687584,GSM1687585,GSM1687586,GSM1687587,GSM1687588,GSM1687589,GSM1687590,GSM1687591,GSM1687592,GSM1687593,GSM1687594,GSM1687595,GSM1687596,GSM1687597,GSM1687598,GSM1687599,GSM1687600,GSM1687601,GSM1687602,GSM1687603,GSM1687604,GSM1687605,GSM1687606,GSM1687607,GSM1687608,GSM1687609,GSM1687610,GSM1687611,GSM1687612,GSM1687613,GSM1687614,GSM1687615,GSM1687616,GSM1687617,GSM1687618,GSM1687619,GSM1687620,GSM1687621,GSM1687622,GSM1687623,GSM1687624,GSM1687625,GSM1687626,GSM1687627,GSM1687628,GSM1687629,GSM1687630,GSM1687631,GSM1687632,GSM1687633,GSM1687634,GSM1687635,GSM1687636,GSM1687637,GSM1687638,GSM1687639,GSM1687640,GSM1687641,GSM1687642,GSM1687643,GSM1687644,GSM1687645,GSM1687646,GSM1687647,GSM1687648,GSM1687649,GSM1687650,GSM1687651,GSM1687652,GSM1687653,GSM1687654,GSM1687655,GSM1687656,GSM1687657,GSM1687658,GSM1687659,GSM1687660,GSM1687661,GSM1687662,GSM1687663,GSM1687664,GSM1687665,GSM1687666,GSM1687667,GSM1687668,GSM1687669,GSM1687670,GSM1687671,GSM1687672,GSM1687673,GSM1687674,GSM1687675,GSM1687676,GSM1687677,GSM1687678,GSM1687679,GSM1687680,GSM1687681,GSM1687682,GSM1687683,GSM1687684,GSM1687685,GSM1687686,GSM1687687,GSM1687688,GSM1687689,GSM1687690,GSM1687691,GSM1687692,GSM1687693,GSM1687694,GSM1687695,GSM1687696,GSM1687697,GSM1687698,GSM1687699,GSM1687700,GSM1687701,GSM1687702,GSM1687703,GSM1687704,GSM1687705,GSM1687706,GSM1687707,GSM1687708,GSM1687709,GSM1687710,GSM1687711,GSM1687712,GSM1687713,GSM1687714,GSM1687715,GSM1687716,GSM1687717,GSM1687718,GSM1687719,GSM1687720,GSM1687721,GSM1687722,GSM1687723,GSM1687724,GSM1687725,GSM1687726,GSM1687727,GSM1687728,GSM1687729,GSM1687730,GSM1687731,GSM1687732,GSM1687733,GSM1687734,GSM1687735,GSM1687736,GSM1687737,GSM1687738,GSM1687739,GSM1687740,GSM1687741,GSM1687742,GSM1687743,GSM1687744,GSM1687745,GSM1687746,GSM1687747,GSM1687748,GSM1687749,GSM1687750,GSM1687751,GSM1687752,GSM1687753,GSM1687754,GSM1687755,GSM1687756,GSM1687757,GSM1687758,GSM1687759,GSM1687760,GSM1687761,GSM1687762,GSM1687763,GSM1687764,GSM1687765,GSM1687766,GSM1687767,GSM1687768,GSM1687769,GSM1687770,GSM1687771,GSM1687772,GSM1687773,GSM1687774,GSM1687775,GSM1687776,GSM1687777,GSM1687778,GSM1687779,GSM1687780,GSM1687781,GSM1687782,GSM1687783,GSM1687784,GSM1687785,GSM1687786,GSM1687787,GSM1687788,GSM1687789,GSM1687790,GSM1687791,GSM1687792,GSM1687793,GSM1687794,GSM1687795,GSM1687796,GSM1687797,GSM1687798,GSM1687799,GSM1687800,GSM1687801,GSM1687802,GSM1687803,GSM1687804,GSM1687805,GSM1687806,GSM1687807,GSM1687808,GSM1687809,GSM1687810,GSM1687811,GSM1687812,GSM1687813,GSM1687814,GSM1687815,GSM1687816,GSM1687817,GSM1687818,GSM1687819,GSM1687820,GSM1687821,GSM1687822,GSM1687823,GSM1687824,GSM1687825,GSM1687826,GSM1687827,GSM1687828,GSM1687829,GSM1687830,GSM1687831,GSM1687832,GSM1687833,GSM1687834,GSM1687835,GSM1687836,GSM1687837,GSM1687838,GSM1687839,GSM1687840,GSM1687841,GSM1687842,GSM1687843,GSM1687844,GSM1687845,GSM1687846,GSM1687847,GSM1687848,GSM1687849,GSM1687850,GSM1687851,GSM1687852,GSM1687853,GSM1687854,GSM1687855,GSM1687856,GSM1687857,GSM1687858,GSM1687859,GSM1687860,GSM1687861,GSM1687862,GSM1687863,GSM1687864,GSM1687865,GSM1687866,GSM1687867,GSM1687868,GSM1687869,GSM1687870,GSM1687871,GSM1687872,GSM1687873,GSM1687874,GSM1687875,GSM1687876,GSM1687877,GSM1687878,GSM1687879,GSM1687880,GSM1687881,GSM1687882,GSM1687883,GSM1687884,GSM1687885,GSM1687886,GSM1687887,GSM1687888,GSM1687889,GSM1687890,GSM1687891,GSM1687892,GSM1687893,GSM1687894,GSM1687895,GSM1687896,GSM1687897,GSM1687898,GSM1687899,GSM1687900,GSM1687901,GSM1687902,GSM1687903,GSM1687904,GSM1687905,GSM1687906,GSM1687907,GSM1687908,GSM1687909,GSM1687910,GSM1687911,GSM1687912,GSM1687913,GSM1687914,GSM1687915,GSM1687916,GSM1687917,GSM1687918,GSM1687919,GSM1687920,GSM1687921,GSM1687922,GSM1687923,GSM1687924,GSM1687925,GSM1687926,GSM1687927,GSM1687928,GSM1687929,GSM1687930,GSM1687931,GSM1687932,GSM1687933,GSM1687934,GSM1687935,GSM1687936,GSM1687937,GSM1687938,GSM1687939,GSM1687940,GSM1687941,GSM1687942,GSM1687943,GSM1687944,GSM1687945,GSM1687946,GSM1687947,GSM1687948,GSM1687949,GSM1687950,GSM1687951,GSM1687952,GSM1687953,GSM1687954,GSM1687955,GSM1687956,GSM1687957,GSM1687958,GSM1687959,GSM1687960,GSM1687961,GSM1687962,GSM1687963,GSM1687964,GSM1687965,GSM1687966,GSM1687967,GSM1687968,GSM1687969,GSM1687970,GSM1687971,GSM1687972,GSM1687973,GSM1687974,GSM1687975,GSM1687976,GSM1687977,GSM1687978,GSM1687979,GSM1687980,GSM1687981,GSM1687982,GSM1687983,GSM1687984,GSM1687985,GSM1687986,GSM1687987,GSM1687988,GSM1687989,GSM1687990,GSM1687991,GSM1687992,GSM1687993,GSM1687994,GSM1687995,GSM1687996,GSM1687997,GSM1687998,GSM1687999,GSM1688000,GSM1688001,GSM1688002,GSM1688003,GSM1688004,GSM1688005,GSM1688006,GSM1688007,GSM1688008,GSM1688009,GSM1688010,GSM1688011,GSM1688012,GSM1688013,GSM1688014,GSM1688015,GSM1688016,GSM1688017,GSM1688018,GSM1688019,GSM1688020,GSM1688021,GSM1688022,GSM1688023,GSM1688024,GSM1688025,GSM1688026,GSM1688027,GSM1688028,GSM1688029,GSM1688030,GSM1688031,GSM1688032,GSM1688033,GSM1688034,GSM1688035,GSM1688036,GSM1688037,GSM1688038,GSM1688039,GSM1688040,GSM1688041,GSM1688042,GSM1688043,GSM1688044,GSM1688045,GSM1688046,GSM1688047,GSM1688048,GSM1688049,GSM1688050,GSM1688051,GSM1688052,GSM1688053,GSM1688054,GSM1688055,GSM1688056,GSM1688057,GSM1688058,GSM1688059,GSM1688060,GSM1688061,GSM1688062,GSM1688063,GSM1688064,GSM1688065,GSM1688066,GSM1688067,GSM1688068,GSM1688069,GSM1688070,GSM1688071,GSM1688072,GSM1688073,GSM1688074,GSM1688075,GSM1688076,GSM1688077,GSM1688078,GSM1688079,GSM1688080,GSM1688081,GSM1688082,GSM1688083,GSM1688084,GSM1688085,GSM1688086,GSM1688087,GSM1688088,GSM1688089,GSM1688090,GSM1688091,GSM1688092,GSM1688093,GSM1688094,GSM1688095,GSM1688096,GSM1688097,GSM1688098,GSM1688099,GSM1688100,GSM1688101,GSM1688102,GSM1688103,GSM1688104,GSM1688105,GSM1688106,GSM1688107,GSM1688108,GSM1688109,GSM1688110,GSM1688111,GSM1688112,GSM1688113,GSM1688114,GSM1688115,GSM1688116,GSM1688117,GSM1688118,GSM1688119,GSM1688120,GSM1688121,GSM1688122,GSM1688123,GSM1688124,GSM1688125,GSM1688126,GSM1688127,GSM1688128,GSM1688129,GSM1688130,GSM1688131,GSM1688132,GSM1688133,GSM1688134,GSM1688135,GSM1688136,GSM1688137,GSM1688138,GSM1688139,GSM1688140,GSM1688141,GSM1688142,GSM1688143,GSM1688144,GSM1688145,GSM1688146,GSM1688147,GSM1688148,GSM1688149,GSM1688150,GSM1688151,GSM1688152,GSM1688153,GSM1688154,GSM1688155,GSM1688156,GSM1688157,GSM1688158,GSM1688159,GSM1688160,GSM1688161,GSM1688162,GSM1688163,GSM1688164,GSM1688165,GSM1688166,GSM1688167,GSM1688168,GSM1688169,GSM1688170,GSM1688171,GSM1688172,GSM1688173,GSM1688174,GSM1688175,GSM1688176,GSM1688177,GSM1688178,GSM1688179,GSM1688180,GSM1688181,GSM1688182,GSM1688183,GSM1688184,GSM1688185,GSM1688186,GSM1688187,GSM1688188,GSM1688189,GSM1688190,GSM1688191,GSM1688192,GSM1688193,GSM1688194,GSM1688195,GSM1688196,GSM1688197,GSM1688198,GSM1688199,GSM1688200,GSM1688201,GSM1688202,GSM1688203,GSM1688204,GSM1688205,GSM1688206,GSM1688207,GSM1688208,GSM1688209,GSM1688210,GSM1688211,GSM1688212,GSM1688213,GSM1688214,GSM1688215,GSM1688216,GSM1688217,GSM1688218,GSM1688219,GSM1688220,GSM1688221,GSM1688222,GSM1688223,GSM1688224,GSM1688225,GSM1688226,GSM1688227,GSM1688228,GSM1688229,GSM1688230,GSM1688231,GSM1688232,GSM1688233,GSM1688234,GSM1688235,GSM1688236,GSM1688237,GSM1688238,GSM1688239,GSM1688240,GSM1688241,GSM1688242,GSM1688243,GSM1688244,GSM1688245,GSM1688246,GSM1688247,GSM1688248,GSM1688249,GSM1688250,GSM1688251,GSM1688252,GSM1688253,GSM1688254,GSM1688255,GSM1688256,GSM1688257,GSM1688258,GSM1688259,GSM1688260,GSM1688261,GSM1688262,GSM1688263,GSM1688264,GSM1688265,GSM1688266,GSM1688267,GSM1688268,GSM1688269,GSM1688270,GSM1688271,GSM1688272,GSM1688273,GSM1688274,GSM1688275,GSM1688276,GSM1688277,GSM1688278,GSM1688279,GSM1688280,GSM1688281,GSM1688282,GSM1688283,GSM1688284,GSM1688285,GSM1688286,GSM1688287,GSM1688288,GSM1688289,GSM1688290,GSM1688291,GSM1688292,GSM1688293,GSM1688294,GSM1688295,GSM1688296,GSM1688297,GSM1688298,GSM1688299,GSM1688300,GSM1688301,GSM1688302,GSM1688303,GSM1688304,GSM1688305,GSM1688306,GSM1688307,GSM1688308,GSM1688309,GSM1688310,GSM1688311,GSM1688312,GSM1688313,GSM1688314,GSM1688315,GSM1688316,GSM1688317,GSM1688318,GSM1688319,GSM1688320,GSM1688321,GSM1688322,GSM1688323,GSM1688324,GSM1688325,GSM1688326,GSM1688327,GSM1688328,GSM1688329,GSM1688330,GSM1688331,GSM1688332,GSM1688333,GSM1688334,GSM1688335,GSM1688336,GSM1688337,GSM1688338,GSM1688339,GSM1688340,GSM1688341,GSM1688342,GSM1688343,GSM1688344,GSM1688345,GSM1688346,GSM1688347,GSM1688348,GSM1688349,GSM1688350,GSM1688351,GSM1688352,GSM1688353,GSM1688354,GSM1688355,GSM1688356,GSM1688357,GSM1688358,GSM1688359,GSM1688360,GSM1688361,GSM1688362,GSM1688363,GSM1688364,GSM1688365,GSM1688366,GSM1688367
|
2 |
+
Mesothelioma,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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/Mesothelioma/code/GSE107754.py
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE107754"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE107754"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE107754.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE107754.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE107754.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 |
+
# According to the series summary, this dataset uses whole human genome microarrays, so it likely contains gene expression data.
|
38 |
+
is_gene_available = True
|
39 |
+
|
40 |
+
# 2) Variable Availability
|
41 |
+
# From the sample characteristics dictionary:
|
42 |
+
# - trait (Mesothelioma) can be identified in row 2 via "tissue: Malignant Mesothelioma" among multiple tissue types.
|
43 |
+
# - age data is not provided in any row.
|
44 |
+
# - gender data is provided in row 0 ("gender: Male"/"gender: Female").
|
45 |
+
trait_row = 2
|
46 |
+
age_row = None
|
47 |
+
gender_row = 0
|
48 |
+
|
49 |
+
# 2.2 Data Type Conversion Functions
|
50 |
+
|
51 |
+
def convert_trait(x: str):
|
52 |
+
"""
|
53 |
+
Convert the tissue type into a binary indicator for Mesothelioma vs non-Mesothelioma.
|
54 |
+
"""
|
55 |
+
parts = x.split(':', 1)
|
56 |
+
if len(parts) < 2:
|
57 |
+
return None
|
58 |
+
value = parts[1].strip().lower()
|
59 |
+
return 1 if value == 'malignant mesothelioma' else 0
|
60 |
+
|
61 |
+
def convert_age(x: str):
|
62 |
+
"""
|
63 |
+
Age is not actually available (age_row=None), but define a placeholder if needed.
|
64 |
+
"""
|
65 |
+
return None
|
66 |
+
|
67 |
+
def convert_gender(x: str):
|
68 |
+
"""
|
69 |
+
Convert gender strings to binary: Female -> 0, Male -> 1.
|
70 |
+
"""
|
71 |
+
parts = x.split(':', 1)
|
72 |
+
if len(parts) < 2:
|
73 |
+
return None
|
74 |
+
value = parts[1].strip().lower()
|
75 |
+
if value == 'female':
|
76 |
+
return 0
|
77 |
+
elif value == 'male':
|
78 |
+
return 1
|
79 |
+
return None
|
80 |
+
|
81 |
+
# 3) Save Metadata (initial filtering)
|
82 |
+
is_trait_available = (trait_row is not None)
|
83 |
+
_ = validate_and_save_cohort_info(
|
84 |
+
is_final=False,
|
85 |
+
cohort=cohort,
|
86 |
+
info_path=json_path,
|
87 |
+
is_gene_available=is_gene_available,
|
88 |
+
is_trait_available=is_trait_available
|
89 |
+
)
|
90 |
+
|
91 |
+
# 4) Clinical Feature Extraction
|
92 |
+
# Only proceed if trait_row is not None.
|
93 |
+
if trait_row is not None:
|
94 |
+
selected_clinical_df = geo_select_clinical_features(
|
95 |
+
clinical_data,
|
96 |
+
trait=trait,
|
97 |
+
trait_row=trait_row,
|
98 |
+
convert_trait=convert_trait,
|
99 |
+
age_row=age_row,
|
100 |
+
convert_age=convert_age,
|
101 |
+
gender_row=gender_row,
|
102 |
+
convert_gender=convert_gender
|
103 |
+
)
|
104 |
+
# Preview and save
|
105 |
+
print(preview_df(selected_clinical_df))
|
106 |
+
selected_clinical_df.to_csv(out_clinical_data_file, index=False)
|
107 |
+
# STEP3
|
108 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
109 |
+
gene_data = get_genetic_data(matrix_file)
|
110 |
+
|
111 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
112 |
+
print(gene_data.index[:20])
|
113 |
+
# Based on common GEO microarray conventions, these IDs (e.g., A_23_P100001) appear to be probe identifiers rather than human gene symbols.
|
114 |
+
# Therefore, they require mapping to gene symbols.
|
115 |
+
|
116 |
+
print("requires_gene_mapping = True")
|
117 |
+
# STEP5
|
118 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
119 |
+
gene_annotation = get_gene_annotation(soft_file)
|
120 |
+
|
121 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
122 |
+
print("Gene annotation preview:")
|
123 |
+
print(preview_df(gene_annotation))
|
124 |
+
# STEP 6: Gene Identifier Mapping
|
125 |
+
# 1) Identify the matching columns in the annotation DataFrame:
|
126 |
+
# - 'ID' holds the same probe identifiers as gene_data.index
|
127 |
+
# - 'GENE_SYMBOL' stores the gene symbols
|
128 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='GENE_SYMBOL')
|
129 |
+
|
130 |
+
# 2) Convert probe-level measurements to gene-level data
|
131 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
132 |
+
|
133 |
+
# Optional preview of the resulting gene_data
|
134 |
+
print("Mapped gene expression data preview:")
|
135 |
+
print(preview_df(gene_data))
|
136 |
+
|
137 |
+
# Save the mapped gene data
|
138 |
+
gene_data.to_csv(out_gene_data_file, index=True)
|
139 |
+
import os
|
140 |
+
import pandas as pd
|
141 |
+
|
142 |
+
# STEP 7: Data Normalization and Linking
|
143 |
+
|
144 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
145 |
+
if not os.path.exists(out_clinical_data_file):
|
146 |
+
# No trait data file => dataset is not usable for trait analysis
|
147 |
+
df_null = pd.DataFrame()
|
148 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
149 |
+
validate_and_save_cohort_info(
|
150 |
+
is_final=True,
|
151 |
+
cohort=cohort,
|
152 |
+
info_path=json_path,
|
153 |
+
is_gene_available=True,
|
154 |
+
is_trait_available=False,
|
155 |
+
is_biased=is_biased,
|
156 |
+
df=df_null,
|
157 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
158 |
+
)
|
159 |
+
|
160 |
+
else:
|
161 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
162 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
163 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
164 |
+
|
165 |
+
# 2. Load the previously extracted clinical CSV.
|
166 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
167 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
168 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
169 |
+
|
170 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
171 |
+
combined_clinical_df = selected_clinical_df
|
172 |
+
|
173 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
174 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
175 |
+
|
176 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
177 |
+
processed_data = handle_missing_values(linked_data, trait)
|
178 |
+
|
179 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
180 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
181 |
+
|
182 |
+
# 5. Final validation and metadata saving.
|
183 |
+
is_usable = validate_and_save_cohort_info(
|
184 |
+
is_final=True,
|
185 |
+
cohort=cohort,
|
186 |
+
info_path=json_path,
|
187 |
+
is_gene_available=True,
|
188 |
+
is_trait_available=True,
|
189 |
+
is_biased=trait_biased,
|
190 |
+
df=processed_data,
|
191 |
+
note="Completed trait-based preprocessing."
|
192 |
+
)
|
193 |
+
|
194 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
195 |
+
if is_usable:
|
196 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE112154.py
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE112154"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE112154"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE112154.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE112154.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE112154.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 available
|
37 |
+
is_gene_available = True # Based on the series summary stating "Gene expression profiling..."
|
38 |
+
|
39 |
+
# 2) Identify availability and rows for trait, age, gender
|
40 |
+
# From the sample characteristics dictionary, we only have key 0 with multiple values:
|
41 |
+
# ['sample type: normal peritoneum', 'sample type: DMPM cell line', 'sample type: DMPM frozen tumor specimen']
|
42 |
+
# We will use this key to derive the disease trait, which can be mapped to binary Mesothelioma vs. normal.
|
43 |
+
trait_row = 0
|
44 |
+
age_row = None # No age info
|
45 |
+
gender_row = None # No gender info
|
46 |
+
|
47 |
+
# 2) Data type conversion functions
|
48 |
+
def convert_trait(value: str):
|
49 |
+
# Extract substring after the colon
|
50 |
+
if ':' in value:
|
51 |
+
value = value.split(':', 1)[1].strip().lower()
|
52 |
+
else:
|
53 |
+
value = value.strip().lower()
|
54 |
+
# Binary encoding: normal -> 0, DMPM (mesothelioma) -> 1
|
55 |
+
if 'normal' in value:
|
56 |
+
return 0
|
57 |
+
elif 'dmpm' in value:
|
58 |
+
return 1
|
59 |
+
return None
|
60 |
+
|
61 |
+
def convert_age(value: str):
|
62 |
+
# No data, just return None
|
63 |
+
return None
|
64 |
+
|
65 |
+
def convert_gender(value: str):
|
66 |
+
# No data, just return None
|
67 |
+
return None
|
68 |
+
|
69 |
+
# 3) Conduct initial filtering and save metadata
|
70 |
+
is_trait_available = (trait_row is not None)
|
71 |
+
is_usable = validate_and_save_cohort_info(
|
72 |
+
is_final=False,
|
73 |
+
cohort=cohort,
|
74 |
+
info_path=json_path,
|
75 |
+
is_gene_available=is_gene_available,
|
76 |
+
is_trait_available=is_trait_available
|
77 |
+
)
|
78 |
+
|
79 |
+
# 4) Extract clinical features if trait_row is available
|
80 |
+
if trait_row is not None:
|
81 |
+
selected_clinical_df = geo_select_clinical_features(
|
82 |
+
clinical_df=clinical_data,
|
83 |
+
trait=trait,
|
84 |
+
trait_row=trait_row,
|
85 |
+
convert_trait=convert_trait,
|
86 |
+
age_row=age_row,
|
87 |
+
convert_age=convert_age,
|
88 |
+
gender_row=gender_row,
|
89 |
+
convert_gender=convert_gender
|
90 |
+
)
|
91 |
+
# Preview the extracted clinical features
|
92 |
+
preview_dict = preview_df(selected_clinical_df, n=5, max_items=200)
|
93 |
+
print("Preview of selected clinical features:", preview_dict)
|
94 |
+
|
95 |
+
# Save clinical data to CSV
|
96 |
+
selected_clinical_df.to_csv(out_clinical_data_file, index=False)
|
97 |
+
# STEP3
|
98 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
99 |
+
gene_data = get_genetic_data(matrix_file)
|
100 |
+
|
101 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
102 |
+
print(gene_data.index[:20])
|
103 |
+
# Based on the observed identifiers (e.g., ILMN_1343291), they are Illumina probe IDs, not standard human gene symbols.
|
104 |
+
print("requires_gene_mapping = True")
|
105 |
+
# STEP5
|
106 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
107 |
+
gene_annotation = get_gene_annotation(soft_file)
|
108 |
+
|
109 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
110 |
+
print("Gene annotation preview:")
|
111 |
+
print(preview_df(gene_annotation))
|
112 |
+
# STEP: Gene Identifier Mapping
|
113 |
+
|
114 |
+
# 1) Identify columns in gene_annotation that match probe IDs in gene_data and gene symbols:
|
115 |
+
# From the annotation preview, "ID" corresponds to probe IDs like "ILMN_...", and "Symbol" corresponds to gene symbols.
|
116 |
+
prob_col = "ID"
|
117 |
+
gene_col = "Symbol"
|
118 |
+
|
119 |
+
# 2) Get a gene mapping dataframe
|
120 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col=prob_col, gene_col=gene_col)
|
121 |
+
|
122 |
+
# 3) Convert probe-level measurements to gene expression data
|
123 |
+
gene_data = apply_gene_mapping(expression_df=gene_data, mapping_df=mapping_df)
|
124 |
+
|
125 |
+
# (gene_data is now the mapped gene expression dataframe.)
|
126 |
+
import os
|
127 |
+
import pandas as pd
|
128 |
+
|
129 |
+
# STEP 7: Data Normalization and Linking
|
130 |
+
|
131 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
132 |
+
if not os.path.exists(out_clinical_data_file):
|
133 |
+
# No trait data file => dataset is not usable for trait analysis
|
134 |
+
df_null = pd.DataFrame()
|
135 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
136 |
+
validate_and_save_cohort_info(
|
137 |
+
is_final=True,
|
138 |
+
cohort=cohort,
|
139 |
+
info_path=json_path,
|
140 |
+
is_gene_available=True,
|
141 |
+
is_trait_available=False,
|
142 |
+
is_biased=is_biased,
|
143 |
+
df=df_null,
|
144 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
145 |
+
)
|
146 |
+
|
147 |
+
else:
|
148 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
149 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
150 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
151 |
+
|
152 |
+
# 2. Load the previously extracted clinical CSV.
|
153 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
154 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
155 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
156 |
+
|
157 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
158 |
+
combined_clinical_df = selected_clinical_df
|
159 |
+
|
160 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
161 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
162 |
+
|
163 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
164 |
+
processed_data = handle_missing_values(linked_data, trait)
|
165 |
+
|
166 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
167 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
168 |
+
|
169 |
+
# 5. Final validation and metadata saving.
|
170 |
+
is_usable = validate_and_save_cohort_info(
|
171 |
+
is_final=True,
|
172 |
+
cohort=cohort,
|
173 |
+
info_path=json_path,
|
174 |
+
is_gene_available=True,
|
175 |
+
is_trait_available=True,
|
176 |
+
is_biased=trait_biased,
|
177 |
+
df=processed_data,
|
178 |
+
note="Completed trait-based preprocessing."
|
179 |
+
)
|
180 |
+
|
181 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
182 |
+
if is_usable:
|
183 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE117668.py
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE117668"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE117668"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE117668.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE117668.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE117668.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 # Based on the description, it is microarray gene expression data.
|
38 |
+
|
39 |
+
# 2. Variable Availability and Data Type Conversion
|
40 |
+
|
41 |
+
# From the sample characteristics:
|
42 |
+
# Row 1 => "diagnosis: healthy" or "diagnosis: malignant pleural mesothelioma"
|
43 |
+
# That can serve as the trait variable with two unique values.
|
44 |
+
trait_row = 1
|
45 |
+
age_row = None
|
46 |
+
gender_row = None
|
47 |
+
|
48 |
+
# Converters
|
49 |
+
def convert_trait(value: str):
|
50 |
+
"""
|
51 |
+
Convert the trait data after the colon into a binary format:
|
52 |
+
- healthy -> 0
|
53 |
+
- malignant pleural mesothelioma -> 1
|
54 |
+
- otherwise -> None
|
55 |
+
"""
|
56 |
+
parts = value.split(':')
|
57 |
+
val = parts[-1].strip() if len(parts) > 1 else value.strip()
|
58 |
+
val_lower = val.lower()
|
59 |
+
if 'healthy' in val_lower:
|
60 |
+
return 0
|
61 |
+
elif 'mesothelioma' in val_lower:
|
62 |
+
return 1
|
63 |
+
else:
|
64 |
+
return None
|
65 |
+
|
66 |
+
# Since age and gender are not available, we'll set them to None
|
67 |
+
convert_age = None
|
68 |
+
convert_gender = None
|
69 |
+
|
70 |
+
# 3. Initial filtering and save metadata
|
71 |
+
is_trait_available = (trait_row is not None)
|
72 |
+
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 if trait is available
|
81 |
+
if trait_row is not None:
|
82 |
+
selected_clinical_df = geo_select_clinical_features(
|
83 |
+
clinical_df=clinical_data,
|
84 |
+
trait=trait,
|
85 |
+
trait_row=trait_row,
|
86 |
+
convert_trait=convert_trait,
|
87 |
+
age_row=age_row,
|
88 |
+
convert_age=convert_age,
|
89 |
+
gender_row=gender_row,
|
90 |
+
convert_gender=convert_gender
|
91 |
+
)
|
92 |
+
|
93 |
+
# Preview the resulting dataframe
|
94 |
+
preview_result = preview_df(selected_clinical_df)
|
95 |
+
print("Preview of selected clinical features:\n", preview_result)
|
96 |
+
|
97 |
+
# Save the clinical features to CSV
|
98 |
+
selected_clinical_df.to_csv(out_clinical_data_file)
|
99 |
+
# STEP3
|
100 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
101 |
+
gene_data = get_genetic_data(matrix_file)
|
102 |
+
|
103 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
104 |
+
print(gene_data.index[:20])
|
105 |
+
# These identifiers (e.g., '100009613_at', '100009676_at') are Affymetrix probe IDs, not human gene symbols.
|
106 |
+
# Therefore, we need to map them to gene symbols.
|
107 |
+
|
108 |
+
print("requires_gene_mapping = True")
|
109 |
+
# STEP5
|
110 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
111 |
+
gene_annotation = get_gene_annotation(soft_file)
|
112 |
+
|
113 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
114 |
+
print("Gene annotation preview:")
|
115 |
+
print(preview_df(gene_annotation))
|
116 |
+
# STEP: Gene Identifier Mapping
|
117 |
+
|
118 |
+
# 1 & 2. Decide which columns correspond to the probe IDs and the gene symbols for mapping
|
119 |
+
# Based on the preview, "ID" holds the probe identifier (matches gene_data.index),
|
120 |
+
# and "Description" contains text describing the gene (to extract gene symbols).
|
121 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col="ID", gene_col="Description")
|
122 |
+
|
123 |
+
# 3. Apply the mapping to convert probe-level measurements into gene-level expression data
|
124 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
125 |
+
import os
|
126 |
+
import pandas as pd
|
127 |
+
|
128 |
+
# STEP 7: Data Normalization and Linking
|
129 |
+
|
130 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
131 |
+
if not os.path.exists(out_clinical_data_file):
|
132 |
+
# No trait data file => dataset is not usable for trait analysis
|
133 |
+
df_null = pd.DataFrame()
|
134 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
135 |
+
validate_and_save_cohort_info(
|
136 |
+
is_final=True,
|
137 |
+
cohort=cohort,
|
138 |
+
info_path=json_path,
|
139 |
+
is_gene_available=True,
|
140 |
+
is_trait_available=False,
|
141 |
+
is_biased=is_biased,
|
142 |
+
df=df_null,
|
143 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
144 |
+
)
|
145 |
+
|
146 |
+
else:
|
147 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
148 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
149 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
150 |
+
|
151 |
+
# 2. Load the previously extracted clinical CSV.
|
152 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
153 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
154 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
155 |
+
|
156 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
157 |
+
combined_clinical_df = selected_clinical_df
|
158 |
+
|
159 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
160 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
161 |
+
|
162 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
163 |
+
processed_data = handle_missing_values(linked_data, trait)
|
164 |
+
|
165 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
166 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
167 |
+
|
168 |
+
# 5. Final validation and metadata saving.
|
169 |
+
is_usable = validate_and_save_cohort_info(
|
170 |
+
is_final=True,
|
171 |
+
cohort=cohort,
|
172 |
+
info_path=json_path,
|
173 |
+
is_gene_available=True,
|
174 |
+
is_trait_available=True,
|
175 |
+
is_biased=trait_biased,
|
176 |
+
df=processed_data,
|
177 |
+
note="Completed trait-based preprocessing."
|
178 |
+
)
|
179 |
+
|
180 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
181 |
+
if is_usable:
|
182 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE131027.py
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE131027"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE131027"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE131027.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE131027.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE131027.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 # Based on the "investigation of expression features" context
|
38 |
+
|
39 |
+
# 2. Variable Availability and Data Type Conversion
|
40 |
+
# We see "Mesothelioma" among multiple cancer types in key=1, so:
|
41 |
+
trait_row = 1
|
42 |
+
age_row = None
|
43 |
+
gender_row = None
|
44 |
+
|
45 |
+
# Define converters. For rows that are None, we will not use the converter.
|
46 |
+
def convert_trait(raw_value: str):
|
47 |
+
parts = raw_value.split(":", 1)
|
48 |
+
if len(parts) < 2:
|
49 |
+
return None
|
50 |
+
val = parts[1].strip().lower()
|
51 |
+
# Convert Mesothelioma to 1, others to 0
|
52 |
+
return 1 if val == "mesothelioma" else 0
|
53 |
+
|
54 |
+
convert_age = None
|
55 |
+
convert_gender = None
|
56 |
+
|
57 |
+
# 3. Save Metadata (Initial Filtering)
|
58 |
+
is_trait_available = (trait_row is not None)
|
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=is_trait_available
|
65 |
+
)
|
66 |
+
|
67 |
+
# 4. Clinical Feature Extraction (only if trait_row is not None)
|
68 |
+
if trait_row is not None:
|
69 |
+
selected_clinical_data = geo_select_clinical_features(
|
70 |
+
clinical_df=clinical_data,
|
71 |
+
trait=trait,
|
72 |
+
trait_row=trait_row,
|
73 |
+
convert_trait=convert_trait,
|
74 |
+
age_row=age_row,
|
75 |
+
convert_age=convert_age,
|
76 |
+
gender_row=gender_row,
|
77 |
+
convert_gender=convert_gender
|
78 |
+
)
|
79 |
+
preview_info = preview_df(selected_clinical_data)
|
80 |
+
print("Clinical data preview:", preview_info)
|
81 |
+
selected_clinical_data.to_csv(out_clinical_data_file)
|
82 |
+
# STEP3
|
83 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
84 |
+
gene_data = get_genetic_data(matrix_file)
|
85 |
+
|
86 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
87 |
+
print(gene_data.index[:20])
|
88 |
+
# These identifiers appear to be Affymetrix probe set IDs, not standard human gene symbols.
|
89 |
+
# Hence, gene symbol mapping will be required.
|
90 |
+
|
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 |
+
# STEP6 - Gene Identifier Mapping
|
100 |
+
|
101 |
+
# 1. The key in 'gene_annotation' that corresponds to the gene expression data's identifiers is "ID".
|
102 |
+
# The key that holds the gene symbols is "Gene Symbol".
|
103 |
+
|
104 |
+
# 2. Create a gene mapping dataframe by extracting those two columns.
|
105 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col="ID", gene_col="Gene Symbol")
|
106 |
+
|
107 |
+
# 3. Convert probe-level measurements to gene expression data.
|
108 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
109 |
+
import os
|
110 |
+
import pandas as pd
|
111 |
+
|
112 |
+
# STEP 7: Data Normalization and Linking
|
113 |
+
|
114 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
115 |
+
if not os.path.exists(out_clinical_data_file):
|
116 |
+
# No trait data file => dataset is not usable for trait analysis
|
117 |
+
df_null = pd.DataFrame()
|
118 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
119 |
+
validate_and_save_cohort_info(
|
120 |
+
is_final=True,
|
121 |
+
cohort=cohort,
|
122 |
+
info_path=json_path,
|
123 |
+
is_gene_available=True,
|
124 |
+
is_trait_available=False,
|
125 |
+
is_biased=is_biased,
|
126 |
+
df=df_null,
|
127 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
128 |
+
)
|
129 |
+
|
130 |
+
else:
|
131 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
132 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
133 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
134 |
+
|
135 |
+
# 2. Load the previously extracted clinical CSV.
|
136 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
137 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
138 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
139 |
+
|
140 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
141 |
+
combined_clinical_df = selected_clinical_df
|
142 |
+
|
143 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
144 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
145 |
+
|
146 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
147 |
+
processed_data = handle_missing_values(linked_data, trait)
|
148 |
+
|
149 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
150 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
151 |
+
|
152 |
+
# 5. Final validation and metadata saving.
|
153 |
+
is_usable = validate_and_save_cohort_info(
|
154 |
+
is_final=True,
|
155 |
+
cohort=cohort,
|
156 |
+
info_path=json_path,
|
157 |
+
is_gene_available=True,
|
158 |
+
is_trait_available=True,
|
159 |
+
is_biased=trait_biased,
|
160 |
+
df=processed_data,
|
161 |
+
note="Completed trait-based preprocessing."
|
162 |
+
)
|
163 |
+
|
164 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
165 |
+
if is_usable:
|
166 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE163720.py
ADDED
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE163720"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE163720"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE163720.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE163720.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE163720.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 whether gene expression data is available
|
37 |
+
is_gene_available = True # Based on the background info mentioning microarray gene expression analysis
|
38 |
+
|
39 |
+
# 2) Determine data availability and define row indices
|
40 |
+
# Check the sample characteristics dictionary:
|
41 |
+
# {0: ['organ: Tumor'], 1: ['compartment: Tissue'], 2: ['Sex: F', 'Sex: M']}
|
42 |
+
# There is no row for the trait (Mesothelioma) or age information, but there is one for 'Sex'.
|
43 |
+
trait_row = None # No row indicates "Mesothelioma"
|
44 |
+
age_row = None # No age info found
|
45 |
+
gender_row = 2 # 'Sex: F' or 'Sex: M'
|
46 |
+
|
47 |
+
# 2) Data Type Conversion Functions
|
48 |
+
def convert_trait(value: str):
|
49 |
+
# No trait data is available
|
50 |
+
return None
|
51 |
+
|
52 |
+
def convert_age(value: str):
|
53 |
+
# No age data is available
|
54 |
+
return None
|
55 |
+
|
56 |
+
def convert_gender(value: str):
|
57 |
+
# Parse "Sex: F" or "Sex: M" -> F -> 0, M -> 1
|
58 |
+
val = value.split(':')[-1].strip().lower()
|
59 |
+
if val == 'f':
|
60 |
+
return 0
|
61 |
+
elif val == 'm':
|
62 |
+
return 1
|
63 |
+
return None
|
64 |
+
|
65 |
+
# 3) Save Metadata (Initial filtering)
|
66 |
+
is_trait_available = (trait_row is not None) # If we don't have a trait row, then no trait data
|
67 |
+
is_usable = validate_and_save_cohort_info(
|
68 |
+
is_final=False,
|
69 |
+
cohort=cohort,
|
70 |
+
info_path=json_path,
|
71 |
+
is_gene_available=is_gene_available,
|
72 |
+
is_trait_available=is_trait_available
|
73 |
+
)
|
74 |
+
|
75 |
+
# 4) Clinical Feature Extraction (skip because trait_row is None)
|
76 |
+
# (No action needed as trait is not available)
|
77 |
+
# STEP3
|
78 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
79 |
+
gene_data = get_genetic_data(matrix_file)
|
80 |
+
|
81 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
82 |
+
print(gene_data.index[:20])
|
83 |
+
# These identifiers appear to be numeric probe IDs rather than standard human gene symbols.
|
84 |
+
# Therefore, they require mapping to gene symbols.
|
85 |
+
print("requires_gene_mapping = True")
|
86 |
+
# STEP5
|
87 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
88 |
+
gene_annotation = get_gene_annotation(soft_file)
|
89 |
+
|
90 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
91 |
+
print("Gene annotation preview:")
|
92 |
+
print(preview_df(gene_annotation))
|
93 |
+
# STEP6: Gene Identifier Mapping
|
94 |
+
|
95 |
+
# 1. Decide which columns store gene IDs and gene symbols.
|
96 |
+
# From the preview, "ID" in the annotation matches the numeric probe IDs.
|
97 |
+
# The "gene_assignment" column contains text referencing gene symbols.
|
98 |
+
|
99 |
+
prob_col = "ID"
|
100 |
+
gene_col = "gene_assignment"
|
101 |
+
|
102 |
+
# 2. Get a gene mapping dataframe from the annotation df.
|
103 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col, gene_col)
|
104 |
+
|
105 |
+
# 3. Convert probe-level measurements to gene-level expression data.
|
106 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
107 |
+
|
108 |
+
# For verification, print the shape of the resulting dataframe and the first few gene symbols in the index.
|
109 |
+
print("Gene data shape:", gene_data.shape)
|
110 |
+
print("First 10 gene symbols in the mapped dataframe index:", list(gene_data.index[:10]))
|
111 |
+
import os
|
112 |
+
import pandas as pd
|
113 |
+
|
114 |
+
# STEP 7: Data Normalization and Linking
|
115 |
+
|
116 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
117 |
+
if not os.path.exists(out_clinical_data_file):
|
118 |
+
# No trait data file => dataset is not usable for trait analysis
|
119 |
+
df_null = pd.DataFrame()
|
120 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
121 |
+
validate_and_save_cohort_info(
|
122 |
+
is_final=True,
|
123 |
+
cohort=cohort,
|
124 |
+
info_path=json_path,
|
125 |
+
is_gene_available=True,
|
126 |
+
is_trait_available=False,
|
127 |
+
is_biased=is_biased,
|
128 |
+
df=df_null,
|
129 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
130 |
+
)
|
131 |
+
|
132 |
+
else:
|
133 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
134 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
135 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
136 |
+
|
137 |
+
# 2. Load the previously extracted clinical CSV.
|
138 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
139 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
140 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
141 |
+
|
142 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
143 |
+
combined_clinical_df = selected_clinical_df
|
144 |
+
|
145 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
146 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
147 |
+
|
148 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
149 |
+
processed_data = handle_missing_values(linked_data, trait)
|
150 |
+
|
151 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
152 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
153 |
+
|
154 |
+
# 5. Final validation and metadata saving.
|
155 |
+
is_usable = validate_and_save_cohort_info(
|
156 |
+
is_final=True,
|
157 |
+
cohort=cohort,
|
158 |
+
info_path=json_path,
|
159 |
+
is_gene_available=True,
|
160 |
+
is_trait_available=True,
|
161 |
+
is_biased=trait_biased,
|
162 |
+
df=processed_data,
|
163 |
+
note="Completed trait-based preprocessing."
|
164 |
+
)
|
165 |
+
|
166 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
167 |
+
if is_usable:
|
168 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE163721.py
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE163721"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE163721"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE163721.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE163721.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE163721.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 # Based on the background info, this is a microarray dataset for gene expression.
|
38 |
+
|
39 |
+
# 2. Variable Availability
|
40 |
+
# The sample characteristics contain only one key (0) with a single unique value: "tissue type: Tumor".
|
41 |
+
# This is constant and does not provide useful variation for trait, age, or gender. Thus, they are not available.
|
42 |
+
trait_row = None
|
43 |
+
age_row = None
|
44 |
+
gender_row = None
|
45 |
+
|
46 |
+
# 2.2 Data Type Conversion
|
47 |
+
# Even though these variables are not available, we define the required converter functions as placeholders.
|
48 |
+
def convert_trait(x: str):
|
49 |
+
return None
|
50 |
+
|
51 |
+
def convert_age(x: str):
|
52 |
+
return None
|
53 |
+
|
54 |
+
def convert_gender(x: str):
|
55 |
+
return None
|
56 |
+
|
57 |
+
# 3. Save Metadata (initial filtering)
|
58 |
+
# We treat the dataset as if trait data is unavailable because 'trait_row' is None (no variation).
|
59 |
+
# This will mark the dataset as not usable at this stage but still record the metadata.
|
60 |
+
is_trait_available = False
|
61 |
+
_ = validate_and_save_cohort_info(
|
62 |
+
is_final=False,
|
63 |
+
cohort=cohort,
|
64 |
+
info_path=json_path,
|
65 |
+
is_gene_available=is_gene_available,
|
66 |
+
is_trait_available=is_trait_available
|
67 |
+
)
|
68 |
+
|
69 |
+
# 4. Clinical Feature Extraction
|
70 |
+
# Since 'trait_row' is None, we skip clinical data extraction.
|
71 |
+
# STEP3
|
72 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
73 |
+
gene_data = get_genetic_data(matrix_file)
|
74 |
+
|
75 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
76 |
+
print(gene_data.index[:20])
|
77 |
+
# Based on the given index ['1','2','3', ...], these appear to be numeric IDs rather than standard human gene symbols
|
78 |
+
# Therefore, they likely need to be mapped to actual gene symbols
|
79 |
+
print("requires_gene_mapping = True")
|
80 |
+
# STEP5
|
81 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
82 |
+
gene_annotation = get_gene_annotation(soft_file)
|
83 |
+
|
84 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
85 |
+
print("Gene annotation preview:")
|
86 |
+
print(preview_df(gene_annotation))
|
87 |
+
# STEP: Gene Identifier Mapping
|
88 |
+
|
89 |
+
# 1. Identify the columns in 'gene_annotation' that correspond to the gene expression IDs and the gene symbols.
|
90 |
+
# From the preview, 'ID' matches the probe IDs (1,2,3...) in our gene data, and 'Gene Symbol' contains the gene symbols.
|
91 |
+
|
92 |
+
# 2. Get the gene mapping dataframe.
|
93 |
+
mapping_df = get_gene_mapping(annotation=gene_annotation, prob_col='ID', gene_col='Gene Symbol')
|
94 |
+
|
95 |
+
# 3. Convert probe-level measurements to gene-level expression.
|
96 |
+
gene_data = apply_gene_mapping(expression_df=gene_data, mapping_df=mapping_df)
|
97 |
+
import os
|
98 |
+
import pandas as pd
|
99 |
+
|
100 |
+
# STEP 7: Data Normalization and Linking
|
101 |
+
|
102 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
103 |
+
if not os.path.exists(out_clinical_data_file):
|
104 |
+
# No trait data file => dataset is not usable for trait analysis
|
105 |
+
df_null = pd.DataFrame()
|
106 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
107 |
+
validate_and_save_cohort_info(
|
108 |
+
is_final=True,
|
109 |
+
cohort=cohort,
|
110 |
+
info_path=json_path,
|
111 |
+
is_gene_available=True,
|
112 |
+
is_trait_available=False,
|
113 |
+
is_biased=is_biased,
|
114 |
+
df=df_null,
|
115 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
116 |
+
)
|
117 |
+
|
118 |
+
else:
|
119 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
120 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
121 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
122 |
+
|
123 |
+
# 2. Load the previously extracted clinical CSV.
|
124 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
125 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
126 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
127 |
+
|
128 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
129 |
+
combined_clinical_df = selected_clinical_df
|
130 |
+
|
131 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
132 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
133 |
+
|
134 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
135 |
+
processed_data = handle_missing_values(linked_data, trait)
|
136 |
+
|
137 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
138 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
139 |
+
|
140 |
+
# 5. Final validation and metadata saving.
|
141 |
+
is_usable = validate_and_save_cohort_info(
|
142 |
+
is_final=True,
|
143 |
+
cohort=cohort,
|
144 |
+
info_path=json_path,
|
145 |
+
is_gene_available=True,
|
146 |
+
is_trait_available=True,
|
147 |
+
is_biased=trait_biased,
|
148 |
+
df=processed_data,
|
149 |
+
note="Completed trait-based preprocessing."
|
150 |
+
)
|
151 |
+
|
152 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
153 |
+
if is_usable:
|
154 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE163722.py
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE163722"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE163722"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE163722.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE163722.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE163722.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 |
+
# The study is titled "Association of RERG Expression to Female Survival Advantage..."
|
38 |
+
# This suggests that gene-level expression was measured. Therefore:
|
39 |
+
is_gene_available = True
|
40 |
+
|
41 |
+
# 2. Variable Availability and Data Type Conversion
|
42 |
+
# From the sample characteristics dictionary {0: ['tissue type: Tumor']},
|
43 |
+
# we see no row providing diverse values for 'Mesothelioma' status, age, or gender.
|
44 |
+
# Thus, all three are unavailable (constant or missing).
|
45 |
+
|
46 |
+
trait_row = None
|
47 |
+
age_row = None
|
48 |
+
gender_row = None
|
49 |
+
|
50 |
+
# Define the conversion functions. Although no data is available, we still write them.
|
51 |
+
|
52 |
+
def convert_trait(value: str):
|
53 |
+
"""
|
54 |
+
Convert the trait value to the chosen data type.
|
55 |
+
Since 'trait' is unavailable in this dataset, we will simply return None.
|
56 |
+
"""
|
57 |
+
return None
|
58 |
+
|
59 |
+
def convert_age(value: str):
|
60 |
+
"""
|
61 |
+
Convert the age value to the chosen data type (normally continuous).
|
62 |
+
Since 'age' is unavailable, we return None.
|
63 |
+
"""
|
64 |
+
return None
|
65 |
+
|
66 |
+
def convert_gender(value: str):
|
67 |
+
"""
|
68 |
+
Convert the gender value to the chosen data type (binary).
|
69 |
+
Since 'gender' is unavailable, we return None.
|
70 |
+
"""
|
71 |
+
return None
|
72 |
+
|
73 |
+
# 3. Save Metadata (Initial filtering)
|
74 |
+
# If 'trait_row' is None, set is_trait_available=False
|
75 |
+
is_trait_available = (trait_row is not None)
|
76 |
+
|
77 |
+
is_usable = validate_and_save_cohort_info(
|
78 |
+
is_final=False,
|
79 |
+
cohort=cohort,
|
80 |
+
info_path=json_path,
|
81 |
+
is_gene_available=is_gene_available,
|
82 |
+
is_trait_available=is_trait_available
|
83 |
+
)
|
84 |
+
|
85 |
+
# 4. Clinical Feature Extraction
|
86 |
+
# Since 'trait_row' is None, skip extracting clinical features.
|
p1/preprocess/Mesothelioma/code/GSE248514.py
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE248514"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE248514"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE248514.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE248514.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE248514.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 |
+
# Based on the background information that mRNA gene expression profiling was performed,
|
38 |
+
# we set is_gene_available to True.
|
39 |
+
is_gene_available = True
|
40 |
+
|
41 |
+
# --------------------------------------------------------------------------------
|
42 |
+
# 2. Variable Availability
|
43 |
+
|
44 |
+
# For our trait "Mesothelioma", the dictionary solely shows "tissue: mesothelioma" at row 2,
|
45 |
+
# which has only one unique value (no variability). Hence, treat it as not available (None).
|
46 |
+
trait_row = None
|
47 |
+
|
48 |
+
# No row in the dictionary indicates age. Hence, age is not available.
|
49 |
+
age_row = None
|
50 |
+
|
51 |
+
# Row 3 has two distinct values: "gender: Male" and "gender: Female". So gender is available.
|
52 |
+
gender_row = 3
|
53 |
+
|
54 |
+
# --------------------------------------------------------------------------------
|
55 |
+
# 2.2 Data Type Conversion
|
56 |
+
|
57 |
+
def convert_trait(x: str):
|
58 |
+
"""
|
59 |
+
Convert trait values to a chosen data type.
|
60 |
+
Since trait is not available, we keep a placeholder that always returns None.
|
61 |
+
"""
|
62 |
+
return None
|
63 |
+
|
64 |
+
def convert_age(x: str):
|
65 |
+
"""
|
66 |
+
Convert age values to continuous type if available.
|
67 |
+
Since age is not available, this is a placeholder returning None.
|
68 |
+
"""
|
69 |
+
return None
|
70 |
+
|
71 |
+
def convert_gender(x: str):
|
72 |
+
"""
|
73 |
+
Convert gender values into binary values:
|
74 |
+
- Female -> 0
|
75 |
+
- Male -> 1
|
76 |
+
Any unmapped or unknown value -> None
|
77 |
+
"""
|
78 |
+
val = x.split(":", 1)[-1].strip().lower()
|
79 |
+
if val == "female":
|
80 |
+
return 0
|
81 |
+
elif val == "male":
|
82 |
+
return 1
|
83 |
+
else:
|
84 |
+
return None
|
85 |
+
|
86 |
+
# --------------------------------------------------------------------------------
|
87 |
+
# 3. Save Metadata (Initial Filtering)
|
88 |
+
is_trait_available = (trait_row is not None)
|
89 |
+
|
90 |
+
is_usable = validate_and_save_cohort_info(
|
91 |
+
is_final=False,
|
92 |
+
cohort=cohort,
|
93 |
+
info_path=json_path,
|
94 |
+
is_gene_available=is_gene_available,
|
95 |
+
is_trait_available=is_trait_available
|
96 |
+
)
|
97 |
+
|
98 |
+
# --------------------------------------------------------------------------------
|
99 |
+
# 4. Clinical Feature Extraction
|
100 |
+
# Skip this step because trait_row is None (trait data is not available).
|
101 |
+
# STEP3
|
102 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
103 |
+
gene_data = get_genetic_data(matrix_file)
|
104 |
+
|
105 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
106 |
+
print(gene_data.index[:20])
|
107 |
+
# After reviewing the provided gene identifiers (A2M, ABCF1, ACVR1C, etc.),
|
108 |
+
# they appear to be standard human gene symbols that do not require mapping.
|
109 |
+
print("\nrequires_gene_mapping = False")
|
110 |
+
import os
|
111 |
+
import pandas as pd
|
112 |
+
|
113 |
+
# STEP 7: Data Normalization and Linking
|
114 |
+
|
115 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
116 |
+
if not os.path.exists(out_clinical_data_file):
|
117 |
+
# No trait data file => dataset is not usable for trait analysis
|
118 |
+
df_null = pd.DataFrame()
|
119 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
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 |
+
is_biased=is_biased,
|
127 |
+
df=df_null,
|
128 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
129 |
+
)
|
130 |
+
|
131 |
+
else:
|
132 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
133 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
134 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
135 |
+
|
136 |
+
# 2. Load the previously extracted clinical CSV.
|
137 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
138 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
139 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
140 |
+
|
141 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
142 |
+
combined_clinical_df = selected_clinical_df
|
143 |
+
|
144 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
145 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
146 |
+
|
147 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
148 |
+
processed_data = handle_missing_values(linked_data, trait)
|
149 |
+
|
150 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
151 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
152 |
+
|
153 |
+
# 5. Final validation and metadata saving.
|
154 |
+
is_usable = validate_and_save_cohort_info(
|
155 |
+
is_final=True,
|
156 |
+
cohort=cohort,
|
157 |
+
info_path=json_path,
|
158 |
+
is_gene_available=True,
|
159 |
+
is_trait_available=True,
|
160 |
+
is_biased=trait_biased,
|
161 |
+
df=processed_data,
|
162 |
+
note="Completed trait-based preprocessing."
|
163 |
+
)
|
164 |
+
|
165 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
166 |
+
if is_usable:
|
167 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE64738.py
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE64738"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE64738"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE64738.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE64738.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE64738.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 # Based on microarray description, it likely contains gene expression data.
|
38 |
+
|
39 |
+
# 2. Variable Availability
|
40 |
+
# From the sample characteristics, all samples are mesothelioma (no variation in disease status).
|
41 |
+
# There's no mention of age or gender. Therefore, set all rows to None.
|
42 |
+
trait_row = None
|
43 |
+
age_row = None
|
44 |
+
gender_row = None
|
45 |
+
|
46 |
+
# 2.2 Data Type Conversion
|
47 |
+
# Define the conversion functions (they won't be used here, but we must still define them).
|
48 |
+
def convert_trait(value: str):
|
49 |
+
return None
|
50 |
+
|
51 |
+
def convert_age(value: str):
|
52 |
+
return None
|
53 |
+
|
54 |
+
def convert_gender(value: str):
|
55 |
+
return None
|
56 |
+
|
57 |
+
# 3. Save Metadata
|
58 |
+
is_trait_available = (trait_row is not None)
|
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=is_trait_available
|
65 |
+
)
|
66 |
+
|
67 |
+
# 4. Clinical Feature Extraction
|
68 |
+
# Since trait_row is None, we skip the clinical extraction 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])
|
75 |
+
# Based on the given identifiers (e.g., "1007_s_at", "1053_at", etc.),
|
76 |
+
# these appear to be Affymetrix probe set IDs, not standard human gene symbols.
|
77 |
+
# Therefore, we conclude that gene mapping to official gene symbols is required.
|
78 |
+
|
79 |
+
print("requires_gene_mapping = True")
|
80 |
+
# STEP5
|
81 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
82 |
+
gene_annotation = get_gene_annotation(soft_file)
|
83 |
+
|
84 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
85 |
+
print("Gene annotation preview:")
|
86 |
+
print(preview_df(gene_annotation))
|
87 |
+
# STEP: Gene Identifier Mapping
|
88 |
+
|
89 |
+
# 1. Decide which columns to use for probe IDs and gene symbols
|
90 |
+
# From the annotation preview, "ID" matches the probe identifiers
|
91 |
+
# and "Gene Symbol" contains the gene symbols.
|
92 |
+
probe_col = "ID"
|
93 |
+
gene_symbol_col = "Gene Symbol"
|
94 |
+
|
95 |
+
# 2. Get a gene mapping dataframe
|
96 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col=probe_col, gene_col=gene_symbol_col)
|
97 |
+
|
98 |
+
# 3. Convert probe-level measurements to gene expression data
|
99 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
100 |
+
import os
|
101 |
+
import pandas as pd
|
102 |
+
|
103 |
+
# STEP 7: Data Normalization and Linking
|
104 |
+
|
105 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
106 |
+
if not os.path.exists(out_clinical_data_file):
|
107 |
+
# No trait data file => dataset is not usable for trait analysis
|
108 |
+
df_null = pd.DataFrame()
|
109 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
110 |
+
validate_and_save_cohort_info(
|
111 |
+
is_final=True,
|
112 |
+
cohort=cohort,
|
113 |
+
info_path=json_path,
|
114 |
+
is_gene_available=True,
|
115 |
+
is_trait_available=False,
|
116 |
+
is_biased=is_biased,
|
117 |
+
df=df_null,
|
118 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
119 |
+
)
|
120 |
+
|
121 |
+
else:
|
122 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
123 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
124 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
125 |
+
|
126 |
+
# 2. Load the previously extracted clinical CSV.
|
127 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
128 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
129 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
130 |
+
|
131 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
132 |
+
combined_clinical_df = selected_clinical_df
|
133 |
+
|
134 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
135 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
136 |
+
|
137 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
138 |
+
processed_data = handle_missing_values(linked_data, trait)
|
139 |
+
|
140 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
141 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
142 |
+
|
143 |
+
# 5. Final validation and metadata saving.
|
144 |
+
is_usable = validate_and_save_cohort_info(
|
145 |
+
is_final=True,
|
146 |
+
cohort=cohort,
|
147 |
+
info_path=json_path,
|
148 |
+
is_gene_available=True,
|
149 |
+
is_trait_available=True,
|
150 |
+
is_biased=trait_biased,
|
151 |
+
df=processed_data,
|
152 |
+
note="Completed trait-based preprocessing."
|
153 |
+
)
|
154 |
+
|
155 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
156 |
+
if is_usable:
|
157 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/GSE68950.py
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
cohort = "GSE68950"
|
7 |
+
|
8 |
+
# Input paths
|
9 |
+
in_trait_dir = "../DATA/GEO/Mesothelioma"
|
10 |
+
in_cohort_dir = "../DATA/GEO/Mesothelioma/GSE68950"
|
11 |
+
|
12 |
+
# Output paths
|
13 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/GSE68950.csv"
|
14 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/GSE68950.csv"
|
15 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/GSE68950.csv"
|
16 |
+
json_path = "./output/preprocess/1/Mesothelioma/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 # "Assay Type: Gene Expression" is indicated in the background
|
38 |
+
|
39 |
+
# 2. Variable Availability and Data Type Conversion
|
40 |
+
|
41 |
+
# 2.1 Data Availability
|
42 |
+
# After checking row #1's values, we see none of the samples actually mention "mesothelioma".
|
43 |
+
# So the trait would be constant (all 0). Thus we treat it as unavailable.
|
44 |
+
trait_row = None
|
45 |
+
age_row = None
|
46 |
+
gender_row = None
|
47 |
+
|
48 |
+
# 2.2 Data Type Conversion
|
49 |
+
def convert_trait(x: str) -> Optional[int]:
|
50 |
+
# No usable trait data. Always return None.
|
51 |
+
return None
|
52 |
+
|
53 |
+
def convert_age(x: str) -> Optional[float]:
|
54 |
+
# No age data, return None.
|
55 |
+
return None
|
56 |
+
|
57 |
+
def convert_gender(x: str) -> Optional[int]:
|
58 |
+
# No gender data, return None.
|
59 |
+
return None
|
60 |
+
|
61 |
+
# 3. Save Metadata (Initial Filtering)
|
62 |
+
is_trait_available = (trait_row is not None)
|
63 |
+
is_usable = validate_and_save_cohort_info(
|
64 |
+
is_final=False,
|
65 |
+
cohort=cohort,
|
66 |
+
info_path=json_path,
|
67 |
+
is_gene_available=is_gene_available,
|
68 |
+
is_trait_available=is_trait_available
|
69 |
+
)
|
70 |
+
|
71 |
+
# 4. Clinical Feature Extraction
|
72 |
+
# Since trait_row is None, we skip this step.
|
73 |
+
# STEP3
|
74 |
+
# 1. Use the get_genetic_data function from the library to get the gene_data from the matrix_file previously defined.
|
75 |
+
gene_data = get_genetic_data(matrix_file)
|
76 |
+
|
77 |
+
# 2. Print the first 20 row IDs (gene or probe identifiers) for future observation.
|
78 |
+
print(gene_data.index[:20])
|
79 |
+
print("requires_gene_mapping = True")
|
80 |
+
# STEP5
|
81 |
+
# 1. Use the 'get_gene_annotation' function from the library to get gene annotation data from the SOFT file.
|
82 |
+
gene_annotation = get_gene_annotation(soft_file)
|
83 |
+
|
84 |
+
# 2. Use the 'preview_df' function from the library to preview the data and print out the results.
|
85 |
+
print("Gene annotation preview:")
|
86 |
+
print(preview_df(gene_annotation))
|
87 |
+
# STEP6: Gene Identifier Mapping
|
88 |
+
|
89 |
+
# 1 & 2. Determine the correct columns in gene_annotation and extract the mapping dataframe.
|
90 |
+
mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='Gene Symbol')
|
91 |
+
|
92 |
+
# 3. Convert probe-level measurements to gene-level expression data.
|
93 |
+
gene_data = apply_gene_mapping(gene_data, mapping_df)
|
94 |
+
import os
|
95 |
+
import pandas as pd
|
96 |
+
|
97 |
+
# STEP 7: Data Normalization and Linking
|
98 |
+
|
99 |
+
# First, check if the clinical CSV file exists. If it does not, we cannot proceed with trait-based linking.
|
100 |
+
if not os.path.exists(out_clinical_data_file):
|
101 |
+
# No trait data file => dataset is not usable for trait analysis
|
102 |
+
df_null = pd.DataFrame()
|
103 |
+
is_biased = True # Arbitrary boolean to satisfy function requirement
|
104 |
+
validate_and_save_cohort_info(
|
105 |
+
is_final=True,
|
106 |
+
cohort=cohort,
|
107 |
+
info_path=json_path,
|
108 |
+
is_gene_available=True,
|
109 |
+
is_trait_available=False,
|
110 |
+
is_biased=is_biased,
|
111 |
+
df=df_null,
|
112 |
+
note="No trait data file found; dataset not usable for trait analysis."
|
113 |
+
)
|
114 |
+
|
115 |
+
else:
|
116 |
+
# 1. Normalize the mapped gene expression data using known gene symbol synonyms, then save.
|
117 |
+
normalized_gene_data = normalize_gene_symbols_in_index(gene_data)
|
118 |
+
normalized_gene_data.to_csv(out_gene_data_file)
|
119 |
+
|
120 |
+
# 2. Load the previously extracted clinical CSV.
|
121 |
+
selected_clinical_df = pd.read_csv(out_clinical_data_file)
|
122 |
+
# If we had a single-row trait, rename row 0 to the trait name (example usage).
|
123 |
+
selected_clinical_df = selected_clinical_df.rename(index={0: trait})
|
124 |
+
|
125 |
+
# Combine these as our final clinical data; in this dataset, we only have trait info (if any).
|
126 |
+
combined_clinical_df = selected_clinical_df
|
127 |
+
|
128 |
+
# Link the clinical and genetic data by matching sample IDs in columns.
|
129 |
+
linked_data = geo_link_clinical_genetic_data(combined_clinical_df, normalized_gene_data)
|
130 |
+
|
131 |
+
# 3. Handle missing values in the linked data (drop incomplete rows/columns, then impute).
|
132 |
+
processed_data = handle_missing_values(linked_data, trait)
|
133 |
+
|
134 |
+
# 4. Check trait bias and remove any biased demographic features (if any).
|
135 |
+
trait_biased, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
136 |
+
|
137 |
+
# 5. Final validation and metadata saving.
|
138 |
+
is_usable = validate_and_save_cohort_info(
|
139 |
+
is_final=True,
|
140 |
+
cohort=cohort,
|
141 |
+
info_path=json_path,
|
142 |
+
is_gene_available=True,
|
143 |
+
is_trait_available=True,
|
144 |
+
is_biased=trait_biased,
|
145 |
+
df=processed_data,
|
146 |
+
note="Completed trait-based preprocessing."
|
147 |
+
)
|
148 |
+
|
149 |
+
# 6. If final dataset is usable, save. Otherwise, skip.
|
150 |
+
if is_usable:
|
151 |
+
processed_data.to_csv(out_data_file)
|
p1/preprocess/Mesothelioma/code/TCGA.py
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path Configuration
|
2 |
+
from tools.preprocess import *
|
3 |
+
|
4 |
+
# Processing context
|
5 |
+
trait = "Mesothelioma"
|
6 |
+
|
7 |
+
# Input paths
|
8 |
+
tcga_root_dir = "../DATA/TCGA"
|
9 |
+
|
10 |
+
# Output paths
|
11 |
+
out_data_file = "./output/preprocess/1/Mesothelioma/TCGA.csv"
|
12 |
+
out_gene_data_file = "./output/preprocess/1/Mesothelioma/gene_data/TCGA.csv"
|
13 |
+
out_clinical_data_file = "./output/preprocess/1/Mesothelioma/clinical_data/TCGA.csv"
|
14 |
+
json_path = "./output/preprocess/1/Mesothelioma/cohort_info.json"
|
15 |
+
|
16 |
+
import os
|
17 |
+
import pandas as pd
|
18 |
+
|
19 |
+
# List of subdirectories provided in the instructions:
|
20 |
+
subdirectories = [
|
21 |
+
'CrawlData.ipynb', '.DS_Store', 'TCGA_lower_grade_glioma_and_glioblastoma_(GBMLGG)',
|
22 |
+
'TCGA_Uterine_Carcinosarcoma_(UCS)', 'TCGA_Thyroid_Cancer_(THCA)', 'TCGA_Thymoma_(THYM)',
|
23 |
+
'TCGA_Testicular_Cancer_(TGCT)', 'TCGA_Stomach_Cancer_(STAD)', 'TCGA_Sarcoma_(SARC)',
|
24 |
+
'TCGA_Rectal_Cancer_(READ)', 'TCGA_Prostate_Cancer_(PRAD)', 'TCGA_Pheochromocytoma_Paraganglioma_(PCPG)',
|
25 |
+
'TCGA_Pancreatic_Cancer_(PAAD)', 'TCGA_Ovarian_Cancer_(OV)', 'TCGA_Ocular_melanomas_(UVM)',
|
26 |
+
'TCGA_Mesothelioma_(MESO)', 'TCGA_Melanoma_(SKCM)', 'TCGA_Lung_Squamous_Cell_Carcinoma_(LUSC)',
|
27 |
+
'TCGA_Lung_Cancer_(LUNG)', 'TCGA_Lung_Adenocarcinoma_(LUAD)', 'TCGA_Lower_Grade_Glioma_(LGG)',
|
28 |
+
'TCGA_Liver_Cancer_(LIHC)', 'TCGA_Large_Bcell_Lymphoma_(DLBC)', 'TCGA_Kidney_Papillary_Cell_Carcinoma_(KIRP)',
|
29 |
+
'TCGA_Kidney_Clear_Cell_Carcinoma_(KIRC)', 'TCGA_Kidney_Chromophobe_(KICH)', 'TCGA_Head_and_Neck_Cancer_(HNSC)',
|
30 |
+
'TCGA_Glioblastoma_(GBM)', 'TCGA_Esophageal_Cancer_(ESCA)', 'TCGA_Endometrioid_Cancer_(UCEC)',
|
31 |
+
'TCGA_Colon_and_Rectal_Cancer_(COADREAD)', 'TCGA_Colon_Cancer_(COAD)', 'TCGA_Cervical_Cancer_(CESC)',
|
32 |
+
'TCGA_Breast_Cancer_(BRCA)', 'TCGA_Bladder_Cancer_(BLCA)', 'TCGA_Bile_Duct_Cancer_(CHOL)',
|
33 |
+
'TCGA_Adrenocortical_Cancer_(ACC)', 'TCGA_Acute_Myeloid_Leukemia_(LAML)'
|
34 |
+
]
|
35 |
+
|
36 |
+
# Synonyms or keywords related to Mesothelioma
|
37 |
+
meso_synonyms = ["mesothelioma", "meso"]
|
38 |
+
|
39 |
+
selected_subdirectory = None
|
40 |
+
for subdir in subdirectories:
|
41 |
+
subdir_lower = subdir.lower()
|
42 |
+
if any(syn in subdir_lower for syn in meso_synonyms):
|
43 |
+
selected_subdirectory = subdir
|
44 |
+
break
|
45 |
+
|
46 |
+
if not selected_subdirectory:
|
47 |
+
# If no matching directory is found, mark dataset as unavailable
|
48 |
+
is_final = False
|
49 |
+
is_gene_available = False
|
50 |
+
is_trait_available = False
|
51 |
+
_ = validate_and_save_cohort_info(
|
52 |
+
is_final=is_final,
|
53 |
+
cohort="TCGA",
|
54 |
+
info_path=json_path,
|
55 |
+
is_gene_available=is_gene_available,
|
56 |
+
is_trait_available=is_trait_available
|
57 |
+
)
|
58 |
+
print(f"No suitable directory found for '{trait}'. Skipped this trait.")
|
59 |
+
else:
|
60 |
+
# Step 2: Identify clinicalMatrix file and PANCAN file
|
61 |
+
cohort_dir = os.path.join(tcga_root_dir, selected_subdirectory)
|
62 |
+
clinical_file_path, genetic_file_path = tcga_get_relevant_filepaths(cohort_dir)
|
63 |
+
|
64 |
+
# Step 3: Load both files as dataframes
|
65 |
+
clinical_df = pd.read_csv(clinical_file_path, index_col=0, sep='\t')
|
66 |
+
genetic_df = pd.read_csv(genetic_file_path, index_col=0, sep='\t')
|
67 |
+
|
68 |
+
# Step 4: Print the column names of the clinical data
|
69 |
+
print("Clinical data columns:")
|
70 |
+
print(list(clinical_df.columns))
|
71 |
+
# Step 1: Identify candidate columns
|
72 |
+
candidate_age_cols = ["age_at_initial_pathologic_diagnosis", "asbestos_exposure_age", "asbestos_exposure_age_last", "days_to_birth"]
|
73 |
+
candidate_gender_cols = ["gender"]
|
74 |
+
|
75 |
+
# Print them in the required format
|
76 |
+
print(f"candidate_age_cols = {candidate_age_cols}")
|
77 |
+
print(f"candidate_gender_cols = {candidate_gender_cols}")
|
78 |
+
|
79 |
+
# Step 2: Extract and preview data
|
80 |
+
if candidate_age_cols:
|
81 |
+
age_df = clinical_df[candidate_age_cols]
|
82 |
+
print("Age columns preview:", preview_df(age_df, n=5))
|
83 |
+
|
84 |
+
if candidate_gender_cols:
|
85 |
+
gender_df = clinical_df[candidate_gender_cols]
|
86 |
+
print("Gender columns preview:", preview_df(gender_df, n=5))
|
87 |
+
age_col = "age_at_initial_pathologic_diagnosis"
|
88 |
+
gender_col = "gender"
|
89 |
+
|
90 |
+
print("Chosen age_col:", age_col)
|
91 |
+
print("Chosen gender_col:", gender_col)
|
92 |
+
# 1. Extract and standardize the clinical features
|
93 |
+
selected_clinical_df = tcga_select_clinical_features(
|
94 |
+
clinical_df=clinical_df,
|
95 |
+
trait=trait,
|
96 |
+
age_col=age_col,
|
97 |
+
gender_col=gender_col
|
98 |
+
)
|
99 |
+
|
100 |
+
# 2. Normalize gene symbols in the expression data and save
|
101 |
+
gene_df = normalize_gene_symbols_in_index(genetic_df)
|
102 |
+
gene_df.to_csv(out_gene_data_file)
|
103 |
+
|
104 |
+
# 3. Link clinical and genetic data
|
105 |
+
# The genetic data has samples as columns, so transpose before joining
|
106 |
+
linked_data = selected_clinical_df.join(gene_df.T, how='inner')
|
107 |
+
|
108 |
+
# 4. Handle missing values
|
109 |
+
processed_data = handle_missing_values(linked_data, trait_col=trait)
|
110 |
+
|
111 |
+
# 5. Determine and remove biased features
|
112 |
+
biased_trait, processed_data = judge_and_remove_biased_features(processed_data, trait)
|
113 |
+
|
114 |
+
# 6. Final quality validation
|
115 |
+
gene_cols = [col for col in processed_data.columns if col not in [trait, "Age", "Gender"]]
|
116 |
+
is_gene_available = len(gene_cols) > 0
|
117 |
+
is_trait_available = trait in processed_data.columns
|
118 |
+
|
119 |
+
is_usable = validate_and_save_cohort_info(
|
120 |
+
is_final=True,
|
121 |
+
cohort="TCGA",
|
122 |
+
info_path=json_path,
|
123 |
+
is_gene_available=is_gene_available,
|
124 |
+
is_trait_available=is_trait_available,
|
125 |
+
is_biased=biased_trait,
|
126 |
+
df=processed_data,
|
127 |
+
note="Final data processing for Kidney_Chromophobe"
|
128 |
+
)
|
129 |
+
|
130 |
+
# 7. Save linked data if usable
|
131 |
+
if is_usable:
|
132 |
+
processed_data.to_csv(out_data_file)
|