Liu-Hy commited on
Commit
012bb62
·
verified ·
1 Parent(s): d5514d2

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. p3/preprocess/Longevity/GSE48264.csv +3 -0
  3. p3/preprocess/Longevity/gene_data/GSE48264.csv +3 -0
  4. p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE112943.csv +3 -0
  5. p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE131528.csv +3 -0
  6. p3/preprocess/Schizophrenia/clinical_data/GSE119288.csv +2 -0
  7. p3/preprocess/Schizophrenia/clinical_data/GSE119289.csv +2 -0
  8. p3/preprocess/Schizophrenia/clinical_data/GSE120340.csv +2 -0
  9. p3/preprocess/Schizophrenia/clinical_data/GSE120342.csv +2 -0
  10. p3/preprocess/Schizophrenia/clinical_data/GSE145554.csv +4 -0
  11. p3/preprocess/Schizophrenia/clinical_data/GSE161986.csv +3 -0
  12. p3/preprocess/Schizophrenia/clinical_data/GSE165813.csv +2 -0
  13. p3/preprocess/Schizophrenia/clinical_data/GSE285666.csv +2 -0
  14. p3/preprocess/Schizophrenia/code/GSE165813.py +155 -0
  15. p3/preprocess/Schizophrenia/code/GSE193818.py +135 -0
  16. p3/preprocess/Schizophrenia/code/GSE273630.py +116 -0
  17. p3/preprocess/Schizophrenia/code/GSE285666.py +164 -0
  18. p3/preprocess/Schizophrenia/code/TCGA.py +28 -0
  19. p3/preprocess/Schizophrenia/gene_data/GSE119289.csv +6 -0
  20. p3/preprocess/Schizophrenia/gene_data/GSE120340.csv +0 -0
  21. p3/preprocess/Schizophrenia/gene_data/GSE161986.csv +0 -0
  22. p3/preprocess/Schizophrenia/gene_data/GSE273630.csv +0 -0
  23. p3/preprocess/Sickle_Cell_Anemia/GSE53441.csv +0 -0
  24. p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE117613.csv +4 -0
  25. p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE53441.csv +2 -0
  26. p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84632.csv +2 -0
  27. p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84633.csv +2 -0
  28. p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84634.csv +2 -0
  29. p3/preprocess/Sickle_Cell_Anemia/code/GSE117613.py +178 -0
  30. p3/preprocess/Sickle_Cell_Anemia/code/GSE41575.py +66 -0
  31. p3/preprocess/Sickle_Cell_Anemia/code/GSE46471.py +130 -0
  32. p3/preprocess/Sickle_Cell_Anemia/code/GSE53441.py +168 -0
  33. p3/preprocess/Sickle_Cell_Anemia/code/GSE84632.py +147 -0
  34. p3/preprocess/Sickle_Cell_Anemia/code/GSE84633.py +157 -0
  35. p3/preprocess/Sickle_Cell_Anemia/code/GSE84634.py +164 -0
  36. p3/preprocess/Sickle_Cell_Anemia/code/TCGA.py +114 -0
  37. p3/preprocess/Sickle_Cell_Anemia/cohort_info.json +1 -0
  38. p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE46471.csv +0 -0
  39. p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE53441.csv +0 -0
  40. p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE84633.csv +0 -0
  41. p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE84634.csv +0 -0
  42. p3/regress/Pancreatic_Cancer/significant_genes_condition_Age.json +111 -0
  43. p3/regress/Pancreatic_Cancer/significant_genes_condition_Gender.json +96 -0
  44. p3/regress/Pancreatic_Cancer/significant_genes_condition_Hypertension.json +612 -0
  45. p3/regress/Pancreatic_Cancer/significant_genes_condition_None.json +600 -0
  46. p3/regress/Pancreatic_Cancer/significant_genes_condition_Obesity.json +642 -0
  47. p3/regress/Parkinsons_Disease/significant_genes_condition_Age.json +1905 -0
  48. p3/regress/Parkinsons_Disease/significant_genes_condition_Alzheimers_Disease.json +2340 -0
  49. p3/regress/Parkinsons_Disease/significant_genes_condition_Gender.json +2355 -0
  50. p3/regress/Parkinsons_Disease/significant_genes_condition_Hypertension.json +2340 -0
.gitattributes CHANGED
@@ -1885,3 +1885,7 @@ p3/preprocess/Kidney_Clear_Cell_Carcinoma/GSE119958.csv filter=lfs diff=lfs merg
1885
  p3/preprocess/Kidney_Papillary_Cell_Carcinoma/GSE19949.csv filter=lfs diff=lfs merge=lfs -text
1886
  p3/preprocess/Lower_Grade_Glioma/GSE107850.csv filter=lfs diff=lfs merge=lfs -text
1887
  p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/GSE112943.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
1885
  p3/preprocess/Kidney_Papillary_Cell_Carcinoma/GSE19949.csv filter=lfs diff=lfs merge=lfs -text
1886
  p3/preprocess/Lower_Grade_Glioma/GSE107850.csv filter=lfs diff=lfs merge=lfs -text
1887
  p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/GSE112943.csv filter=lfs diff=lfs merge=lfs -text
1888
+ p3/preprocess/Longevity/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
1889
+ p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE112943.csv filter=lfs diff=lfs merge=lfs -text
1890
+ p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE131528.csv filter=lfs diff=lfs merge=lfs -text
1891
+ p3/preprocess/Longevity/gene_data/GSE48264.csv filter=lfs diff=lfs merge=lfs -text
p3/preprocess/Longevity/GSE48264.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5470b422e88c5ebbc7964dd579fa67205dbe87eabe22fbe2f9d6b20aed2b1ca
3
+ size 15163829
p3/preprocess/Longevity/gene_data/GSE48264.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3b0375caa90633f61c6ef08099e91069fdb14580faae77c2591bbce7177ba0
3
+ size 15163391
p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE112943.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:611712bc5c67aa555170faa9a360cf1b7794ea5207d626866f967f82bcced05d
3
+ size 12112161
p3/preprocess/Lupus_(Systemic_Lupus_Erythematosus)/gene_data/GSE131528.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1a33f27ab1559a265d1d69be68d71224d94b8e3c38d4ec565a928acebd76ca
3
+ size 12218404
p3/preprocess/Schizophrenia/clinical_data/GSE119288.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM3367915,GSM3367916,GSM3367917,GSM3367918,GSM3367919,GSM3367920,GSM3367921,GSM3367922,GSM3367923,GSM3367924,GSM3367925,GSM3367926,GSM3367927,GSM3367928,GSM3367929,GSM3367930,GSM3367931,GSM3367932,GSM3367933,GSM3367934,GSM3367935,GSM3367936,GSM3367937,GSM3367938,GSM3367939,GSM3367940,GSM3367941,GSM3367942,GSM3367943,GSM3367944,GSM3367945,GSM3367946,GSM3367947,GSM3367948,GSM3367949,GSM3367950,GSM3367951,GSM3367952,GSM3367953,GSM3367954,GSM3367955,GSM3367956,GSM3367957,GSM3367958,GSM3367959,GSM3367960,GSM3367961,GSM3367962,GSM3367963,GSM3367964,GSM3367965,GSM3367966,GSM3367967,GSM3367968,GSM3367969,GSM3367970,GSM3367971,GSM3367972,GSM3367973,GSM3367974,GSM3367975,GSM3367976,GSM3367977,GSM3367978,GSM3367979,GSM3367980,GSM3367981,GSM3367982,GSM3367983,GSM3367984,GSM3367985,GSM3367986,GSM3367987,GSM3367988,GSM3367989,GSM3367990,GSM3367991,GSM3367992,GSM3367993,GSM3367994,GSM3367995,GSM3367996,GSM3367997,GSM3367998,GSM3367999,GSM3368000,GSM3368001,GSM3368002,GSM3368003,GSM3368004,GSM3368005,GSM3368006,GSM3368007,GSM3368008,GSM3368009,GSM3368010,GSM3368011,GSM3368012,GSM3368013,GSM3368014,GSM3368015,GSM3368016,GSM3368017,GSM3368018,GSM3368019,GSM3368020,GSM3368021,GSM3368022,GSM3368023,GSM3368024,GSM3368025,GSM3368026,GSM3368027,GSM3368028,GSM3368029,GSM3368030,GSM3368031,GSM3368032,GSM3368033,GSM3368034,GSM3368035,GSM3368036,GSM3368037,GSM3368038,GSM3368039,GSM3368040,GSM3368041,GSM3368042,GSM3368043,GSM3368044,GSM3368045,GSM3368046,GSM3368047,GSM3368048,GSM3368049,GSM3368050,GSM3368051,GSM3368052,GSM3368053,GSM3368054,GSM3368055,GSM3368056,GSM3368057,GSM3368058,GSM3368059,GSM3368060,GSM3368061,GSM3368062,GSM3368063,GSM3368064,GSM3368065,GSM3368066,GSM3368067,GSM3368068,GSM3368069,GSM3368070,GSM3368071,GSM3368072,GSM3368073,GSM3368074,GSM3368075,GSM3368076,GSM3368077,GSM3368078,GSM3368079,GSM3368080,GSM3368081,GSM3368082,GSM3368083,GSM3368084,GSM3368085,GSM3368086,GSM3368087,GSM3368088,GSM3368089,GSM3368090,GSM3368091,GSM3368092,GSM3368093,GSM3368094,GSM3368095,GSM3368096,GSM3368097,GSM3368098,GSM3368099,GSM3368100,GSM3368101,GSM3368102,GSM3368103,GSM3368104,GSM3368105,GSM3368106,GSM3368107,GSM3368108,GSM3368109,GSM3368110,GSM3368111,GSM3368112,GSM3368113,GSM3368114,GSM3368115,GSM3368116,GSM3368117,GSM3368118,GSM3368119,GSM3368120,GSM3368121,GSM3368122,GSM3368123,GSM3368124,GSM3368125,GSM3368126,GSM3368127,GSM3368128,GSM3368129,GSM3368130,GSM3368131,GSM3368132,GSM3368133,GSM3368134,GSM3368135,GSM3368136,GSM3368137,GSM3368138,GSM3368139,GSM3368140,GSM3368141,GSM3368142,GSM3368143,GSM3368144,GSM3368145,GSM3368146,GSM3368147,GSM3368148,GSM3368149,GSM3368150,GSM3368151,GSM3368152,GSM3368153,GSM3368154,GSM3368155,GSM3368156,GSM3368157,GSM3368158,GSM3368159,GSM3368160,GSM3368161,GSM3368162,GSM3368163,GSM3368164,GSM3368165,GSM3368166,GSM3368167,GSM3368168,GSM3368169,GSM3368170,GSM3368171,GSM3368172,GSM3368173,GSM3368174,GSM3368175,GSM3368176,GSM3368177,GSM3368178,GSM3368179,GSM3368180,GSM3368181,GSM3368182,GSM3368183,GSM3368184,GSM3368185,GSM3368186,GSM3368187,GSM3368188,GSM3368189,GSM3368190,GSM3368191,GSM3368192,GSM3368193,GSM3368194,GSM3368195,GSM3368196,GSM3368197,GSM3368198,GSM3368199,GSM3368200,GSM3368201,GSM3368202,GSM3368203,GSM3368204,GSM3368205,GSM3368206,GSM3368207,GSM3368208,GSM3368209,GSM3368210,GSM3368211,GSM3368212,GSM3368213,GSM3368214,GSM3368215,GSM3368216,GSM3368217,GSM3368218,GSM3368219,GSM3368220,GSM3368221,GSM3368222,GSM3368223,GSM3368224,GSM3368225,GSM3368226,GSM3368227,GSM3368228,GSM3368229,GSM3368230,GSM3368231,GSM3368232,GSM3368233,GSM3368234,GSM3368235,GSM3368236,GSM3368237,GSM3368238,GSM3368239,GSM3368240,GSM3368241,GSM3368242,GSM3368243,GSM3368244,GSM3368245,GSM3368246,GSM3368247,GSM3368248,GSM3368249,GSM3368250,GSM3368251,GSM3368252,GSM3368253,GSM3368254,GSM3368255,GSM3368256,GSM3368257,GSM3368258,GSM3368259,GSM3368260,GSM3368261,GSM3368262,GSM3368263,GSM3368264,GSM3368265,GSM3368266,GSM3368267,GSM3368268,GSM3368269,GSM3368270,GSM3368271,GSM3368272,GSM3368273,GSM3368274,GSM3368275,GSM3368276,GSM3368277,GSM3368278,GSM3368279,GSM3368280,GSM3368281,GSM3368282,GSM3368283,GSM3368284,GSM3368285,GSM3368286,GSM3368287,GSM3368288,GSM3368289,GSM3368290,GSM3368291,GSM3368292,GSM3368293,GSM3368294
2
+ Schizophrenia,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Schizophrenia/clinical_data/GSE119289.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM3368295,GSM3368296,GSM3368297,GSM3368298,GSM3368299,GSM3368300,GSM3368301,GSM3368302,GSM3368303,GSM3368304,GSM3368305,GSM3368306,GSM3368307,GSM3368308,GSM3368309,GSM3368310,GSM3368311,GSM3368312,GSM3368313,GSM3368314,GSM3368315,GSM3368316,GSM3368317,GSM3368318,GSM3368319,GSM3368320,GSM3368321,GSM3368322,GSM3368323,GSM3368324,GSM3368325,GSM3368326,GSM3368327,GSM3368328,GSM3368329,GSM3368330,GSM3368331,GSM3368332,GSM3368333,GSM3368334,GSM3368335,GSM3368336,GSM3368337,GSM3368338,GSM3368339,GSM3368340,GSM3368341,GSM3368342,GSM3368343,GSM3368344,GSM3368345,GSM3368346,GSM3368347,GSM3368348,GSM3368349,GSM3368350,GSM3368351,GSM3368352,GSM3368353,GSM3368354,GSM3368355,GSM3368356,GSM3368357,GSM3368358,GSM3368359,GSM3368360,GSM3368361,GSM3368362,GSM3368363,GSM3368364,GSM3368365,GSM3368366,GSM3368367,GSM3368368,GSM3368369,GSM3368370,GSM3368371,GSM3368372,GSM3368373,GSM3368374,GSM3368375,GSM3368376,GSM3368377,GSM3368378,GSM3368379,GSM3368380,GSM3368381,GSM3368382,GSM3368383,GSM3368384,GSM3368385,GSM3368386,GSM3368387,GSM3368388,GSM3368389,GSM3368390,GSM3368391,GSM3368392,GSM3368393,GSM3368394,GSM3368395,GSM3368396,GSM3368397,GSM3368398,GSM3368399,GSM3368400,GSM3368401,GSM3368402,GSM3368403,GSM3368404,GSM3368405,GSM3368406,GSM3368407,GSM3368408,GSM3368409,GSM3368410,GSM3368411,GSM3368412,GSM3368413,GSM3368414,GSM3368415,GSM3368416,GSM3368417,GSM3368418,GSM3368419,GSM3368420,GSM3368421,GSM3368422,GSM3368423,GSM3368424,GSM3368425,GSM3368426,GSM3368427,GSM3368428,GSM3368429,GSM3368430,GSM3368431,GSM3368432,GSM3368433,GSM3368434,GSM3368435,GSM3368436,GSM3368437,GSM3368438,GSM3368439,GSM3368440,GSM3368441,GSM3368442,GSM3368443,GSM3368444,GSM3368445,GSM3368446,GSM3368447,GSM3368448,GSM3368449,GSM3368450,GSM3368451,GSM3368452,GSM3368453,GSM3368454,GSM3368455,GSM3368456,GSM3368457,GSM3368458,GSM3368459,GSM3368460,GSM3368461,GSM3368462,GSM3368463,GSM3368464,GSM3368465,GSM3368466,GSM3368467,GSM3368468,GSM3368469,GSM3368470,GSM3368471,GSM3368472,GSM3368473,GSM3368474,GSM3368475,GSM3368476,GSM3368477,GSM3368478,GSM3368479,GSM3368480,GSM3368481,GSM3368482,GSM3368483,GSM3368484,GSM3368485,GSM3368486,GSM3368487,GSM3368488,GSM3368489,GSM3368490,GSM3368491,GSM3368492,GSM3368493,GSM3368494,GSM3368495,GSM3368496,GSM3368497,GSM3368498,GSM3368499,GSM3368500,GSM3368501,GSM3368502,GSM3368503,GSM3368504,GSM3368505,GSM3368506,GSM3368507,GSM3368508,GSM3368509,GSM3368510,GSM3368511,GSM3368512,GSM3368513,GSM3368514,GSM3368515,GSM3368516,GSM3368517,GSM3368518,GSM3368519,GSM3368520,GSM3368521,GSM3368522,GSM3368523,GSM3368524,GSM3368525,GSM3368526,GSM3368527,GSM3368528,GSM3368529,GSM3368530,GSM3368531,GSM3368532,GSM3368533,GSM3368534,GSM3368535,GSM3368536,GSM3368537,GSM3368538,GSM3368539,GSM3368540,GSM3368541,GSM3368542,GSM3368543,GSM3368544,GSM3368545,GSM3368546,GSM3368547,GSM3368548,GSM3368549,GSM3368550,GSM3368551,GSM3368552,GSM3368553,GSM3368554,GSM3368555,GSM3368556,GSM3368557,GSM3368558,GSM3368559,GSM3368560,GSM3368561,GSM3368562,GSM3368563,GSM3368564,GSM3368565,GSM3368566,GSM3368567,GSM3368568,GSM3368569,GSM3368570,GSM3368571,GSM3368572,GSM3368573,GSM3368574,GSM3368575,GSM3368576,GSM3368577,GSM3368578,GSM3368579,GSM3368580,GSM3368581,GSM3368582,GSM3368583,GSM3368584,GSM3368585,GSM3368586,GSM3368587,GSM3368588,GSM3368589,GSM3368590,GSM3368591,GSM3368592,GSM3368593,GSM3368594,GSM3368595,GSM3368596,GSM3368597,GSM3368598,GSM3368599,GSM3368600,GSM3368601,GSM3368602,GSM3368603,GSM3368604,GSM3368605,GSM3368606,GSM3368607,GSM3368608,GSM3368609,GSM3368610,GSM3368611,GSM3368612,GSM3368613,GSM3368614,GSM3368615,GSM3368616,GSM3368617,GSM3368618,GSM3368619,GSM3368620,GSM3368621,GSM3368622,GSM3368623,GSM3368624,GSM3368625,GSM3368626,GSM3368627,GSM3368628,GSM3368629,GSM3368630,GSM3368631,GSM3368632,GSM3368633,GSM3368634,GSM3368635,GSM3368636,GSM3368637,GSM3368638,GSM3368639,GSM3368640,GSM3368641,GSM3368642,GSM3368643,GSM3368644,GSM3368645,GSM3368646,GSM3368647,GSM3368648,GSM3368649,GSM3368650,GSM3368651,GSM3368652,GSM3368653,GSM3368654,GSM3368655,GSM3368656,GSM3368657,GSM3368658,GSM3368659,GSM3368660,GSM3368661,GSM3368662,GSM3368663,GSM3368664,GSM3368665,GSM3368666,GSM3368667,GSM3368668,GSM3368669,GSM3368670,GSM3368671,GSM3368672,GSM3368673,GSM3368674
2
+ Schizophrenia,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Schizophrenia/clinical_data/GSE120340.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM3398477,GSM3398478,GSM3398479,GSM3398480,GSM3398481,GSM3398482,GSM3398483,GSM3398484,GSM3398485,GSM3398486,GSM3398487,GSM3398488,GSM3398489,GSM3398490,GSM3398491,GSM3398492,GSM3398493,GSM3398494,GSM3398495,GSM3398496,GSM3398497,GSM3398498,GSM3398499,GSM3398500,GSM3398501,GSM3398502,GSM3398503,GSM3398504,GSM3398505,GSM3398506
2
+ Schizophrenia,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,,,,,,,,,,
p3/preprocess/Schizophrenia/clinical_data/GSE120342.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM3398507,GSM3398508,GSM3398509,GSM3398510,GSM3398511,GSM3398512,GSM3398513,GSM3398514,GSM3398515,GSM3398516,GSM3398517
2
+ Schizophrenia,0.0,0.0,0.0,0.0,1.0,1.0,1.0,,,,
p3/preprocess/Schizophrenia/clinical_data/GSE145554.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM4321410,GSM4321411,GSM4321412,GSM4321413,GSM4321414,GSM4321415,GSM4321416,GSM4321417,GSM4321418,GSM4321419,GSM4321420,GSM4321421,GSM4321422,GSM4321423,GSM4321424,GSM4321425,GSM4321426,GSM4321427,GSM4321428,GSM4321429,GSM4321430,GSM4321431,GSM4321432,GSM4321433,GSM4321434,GSM4321435,GSM4321436,GSM4321437,GSM4321438,GSM4321439,GSM4321440,GSM4321441,GSM4321442,GSM4321443,GSM4321444,GSM4321445,GSM4321446,GSM4321447,GSM4321448,GSM4321449,GSM4321450,GSM4321451,GSM4321452
2
+ Schizophrenia,1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0
3
+ Age,63.0,90.0,83.0,69.0,73.0,84.0,66.0,78.0,65.0,89.0,69.0,74.0,66.0,86.0,79.0,77.0,68.0,59.0,58.0,90.0,72.0,80.0,58.0,57.0,63.0,90.0,83.0,69.0,84.0,66.0,78.0,65.0,89.0,69.0,74.0,66.0,79.0,77.0,68.0,59.0,58.0,90.0,72.0
4
+ Gender,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0
p3/preprocess/Schizophrenia/clinical_data/GSE161986.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ,GSM4929029,GSM4929030,GSM4929031,GSM4929032,GSM4929033,GSM4929034,GSM4929035,GSM4929036,GSM4929037,GSM4929038,GSM4929039,GSM4929040,GSM4929041,GSM4929042,GSM4929043,GSM4929044,GSM4929045,GSM4929046,GSM4929047,GSM4929048,GSM4929049,GSM4929050,GSM4929051,GSM4929052,GSM4929053,GSM4929054,GSM4929055,GSM4929056,GSM4929057,GSM4929058,GSM4929059,GSM4929060,GSM4929061,GSM4929062,GSM4929063
2
+ Schizophrenia,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0
3
+ Age,61.0,44.0,62.0,56.0,63.0,42.0,46.0,56.0,52.0,43.0,59.0,56.0,54.0,46.0,39.0,73.0,56.0,50.0,63.0,50.0,50.0,51.0,64.0,55.0,55.0,47.0,50.0,55.0,53.0,82.0,64.0,73.0,73.0,57.0,59.0
p3/preprocess/Schizophrenia/clinical_data/GSE165813.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM5906434,GSM5906435,GSM5906436,GSM5906437,GSM5906438,GSM5906439,GSM5906440,GSM5906441,GSM5906442,GSM5906443,GSM5906444,GSM5906445,GSM5906446,GSM5906447,GSM5906448,GSM5906449,GSM5906450,GSM5906451,GSM5906452,GSM5906453,GSM5906454,GSM5906455,GSM5906456,GSM5906457,GSM5906458,GSM5906459,GSM5906460,GSM5906461,GSM5906462,GSM5906463,GSM5906464,GSM5906465,GSM5906466,GSM5906467,GSM5906468,GSM5906469,GSM5906470,GSM5906471,GSM5906472,GSM5906473,GSM5906474,GSM5906475,GSM5906476,GSM5906477,GSM5906478,GSM5906479,GSM5906480,GSM5906481
2
+ Schizophrenia,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,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
p3/preprocess/Schizophrenia/clinical_data/GSE285666.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM8706502,GSM8706503,GSM8706504,GSM8706505,GSM8706506,GSM8706507,GSM8706508,GSM8706509,GSM8706510,GSM8706511,GSM8706512,GSM8706513,GSM8706514,GSM8706515,GSM8706516,GSM8706517,GSM8706518,GSM8706519,GSM8706520,GSM8706521,GSM8706522,GSM8706523,GSM8706524,GSM8706525,GSM8706526,GSM8706527,GSM8706528,GSM8706529,GSM8706530,GSM8706531,GSM8706532,GSM8706533,GSM8706534,GSM8706535,GSM8706536,GSM8706537,GSM8706538,GSM8706539,GSM8706540,GSM8706541,GSM8706542,GSM8706543,GSM8706544,GSM8706545,GSM8706546,GSM8706547,GSM8706548,GSM8706549,GSM8706550,GSM8706551,GSM8706552,GSM8706553
2
+ Schizophrenia,0.0,0.0,0.0,0.0,0.0,0.0,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
p3/preprocess/Schizophrenia/code/GSE165813.py ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Schizophrenia"
6
+ cohort = "GSE165813"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Schizophrenia"
10
+ in_cohort_dir = "../DATA/GEO/Schizophrenia/GSE165813"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Schizophrenia/GSE165813.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Schizophrenia/gene_data/GSE165813.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Schizophrenia/clinical_data/GSE165813.csv"
16
+ json_path = "./output/preprocess/3/Schizophrenia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # Yes - Affymetrix array data indicated in title
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type
37
+ # Trait (Status) - Not directly available in characteristics
38
+ # But can be inferred from histological type - fetal/adult brain samples are controls, others are cases
39
+ trait_row = 1
40
+
41
+ # Age/Gender not available
42
+ age_row = None
43
+ gender_row = None
44
+
45
+ # Conversion Functions
46
+ def convert_trait(value):
47
+ if not isinstance(value, str):
48
+ return None
49
+ value = value.split(': ')[-1].lower().strip()
50
+ # Control samples are normal brain tissues
51
+ if any(x in value for x in ['fetal', 'adult', 'pediatric']):
52
+ return 0 # Control
53
+ # Tumor samples
54
+ elif any(x in value for x in ['astroblastoma', 'ptpr', 'pxa']):
55
+ return 1 # Case
56
+ return None
57
+
58
+ def convert_age(value):
59
+ # Not used since age_row is None
60
+ return None
61
+
62
+ def convert_gender(value):
63
+ # Not used since gender_row is None
64
+ return None
65
+
66
+ # 3. Save Metadata
67
+ is_trait_available = trait_row is not None
68
+ validate_and_save_cohort_info(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
+ # 4. Clinical Feature Extraction
75
+ if trait_row is not None:
76
+ clinical_features = geo_select_clinical_features(
77
+ clinical_df=clinical_data,
78
+ trait=trait,
79
+ trait_row=trait_row,
80
+ convert_trait=convert_trait,
81
+ age_row=age_row,
82
+ convert_age=convert_age,
83
+ gender_row=gender_row,
84
+ convert_gender=convert_gender
85
+ )
86
+ print("Preview of extracted clinical features:")
87
+ print(preview_df(clinical_features))
88
+ clinical_features.to_csv(out_clinical_data_file)
89
+ # Get gene expression data from matrix file
90
+ genetic_data = get_genetic_data(matrix_file_path)
91
+
92
+ # Examine data structure
93
+ print("Data structure and head:")
94
+ print(genetic_data.head())
95
+
96
+ print("\nShape:", genetic_data.shape)
97
+
98
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
99
+ print(list(genetic_data.index)[:20])
100
+
101
+ # Get a few column names to verify sample IDs
102
+ print("\nFirst 5 column names:")
103
+ print(list(genetic_data.columns)[:5])
104
+ requires_gene_mapping = False
105
+ # 1. Normalize gene symbols
106
+ genetic_data = normalize_gene_symbols_in_index(genetic_data)
107
+ print("Gene data shape after normalization:", genetic_data.shape)
108
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
109
+ genetic_data.to_csv(out_gene_data_file)
110
+
111
+ # Load clinical data previously processed
112
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
113
+ print("\nClinical data shape:", selected_clinical_df.shape)
114
+
115
+ # 2. Link clinical and genetic data
116
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, genetic_data)
117
+ print("\nLinked data shape:", linked_data.shape)
118
+
119
+ # 3. Handle missing values systematically
120
+ if trait in linked_data.columns:
121
+ linked_data = handle_missing_values(linked_data, trait)
122
+
123
+ # 4. Check for bias in trait and demographic features
124
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
125
+
126
+ # 5. Final validation and information saving
127
+ note = "This dataset contains gene expression data from brain tumor and normal brain samples, with schizophrenia status as the trait."
128
+ is_usable = validate_and_save_cohort_info(
129
+ is_final=True,
130
+ cohort=cohort,
131
+ info_path=json_path,
132
+ is_gene_available=True,
133
+ is_trait_available=True,
134
+ is_biased=trait_biased,
135
+ df=linked_data,
136
+ note=note
137
+ )
138
+
139
+ # 6. Save linked data only if usable and not biased
140
+ if is_usable and not trait_biased:
141
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
142
+ linked_data.to_csv(out_data_file)
143
+ else:
144
+ # Handle case where clinical features were not properly extracted
145
+ note = "Failed to extract clinical trait information from sample characteristics."
146
+ validate_and_save_cohort_info(
147
+ is_final=True,
148
+ cohort=cohort,
149
+ info_path=json_path,
150
+ is_gene_available=True,
151
+ is_trait_available=False,
152
+ is_biased=None,
153
+ df=None,
154
+ note=note
155
+ )
p3/preprocess/Schizophrenia/code/GSE193818.py ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Schizophrenia"
6
+ cohort = "GSE193818"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Schizophrenia"
10
+ in_cohort_dir = "../DATA/GEO/Schizophrenia/GSE193818"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Schizophrenia/GSE193818.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Schizophrenia/gene_data/GSE193818.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Schizophrenia/clinical_data/GSE193818.csv"
16
+ json_path = "./output/preprocess/3/Schizophrenia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # From the Series description, this is RNA data from blood samples
34
+ is_gene_available = True
35
+
36
+ # 2.1 Data Availability
37
+ # All patients have schizophrenia according to Series title/summary
38
+ trait_row = None
39
+ # Age available in row 1
40
+ age_row = 1
41
+ # Gender available in row 0
42
+ gender_row = 0
43
+
44
+ # 2.2 Data Type Conversion Functions
45
+ def convert_trait(x):
46
+ # All samples have schizophrenia, but this row is not available
47
+ return None
48
+
49
+ def convert_age(x):
50
+ if pd.isna(x):
51
+ return None
52
+ try:
53
+ # Extract numeric value after colon
54
+ age = float(x.split(': ')[1])
55
+ return age
56
+ except:
57
+ return None
58
+
59
+ def convert_gender(x):
60
+ if pd.isna(x):
61
+ return None
62
+ value = x.split(': ')[1].lower()
63
+ if value == 'female':
64
+ return 0
65
+ elif value == 'male':
66
+ return 1
67
+ return None
68
+
69
+ # 3. Save Metadata
70
+ # is_trait_available is False since all samples have schizophrenia (constant)
71
+ validate_and_save_cohort_info(is_final=False,
72
+ cohort=cohort,
73
+ info_path=json_path,
74
+ is_gene_available=is_gene_available,
75
+ is_trait_available=False)
76
+
77
+ # 4. Clinical Feature Extraction skipped since trait_row is None
78
+ # Get gene expression data from matrix file
79
+ genetic_data = get_genetic_data(matrix_file_path)
80
+
81
+ # Examine data structure
82
+ print("Data structure and head:")
83
+ print(genetic_data.head())
84
+
85
+ print("\nShape:", genetic_data.shape)
86
+
87
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
88
+ print(list(genetic_data.index)[:20])
89
+
90
+ # Get a few column names to verify sample IDs
91
+ print("\nFirst 5 column names:")
92
+ print(list(genetic_data.columns)[:5])
93
+ # The IDs look like Affymetrix probe IDs (e.g., 'AFFX-BkGr-GC03_st')
94
+ # These are not standard human gene symbols and will need to be mapped
95
+ requires_gene_mapping = True
96
+ # Extract gene annotation data
97
+ gene_annotation = get_gene_annotation(soft_file_path)
98
+
99
+ # Preview column names and values from annotation dataframe
100
+ print("Gene annotation DataFrame preview:")
101
+ print(preview_df(gene_annotation))
102
+ # The gene expression data uses probe IDs similar to 'AFFX-BkGr-GC03_st'
103
+ # The gene annotation contains detailed information about genes in 'SPOT_ID.1'
104
+ # We need to extract gene symbols from this field and pair them with IDs
105
+
106
+ # Get mapping dataframe containing probe IDs and gene symbols
107
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='SPOT_ID.1')
108
+
109
+ # Apply mapping to convert probe-level data to gene expression data
110
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
111
+
112
+ # Save gene expression data
113
+ gene_data.to_csv(out_gene_data_file)
114
+
115
+ print("Gene data shape:", gene_data.shape)
116
+ print("\nFirst few genes and samples:")
117
+ print(preview_df(gene_data))
118
+ # 1. Normalize gene symbols
119
+ gene_data = normalize_gene_symbols_in_index(gene_data)
120
+ print("Gene data shape after normalization:", gene_data.shape)
121
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
122
+ gene_data.to_csv(out_gene_data_file)
123
+
124
+ # Mark dataset as unusable due to constant trait
125
+ note = "All samples have schizophrenia (constant trait), making the dataset unsuitable for associational studies."
126
+ validate_and_save_cohort_info(
127
+ is_final=True,
128
+ cohort=cohort,
129
+ info_path=json_path,
130
+ is_gene_available=True,
131
+ is_trait_available=False,
132
+ is_biased=True, # Since constant trait = 100% bias
133
+ df=gene_data, # Gene data serves as the dataset
134
+ note=note
135
+ )
p3/preprocess/Schizophrenia/code/GSE273630.py ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Schizophrenia"
6
+ cohort = "GSE273630"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Schizophrenia"
10
+ in_cohort_dir = "../DATA/GEO/Schizophrenia/GSE273630"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Schizophrenia/GSE273630.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Schizophrenia/gene_data/GSE273630.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Schizophrenia/clinical_data/GSE273630.csv"
16
+ json_path = "./output/preprocess/3/Schizophrenia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # Based on the Series summary, this is a custom panel for dopamine-regulated inflammatory genes
34
+ # So gene expression data should be available
35
+ is_gene_available = True
36
+
37
+ # 2. Variable Availability and Data Type Conversion
38
+ # 2.1 Data Availability
39
+ # Trait (Schizophrenia) - Not available as participants are explicitly excluded if they have schizophrenia
40
+ trait_row = None
41
+
42
+ # Age - Not extractable from characteristics dict, but background info states all participants are 35-44 years old
43
+ # Since age range is narrow and constant for all subjects, consider it not useful/available
44
+ age_row = None
45
+
46
+ # Gender - Not in characteristics dict, but background info states all participants are males
47
+ # Since gender is constant for all subjects, consider it not useful/available
48
+ gender_row = None
49
+
50
+ # 2.2 Data Type Conversion Functions
51
+ def convert_trait(x):
52
+ # Not used since trait data not available
53
+ return None
54
+
55
+ def convert_age(x):
56
+ # Not used since age data not available
57
+ return None
58
+
59
+ def convert_gender(x):
60
+ # Not used since gender data not available
61
+ return None
62
+
63
+ # 3. Save Metadata
64
+ # Initial filtering - validate and save cohort info
65
+ validate_and_save_cohort_info(
66
+ is_final=False,
67
+ cohort=cohort,
68
+ info_path=json_path,
69
+ is_gene_available=is_gene_available,
70
+ is_trait_available=(trait_row is not None)
71
+ )
72
+
73
+ # 4. Clinical Feature Extraction
74
+ # Skip since trait_row is None, indicating clinical data is not available
75
+ # Get gene expression data from matrix file
76
+ genetic_data = get_genetic_data(matrix_file_path)
77
+
78
+ # Examine data structure
79
+ print("Data structure and head:")
80
+ print(genetic_data.head())
81
+
82
+ print("\nShape:", genetic_data.shape)
83
+
84
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
85
+ print(list(genetic_data.index)[:20])
86
+
87
+ # Get a few column names to verify sample IDs
88
+ print("\nFirst 5 column names:")
89
+ print(list(genetic_data.columns)[:5])
90
+ # Looking at the gene IDs, they appear to be proper HGNC gene symbols
91
+ # e.g. ABAT, ABL1, ACAA1 which are well-known human gene symbols
92
+
93
+ requires_gene_mapping = False
94
+ # 1. Normalize gene symbols
95
+ genetic_data = normalize_gene_symbols_in_index(genetic_data)
96
+ print("Gene data shape after normalization:", genetic_data.shape)
97
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
98
+ genetic_data.to_csv(out_gene_data_file)
99
+
100
+ # 2-4. Skip linking and missing value handling since no clinical data available
101
+
102
+ # 5. Final validation - dataset cannot be used for schizophrenia study
103
+ # Note that background info explicitly states schizophrenia patients were excluded
104
+ note = "This dataset contains gene expression data but lacks information about schizophrenia status. The study explicitly excluded patients with schizophrenia in their exclusion criteria."
105
+ validate_and_save_cohort_info(
106
+ is_final=True,
107
+ cohort=cohort,
108
+ info_path=json_path,
109
+ is_gene_available=True,
110
+ is_trait_available=False,
111
+ is_biased=True, # Biased since schizophrenia patients were explicitly excluded
112
+ df=genetic_data.T, # Pass transposed gene expression data as samples should be in rows
113
+ note=note
114
+ )
115
+
116
+ # 6. Do not save linked data as the dataset is not usable for trait analysis
p3/preprocess/Schizophrenia/code/GSE285666.py ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Schizophrenia"
6
+ cohort = "GSE285666"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Schizophrenia"
10
+ in_cohort_dir = "../DATA/GEO/Schizophrenia/GSE285666"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Schizophrenia/GSE285666.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Schizophrenia/gene_data/GSE285666.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Schizophrenia/clinical_data/GSE285666.csv"
16
+ json_path = "./output/preprocess/3/Schizophrenia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # Gene Expression Data Availability
33
+ # Yes, according to background info "Exon- and gene-Level transcriptional profiling" and "Expression analysis using Affymetrix Human Exon arrays"
34
+ is_gene_available = True
35
+
36
+ # Clinical Data Availability and Conversion
37
+ trait_row = 0 # Found trait info in row 0 "disease state"
38
+ age_row = None # Age not available
39
+ gender_row = None # Gender not available
40
+
41
+ def convert_trait(value: str) -> int:
42
+ """Convert disease state to binary - controls:0, patients:1"""
43
+ if pd.isna(value) or not isinstance(value, str):
44
+ return None
45
+ value = value.split(": ")[-1].lower()
46
+ if "unaffected" in value or "control" in value:
47
+ return 0
48
+ elif "patient" in value or "williams syndrome" in value:
49
+ return 1
50
+ return None
51
+
52
+ # Save metadata
53
+ is_trait_available = trait_row is not None
54
+ validate_and_save_cohort_info(is_final=False,
55
+ cohort=cohort,
56
+ info_path=json_path,
57
+ is_gene_available=is_gene_available,
58
+ is_trait_available=is_trait_available)
59
+
60
+ # Extract clinical features since trait data is available
61
+ clinical_df = geo_select_clinical_features(clinical_data,
62
+ trait=trait,
63
+ trait_row=trait_row,
64
+ convert_trait=convert_trait)
65
+
66
+ # Preview the processed clinical data
67
+ print("Preview of clinical data:")
68
+ print(preview_df(clinical_df))
69
+
70
+ # Save clinical data
71
+ os.makedirs(os.path.dirname(out_clinical_data_file), exist_ok=True)
72
+ clinical_df.to_csv(out_clinical_data_file)
73
+ # Get gene expression data from matrix file
74
+ genetic_data = get_genetic_data(matrix_file_path)
75
+
76
+ # Examine data structure
77
+ print("Data structure and head:")
78
+ print(genetic_data.head())
79
+
80
+ print("\nShape:", genetic_data.shape)
81
+
82
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
83
+ print(list(genetic_data.index)[:20])
84
+
85
+ # Get a few column names to verify sample IDs
86
+ print("\nFirst 5 column names:")
87
+ print(list(genetic_data.columns)[:5])
88
+ # These appear to be numerical probe IDs, not human gene symbols
89
+ # They will need to be mapped to gene symbols before analysis
90
+ requires_gene_mapping = True
91
+ # Extract gene annotation data
92
+ gene_annotation = get_gene_annotation(soft_file_path)
93
+
94
+ # Preview column names and values from annotation dataframe
95
+ print("Gene annotation DataFrame preview:")
96
+ print(preview_df(gene_annotation))
97
+ # From observation: 'ID' in gene annotation matches gene identifiers in expression data
98
+ # 'gene_assignment' contains gene symbols in the format "RefSeq // GeneSymbol // Description"
99
+
100
+ # Get mapping between probes and genes
101
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='gene_assignment')
102
+
103
+ # Convert probe-level data to gene-level data
104
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
105
+
106
+ # Preview the mapped gene data
107
+ print("Gene expression data preview after mapping:")
108
+ print(gene_data.head())
109
+ print("\nShape:", gene_data.shape)
110
+
111
+ # Save gene data
112
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
113
+ gene_data.to_csv(out_gene_data_file)
114
+ # 1. Normalize gene symbols
115
+ gene_data = normalize_gene_symbols_in_index(gene_data)
116
+ print("Gene data shape after normalization:", gene_data.shape)
117
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
118
+ gene_data.to_csv(out_gene_data_file)
119
+
120
+ # Load clinical data previously processed
121
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
122
+ print("\nClinical data shape:", selected_clinical_df.shape)
123
+
124
+ # 2. Link clinical and genetic data
125
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
126
+ print("\nLinked data shape:", linked_data.shape)
127
+
128
+ # 3. Handle missing values systematically
129
+ if trait in linked_data.columns:
130
+ linked_data = handle_missing_values(linked_data, trait)
131
+
132
+ # 4. Check for bias in trait and demographic features
133
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
134
+
135
+ # 5. Final validation and information saving
136
+ note = "This dataset contains gene expression data from myxoid liposarcoma samples, with metastasis status as the trait."
137
+ is_usable = validate_and_save_cohort_info(
138
+ is_final=True,
139
+ cohort=cohort,
140
+ info_path=json_path,
141
+ is_gene_available=True,
142
+ is_trait_available=True,
143
+ is_biased=trait_biased,
144
+ df=linked_data,
145
+ note=note
146
+ )
147
+
148
+ # 6. Save linked data only if usable and not biased
149
+ if is_usable and not trait_biased:
150
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
151
+ linked_data.to_csv(out_data_file)
152
+ else:
153
+ # Handle case where clinical features were not properly extracted
154
+ note = "Failed to extract clinical trait information from sample characteristics."
155
+ 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=False,
161
+ is_biased=None,
162
+ df=None,
163
+ note=note
164
+ )
p3/preprocess/Schizophrenia/code/TCGA.py ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Schizophrenia"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/3/Schizophrenia/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/3/Schizophrenia/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/3/Schizophrenia/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/3/Schizophrenia/cohort_info.json"
15
+
16
+ # Since TCGA only contains cancer datasets, and schizophrenia is not a cancer,
17
+ # we know there won't be suitable data - record unavailability and exit
18
+ validate_and_save_cohort_info(
19
+ is_final=False,
20
+ cohort="TCGA",
21
+ info_path=json_path,
22
+ is_gene_available=False,
23
+ is_trait_available=False
24
+ )
25
+
26
+ # Return empty dataframes to avoid errors in subsequent code
27
+ clinical_df = pd.DataFrame()
28
+ genetic_df = pd.DataFrame()
p3/preprocess/Schizophrenia/gene_data/GSE119289.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Gene,GSM3368295,GSM3368296,GSM3368297,GSM3368298,GSM3368299,GSM3368300,GSM3368301,GSM3368302,GSM3368303,GSM3368304,GSM3368305,GSM3368306,GSM3368307,GSM3368308,GSM3368309,GSM3368310,GSM3368311,GSM3368312,GSM3368313,GSM3368314,GSM3368315,GSM3368316,GSM3368317,GSM3368318,GSM3368319,GSM3368320,GSM3368321,GSM3368322,GSM3368323,GSM3368324,GSM3368325,GSM3368326,GSM3368327,GSM3368328,GSM3368329,GSM3368330,GSM3368331,GSM3368332,GSM3368333,GSM3368334,GSM3368335,GSM3368336,GSM3368337,GSM3368338,GSM3368339,GSM3368340,GSM3368341,GSM3368342,GSM3368343,GSM3368344,GSM3368345,GSM3368346,GSM3368347,GSM3368348,GSM3368349,GSM3368350,GSM3368351,GSM3368352,GSM3368353,GSM3368354,GSM3368355,GSM3368356,GSM3368357,GSM3368358,GSM3368359,GSM3368360,GSM3368361,GSM3368362,GSM3368363,GSM3368364,GSM3368365,GSM3368366,GSM3368367,GSM3368368,GSM3368369,GSM3368370,GSM3368371,GSM3368372,GSM3368373,GSM3368374,GSM3368375,GSM3368376,GSM3368377,GSM3368378,GSM3368379,GSM3368380,GSM3368381,GSM3368382,GSM3368383,GSM3368384,GSM3368385,GSM3368386,GSM3368387,GSM3368388,GSM3368389,GSM3368390,GSM3368391,GSM3368392,GSM3368393,GSM3368394,GSM3368395,GSM3368396,GSM3368397,GSM3368398,GSM3368399,GSM3368400,GSM3368401,GSM3368402,GSM3368403,GSM3368404,GSM3368405,GSM3368406,GSM3368407,GSM3368408,GSM3368409,GSM3368410,GSM3368411,GSM3368412,GSM3368413,GSM3368414,GSM3368415,GSM3368416,GSM3368417,GSM3368418,GSM3368419,GSM3368420,GSM3368421,GSM3368422,GSM3368423,GSM3368424,GSM3368425,GSM3368426,GSM3368427,GSM3368428,GSM3368429,GSM3368430,GSM3368431,GSM3368432,GSM3368433,GSM3368434,GSM3368435,GSM3368436,GSM3368437,GSM3368438,GSM3368439,GSM3368440,GSM3368441,GSM3368442,GSM3368443,GSM3368444,GSM3368445,GSM3368446,GSM3368447,GSM3368448,GSM3368449,GSM3368450,GSM3368451,GSM3368452,GSM3368453,GSM3368454,GSM3368455,GSM3368456,GSM3368457,GSM3368458,GSM3368459,GSM3368460,GSM3368461,GSM3368462,GSM3368463,GSM3368464,GSM3368465,GSM3368466,GSM3368467,GSM3368468,GSM3368469,GSM3368470,GSM3368471,GSM3368472,GSM3368473,GSM3368474,GSM3368475,GSM3368476,GSM3368477,GSM3368478,GSM3368479,GSM3368480,GSM3368481,GSM3368482,GSM3368483,GSM3368484,GSM3368485,GSM3368486,GSM3368487,GSM3368488,GSM3368489,GSM3368490,GSM3368491,GSM3368492,GSM3368493,GSM3368494,GSM3368495,GSM3368496,GSM3368497,GSM3368498,GSM3368499,GSM3368500,GSM3368501,GSM3368502,GSM3368503,GSM3368504,GSM3368505,GSM3368506,GSM3368507,GSM3368508,GSM3368509,GSM3368510,GSM3368511,GSM3368512,GSM3368513,GSM3368514,GSM3368515,GSM3368516,GSM3368517,GSM3368518,GSM3368519,GSM3368520,GSM3368521,GSM3368522,GSM3368523,GSM3368524,GSM3368525,GSM3368526,GSM3368527,GSM3368528,GSM3368529,GSM3368530,GSM3368531,GSM3368532,GSM3368533,GSM3368534,GSM3368535,GSM3368536,GSM3368537,GSM3368538,GSM3368539,GSM3368540,GSM3368541,GSM3368542,GSM3368543,GSM3368544,GSM3368545,GSM3368546,GSM3368547,GSM3368548,GSM3368549,GSM3368550,GSM3368551,GSM3368552,GSM3368553,GSM3368554,GSM3368555,GSM3368556,GSM3368557,GSM3368558,GSM3368559,GSM3368560,GSM3368561,GSM3368562,GSM3368563,GSM3368564,GSM3368565,GSM3368566,GSM3368567,GSM3368568,GSM3368569,GSM3368570,GSM3368571,GSM3368572,GSM3368573,GSM3368574,GSM3368575,GSM3368576,GSM3368577,GSM3368578,GSM3368579,GSM3368580,GSM3368581,GSM3368582,GSM3368583,GSM3368584,GSM3368585,GSM3368586,GSM3368587,GSM3368588,GSM3368589,GSM3368590,GSM3368591,GSM3368592,GSM3368593,GSM3368594,GSM3368595,GSM3368596,GSM3368597,GSM3368598,GSM3368599,GSM3368600,GSM3368601,GSM3368602,GSM3368603,GSM3368604,GSM3368605,GSM3368606,GSM3368607,GSM3368608,GSM3368609,GSM3368610,GSM3368611,GSM3368612,GSM3368613,GSM3368614,GSM3368615,GSM3368616,GSM3368617,GSM3368618,GSM3368619,GSM3368620,GSM3368621,GSM3368622,GSM3368623,GSM3368624,GSM3368625,GSM3368626,GSM3368627,GSM3368628,GSM3368629,GSM3368630,GSM3368631,GSM3368632,GSM3368633,GSM3368634,GSM3368635,GSM3368636,GSM3368637,GSM3368638,GSM3368639,GSM3368640,GSM3368641,GSM3368642,GSM3368643,GSM3368644,GSM3368645,GSM3368646,GSM3368647,GSM3368648,GSM3368649,GSM3368650,GSM3368651,GSM3368652,GSM3368653,GSM3368654,GSM3368655,GSM3368656,GSM3368657,GSM3368658,GSM3368659,GSM3368660,GSM3368661,GSM3368662,GSM3368663,GSM3368664,GSM3368665,GSM3368666,GSM3368667,GSM3368668,GSM3368669,GSM3368670,GSM3368671,GSM3368672,GSM3368673,GSM3368674
2
+ DDR1,6.3364,8.8205,6.2871,8.9093,6.1911,8.8395,6.0296,8.635,6.4313,8.6066,5.9616,8.9649,6.2332,8.8451,6.3591,8.7788,6.3087,8.8972,6.1345,8.7374,6.1911,8.7692,8.4421,8.4129,8.7261,8.3729,8.824,8.3634,8.9428,8.5446,8.5732,8.67,8.683,8.4323,8.7008,8.662,8.6777,8.523,8.6624,8.6103,8.6935,8.473,8.5628,8.1592,5.9883,8.6758,6.1207,8.8182,6.2236,8.6989,6.3591,8.8018,6.3803,9.0302,6.2236,8.8243,6.0857,8.7616,6.3087,8.8314,6.4035,9.1247,6.1767,8.7144,6.3492,8.6962,6.4993,8.746,8.3624,8.2897,8.6353,8.552,8.6903,8.463,8.8662,8.4646,8.819,8.5972,8.7918,8.473,8.3849,8.2897,8.6413,8.7024,8.8864,8.463,8.6903,8.8394,8.5954,8.4442,8.6694,8.4485,5.9724,8.7063,6.0763,8.9291,6.1475,9.0511,6.5009,9.1496,6.3364,9.0834,6.1566,8.9529,6.2307,8.6706,6.2282,9.1794,6.4687,8.8079,6.3027,9.1371,6.4563,8.746,6.4563,8.7301,8.4421,8.2825,8.7712,8.3534,8.7836,8.7129,8.6468,8.4485,8.64,8.6318,8.5996,8.6671,8.8069,8.7644,8.6777,8.786,8.6624,8.6301,8.8864,8.6767,8.6441,8.6081,8.5535,8.4597,6.1106,8.576,6.0991,8.8205,6.3364,9.023,6.2595,8.7547,6.0763,8.7144,6.4205,9.023,6.4205,8.9851,6.2871,9.1109,6.2519,9.0822,6.3284,8.9791,6.2282,8.8243,6.3324,8.8423,8.5257,8.096,8.7108,8.3299,8.6903,8.7,8.8069,8.5764,8.4607,8.3934,8.8112,8.6103,8.9434,8.9138,8.5954,8.5595,7.7908,8.693,8.5778,8.3534,8.7963,8.5032,8.8662,8.2825,6.0365,8.7692,6.2079,8.746,6.0568,9.0302,6.2332,8.9007,6.2656,8.8923,6.4796,9.4756,6.4778,8.9905,6.2012,8.9649,6.6961,8.9851,6.4461,9.172,6.3245,9.023,6.3398,8.7879,8.497,8.473,8.6694,8.4082,8.5535,8.7359,8.9812,8.6879,8.8773,8.7412,9.0719,9.0746,8.8662,8.6443,8.8256,8.5636,8.7475,8.4129,8.7378,8.7412,8.8379,8.4674,8.7362,8.3425,5.8199,8.7681,5.8337,8.5053,6.3432,8.7703,6.3928,8.8541,6.2159,8.96,6.5346,8.797,6.3027,8.5727,6.415,8.96,6.0923,8.6919,6.1106,8.9724,6.2752,8.8972,6.6374,8.6497,8.7738,8.5539,8.6624,8.5133,8.7495,8.6301,8.7475,8.5595,8.7554,8.6301,8.6777,8.7386,8.6127,8.4674,8.6755,8.5836,8.6624,8.341,8.7475,8.5764,8.7378,8.6021,8.6903,8.3634,6.2707,8.7788,5.9398,8.6649,6.2519,9.0822,6.4461,9.0822,6.2236,9.0898,6.3981,9.0511,6.142,8.9027,6.3492,8.9649,6.1266,8.2974,5.9263,8.8451,6.3265,8.8205,6.4313,8.8205,8.6271,8.5032,8.9539,8.4216,8.6388,8.4106,8.7794,8.5446,8.7794,8.6124,8.7685,8.463,8.8112,8.4337,8.8602,8.4821,8.1345,8.2603,7.9346,8.3001,8.6562,8.5446,8.7685,8.1377,6.0923,8.8423,6.2259,8.9698,6.5124,8.7994,6.2236,9.0342,6.3669,8.7063,6.3,8.9093,5.9724,8.7395,6.0991,8.7911,6.371,8.8674,6.1266,8.7616,6.2259,8.8874,6.2079,8.4494,8.2551,8.3634,8.5329,8.2136,8.6755,8.5557,8.7475,8.6059,8.6127,8.6335,8.5496,8.67,8.6127,8.3165,8.7918,8.5283,8.5996,8.67,8.7337,8.552,8.5389,8.435,8.6468,8.2786
3
+ GUCA1A,5.4302,5.5658,5.5196,5.6105,5.5442,5.7536,5.6765,5.5259,5.6166,5.8891,5.6665,5.5019,5.3798,5.5176,5.4275,5.5521,5.5335,5.4917,5.6192,5.7145,5.5499,5.5933,5.8538,5.533,5.4903,5.6141,5.5052,5.62,5.5665,5.4913,5.5528,5.4442,5.631,5.4552,5.484,5.5198,5.6002,5.4776,5.4977,5.4185,5.6039,5.3555,5.4072,5.3379,5.7252,5.6677,5.721,5.6724,5.5274,5.5542,5.5991,5.8692,5.5891,5.3269,5.4453,5.4796,5.6034,5.5723,5.4731,5.4174,5.5327,5.4607,5.4271,5.474,5.4274,5.5185,5.4004,5.4431,5.6198,5.4395,5.6877,5.5012,5.5817,5.7142,5.5595,5.3327,5.5754,5.3438,5.6059,5.8126,5.495,5.6013,5.3837,5.3097,5.4787,5.2153,5.5105,5.2706,5.5106,5.306,5.4541,5.2875,5.6005,5.6016,5.3731,5.5503,5.585,5.5782,5.4532,5.3656,5.4385,5.3447,5.6075,5.7357,5.5461,5.5834,5.4354,5.4777,5.4533,5.4263,5.4044,5.4159,5.2924,5.2838,5.4118,5.3866,5.518,5.6003,5.6259,5.6078,5.4554,5.3139,5.6944,5.3758,5.4988,5.3592,5.3685,5.3998,5.5172,5.3793,5.5738,5.2619,5.5143,5.3467,5.4627,5.2624,5.4894,5.285,5.3445,5.223,5.4115,5.5201,5.5829,5.5116,5.4394,5.4077,5.4006,5.4716,5.5445,5.3156,5.4439,5.41,5.5654,5.7517,5.5488,5.4113,5.5383,5.3102,5.5695,5.4354,5.4437,5.4482,5.3779,5.5133,5.5063,5.6209,5.7039,5.3482,5.5361,5.3637,5.5337,5.3065,5.4096,5.4545,5.4806,5.3231,5.6166,5.4307,5.4811,5.4162,5.5016,5.3461,5.5244,5.3554,5.5216,5.2923,5.4892,5.3161,5.7028,5.5616,5.6774,5.8136,5.5838,5.5177,5.4126,5.9006,5.4829,5.551,5.7773,5.4272,5.4044,5.717,5.4935,5.4688,5.4819,5.4182,5.5344,5.3565,5.4384,5.383,5.3206,5.3797,5.3156,5.4329,5.6175,5.4115,5.5692,5.4445,5.4928,5.4706,5.5761,5.5053,5.5775,5.4888,5.6197,5.3906,5.4522,5.4313,5.6022,5.7687,5.661,5.4066,5.4553,5.2614,5.4527,5.2588,5.3983,5.5878,5.5253,5.6005,5.6003,5.6027,5.3914,5.5027,5.5972,5.5137,5.5846,5.5147,5.4535,5.593,5.5235,5.5434,5.9756,5.5931,5.616,5.4318,5.5469,5.4286,5.3644,5.6198,5.5495,5.4936,5.5968,5.618,5.4142,5.3012,5.5875,5.3727,5.5397,5.4428,5.4852,5.5238,5.5954,5.5711,5.651,5.5336,5.6252,5.6425,5.6314,5.4999,5.5218,5.2881,5.5011,5.3714,5.5461,5.4371,5.5915,5.7466,5.4166,5.378,5.4068,5.5581,5.5124,5.4881,5.5182,5.5769,5.5941,5.4697,5.5836,5.5795,5.5354,5.5592,5.6198,5.3974,5.415,5.3933,5.4613,5.4051,5.7389,5.5323,5.5338,5.4946,5.6055,5.4202,5.4201,5.4792,5.5011,5.4509,5.5651,5.4099,5.6682,5.5203,5.552,5.558,5.6154,5.4463,5.4443,5.3247,5.7106,5.2957,5.5488,5.3376,5.3922,5.5028,5.4473,5.3795,5.3025,5.4212,5.558,5.5398,5.4602,5.5656,5.525,5.4543,5.5063,5.5522,5.5238,5.8357,5.4533,5.4314,5.5793,5.3545,5.4335,5.471,5.4864,5.4846,5.8173,5.5547,5.465,5.3101,5.4509,5.2088,5.6767,5.4025,5.7681,5.4148,5.9006,5.3468,5.57,5.6381,5.5701,5.5264,5.8035,5.421,5.5228,5.3614,5.73,5.429,5.6024,5.2654
4
+ HSPA6,6.2955,6.5157,6.7686,6.4132,6.8297,6.8351,6.6452,6.1498,6.5098,7.4706,7.1659,6.5556,6.1247,6.3343,6.2905,6.5338,6.4632,6.5349,6.4769,6.9595,6.5006,6.8545,7.3095,6.7992,6.6992,6.6495,6.6016,7.1875,6.4137,6.3192,6.9945,6.2368,6.8631,6.5845,6.5761,6.6182,6.7927,6.6292,6.7183,6.5485,6.6933,6.3375,6.4777,6.4782,6.4585,6.9239,6.3182,7.0571,6.2421,6.9272,6.2798,7.0081,6.0359,6.2184,6.1288,6.3622,8.3178,8.3221,6.1731,6.3194,6.1825,6.2032,6.0995,6.5223,6.0919,6.7345,6.0774,6.5834,6.9113,6.6998,6.839,6.3852,6.6414,7.0891,6.8152,6.208,6.5104,6.2215,6.6646,7.0853,8.4876,8.4707,6.5135,6.5348,6.7221,6.2278,6.6263,6.2492,6.6732,6.3221,6.7703,6.2836,6.4894,6.7411,5.9578,6.7187,6.2426,6.3776,5.7514,6.2206,5.9583,6.07,6.3865,6.9172,6.2989,6.7846,6.0768,6.3041,6.0867,6.2398,6.0906,6.2878,5.9371,6.2063,6.0595,6.3088,6.8189,6.4064,6.8897,6.7899,6.6816,6.3518,7.1048,6.304,6.3341,6.2386,6.3795,6.2831,6.7665,6.5077,6.6527,6.0911,6.7092,6.3331,6.5596,6.1599,6.3555,6.2047,6.565,6.3604,6.3732,6.3513,6.2717,6.5819,6.1971,6.2427,6.0584,6.4387,5.8713,5.9743,5.8476,6.1381,6.2801,6.4743,6.004,6.242,6.0977,6.1677,6.3825,6.1261,6.1192,6.2902,6.2047,6.5463,6.5908,6.838,6.7279,6.1365,6.5103,6.3012,6.6481,6.4298,6.379,6.3764,6.5766,6.4255,6.4679,6.5072,6.6882,6.3389,6.6223,6.3352,6.7708,6.3649,6.7074,6.139,6.7151,6.4508,6.5751,6.7815,6.134,6.8238,6.1569,6.4915,5.8473,7.1583,6.0026,6.2992,7.5886,6.7891,5.9464,6.6239,6.1646,6.3719,6.2521,6.3315,6.0376,6.2788,5.9106,6.488,6.147,6.3956,6.327,6.4868,6.663,6.435,6.7331,6.0785,6.5419,6.3685,6.6821,6.4391,6.7059,6.5266,6.6393,6.4898,6.5195,6.4768,6.5576,7.3312,6.5947,6.3516,6.5838,6.1633,6.6184,6.4485,6.2114,6.5609,8.1729,8.4592,6.0829,6.664,5.9559,6.4814,6.1027,6.538,6.0158,6.3195,6.1736,6.867,6.1454,6.4463,7.7872,10.2916,6.5658,6.3944,6.4964,6.3068,5.9568,6.6858,6.7337,6.5347,8.0455,8.2868,6.6926,6.4879,6.4754,6.4377,6.5702,6.347,6.6044,6.5215,6.7138,6.8587,6.6903,6.592,10.1967,9.7969,6.8002,6.5843,6.8786,6.2796,6.6593,6.3468,6.4974,6.543,6.2583,6.8588,5.9015,6.3586,5.8383,6.4433,6.4733,6.4083,5.9649,6.5864,6.3939,6.3229,6.1956,6.5169,6.5082,6.4079,6.3626,6.3423,6.1614,6.4799,6.0407,6.4449,7.1253,6.7635,6.9717,6.6351,7.0286,6.4834,6.5283,6.4084,6.6394,6.5939,6.821,6.5439,6.7442,6.5829,6.7277,6.7678,6.7891,6.429,6.5024,6.1498,6.8568,6.2744,6.9412,6.5152,6.1369,6.5263,5.9019,6.4713,5.9503,6.5167,6.7761,6.3796,6.1529,6.6286,6.5828,6.7697,6.3321,6.4885,6.5389,6.9916,6.5534,6.5326,6.8097,6.2786,6.1633,6.6421,6.4067,6.6305,7.8978,6.9996,6.8249,6.5377,6.7427,6.3659,7.1002,6.4358,7.2818,6.3831,7.315,6.4263,6.7224,7.0872,7.0249,6.6342,7.2453,6.4415,6.8712,6.4461,7.1517,6.5692,7.0036,6.3482
5
+ PAX8,5.3855,5.2845,5.2914,5.6661,5.2035,5.2506,4.854,5.597,5.0334,5.2934,5.1274,5.0709,5.1927,5.1279,5.1686,5.0583,5.1633,5.184,5.1364,5.2506,4.9565,5.2934,5.2861,5.0812,5.3012,5.1788,5.1668,4.9455,4.6234,4.8791,5.1167,4.7294,5.0065,5.1421,4.8843,4.903,4.8904,5.0382,5.0482,5.1421,5.2936,4.7085,5.2432,4.8791,5.4727,5.7446,5.1927,5.2253,5.1807,5.6579,5.3303,5.635,5.5887,5.4726,5.3115,5.6661,5.0468,5.2174,5.1021,5.53,4.9432,5.3439,5.1927,5.2039,5.2148,5.3584,5.1633,5.3648,5.9599,5.7289,5.3633,5.5284,5.4583,5.0621,5.408,4.9158,5.4258,4.9094,5.2515,5.2964,5.2107,5.091,5.2633,5.0043,5.1734,5.3219,5.3265,5.1869,5.1566,5.1223,5.2936,4.903,5.7195,5.4461,5.6498,5.6814,5.2834,5.4678,5.4217,5.7038,5.2834,5.679,5.0158,5.3091,5.1927,5.3938,5.1927,5.597,5.0158,5.5456,5.3779,5.3195,5.2834,5.6956,4.9693,5.4726,5.676,5.3493,5.4511,5.48,5.2861,5.0812,5.2739,5.091,5.3558,4.9259,5.1734,5.1716,5.351,5.0043,5.0301,4.9505,5.3558,5.1223,5.2107,5.0526,4.9079,5.0621,5.3558,5.1869,5.5249,5.4976,5.2455,5.3439,5.4852,5.5688,5.3704,5.597,5.1807,5.1713,5.1159,5.3938,4.9815,5.4411,4.9629,5.5763,5.1159,5.5559,5.4971,5.3241,5.2341,5.6061,5.2455,5.1456,5.8283,5.2056,5.3981,5.043,5.3012,5.4383,5.3558,5.0526,5.1261,4.4735,5.2008,4.7602,5.3462,5.2536,5.0974,5.0621,5.2008,5.1481,4.8965,4.8645,5.1167,5.0526,4.8399,5.2184,5.2914,5.7731,5.3413,5.5456,5.4007,5.4055,5.1547,5.1995,5.1927,5.4915,5.2624,5.1334,5.6118,5.262,5.2398,5.2332,4.9693,5.5886,4.9319,5.3091,5.1738,5.0254,4.8602,5.3143,5.5233,4.8401,5.1214,5.4255,5.4511,5.3044,5.4393,5.48,5.1167,5.0526,4.9963,4.8791,5.0482,5.4184,5.3558,4.9332,4.9246,4.9158,4.7275,5.1481,4.9676,5.212,4.7156,4.9405,5.728,5.6766,5.1274,5.6661,5.3058,5.597,5.3779,5.7239,5.3413,5.4461,5.1216,5.3648,5.1159,5.2934,5.4217,5.7417,5.2249,5.1279,5.2624,5.2693,5.1216,5.2039,5.2455,5.4461,5.2861,5.1951,5.676,5.5365,5.2107,5.48,5.2739,5.2585,5.3012,5.2184,5.408,5.1068,5.3839,5.1223,5.408,4.8514,4.983,4.9584,5.1509,5.043,5.1167,5.4184,4.8106,5.2488,5.2722,5.6061,5.4917,5.3439,5.4217,5.7389,5.4144,5.2039,5.1927,5.7093,5.3503,5.5268,5.3704,5.2563,5.2091,5.2039,5.0786,5.2889,4.9499,5.436,5.2673,5.0709,4.9319,5.4461,5.676,4.9841,5.0974,4.8917,5.1566,5.1068,5.2178,5.212,5.2633,4.7464,5.0065,5.1542,5.1452,4.7602,4.8399,5.0266,4.9772,4.6793,5.4909,5.3004,5.3633,5.1594,5.0772,5.2056,5.2722,5.4915,4.9565,5.5725,5.4007,5.4726,5.0273,5.184,5.1633,5.3512,5.3855,5.2174,4.9202,5.2506,4.889,5.088,4.9693,5.0999,5.0786,5.0583,4.889,5.2845,5.3953,5.0999,4.7789,4.9584,5.2739,5.091,5.6355,4.9584,5.0772,4.9662,4.8843,4.9841,5.1167,4.6649,5.408,5.0382,5.0361,4.8791,4.9409,4.8645,5.024,4.8791,4.983,4.8061,4.9022,4.9405
6
+ RFC2,8.3732,8.8711,8.3241,8.9663,8.2308,8.9622,8.3245,9.0495,8.1587,8.7904,8.094,8.9674,8.3859,8.9473,8.4738,9.0428,8.2744,8.9314,8.4328,8.8913,8.1847,8.831,9.026,8.9939,9.067,8.8966,9.0587,9.0664,9.1641,9.2262,8.9733,9.1509,9.184,9.102,9.1105,8.9292,9.0696,9.0733,9.0623,9.1236,9.1645,9.0434,9.1441,9.0251,8.215,8.8412,8.1445,9.0879,8.3043,8.9534,8.1734,8.8976,8.2983,8.9555,8.2763,9.0128,8.3107,8.8702,8.2675,8.9277,8.1932,8.9515,8.2875,8.9186,8.3421,8.9642,8.0697,8.921,9.2476,9.0872,9.1915,9.1063,9.149,8.9305,9.0801,9.1307,9.2377,9.2634,9.2644,8.7843,9.0344,8.9847,9.1128,9.0437,9.1065,8.9289,9.1029,9.2001,9.1118,9.187,9.0414,9.1305,7.7387,8.8722,8.3728,9.0219,8.2268,8.9473,8.4765,9.0547,8.3439,9.0274,8.3915,8.9692,8.354,8.9975,8.4578,8.9668,8.3041,8.95,8.2129,9.1659,8.3996,8.9999,8.1146,8.8383,8.5369,9.1712,9.0121,9.0147,9.1224,9.0932,9.0202,9.0345,9.2357,9.1343,9.1164,9.1614,9.1827,8.9785,9.2196,9.1408,9.1826,9.1143,9.242,8.9531,9.0212,9.0352,9.1348,9.0646,7.6979,9.0596,8.0528,8.9995,8.2776,8.9851,8.2212,9.138,8.2449,8.9526,8.3086,9.0698,8.0784,8.8536,8.338,8.9321,8.3356,8.9354,8.3377,9.0125,8.376,9.0193,8.2766,8.8807,8.635,8.9795,9.2176,9.1075,9.0712,9.0534,9.2267,9.1183,8.8887,9.1047,9.0933,8.9764,9.3437,9.0826,9.1354,9.0814,8.7302,9.1974,9.1929,9.1348,9.171,8.9315,9.2151,9.1579,8.0467,8.8704,8.1916,8.9295,8.3502,8.926,8.264,8.8802,8.2779,8.9729,8.2822,8.8203,8.3709,8.8632,8.3862,9.1541,8.1744,8.9073,8.2912,8.9931,8.408,8.8901,8.312,8.9655,9.0397,8.9611,9.0807,9.0751,9.0528,9.1411,9.2245,9.1517,9.2534,8.9336,8.8778,8.9226,9.0541,9.0099,9.0722,9.1349,9.163,9.0155,9.0209,9.0782,9.1985,8.9863,9.1011,9.0025,8.2736,8.8885,8.0684,8.7768,8.3434,8.9759,8.1549,8.9443,8.3364,8.9578,8.268,8.9003,8.2569,9.0247,8.1855,8.9653,8.2214,8.6567,8.3151,9.0842,8.3986,9.0238,8.2218,8.8425,9.1094,8.9789,9.1672,9.0731,9.2629,9.152,9.1889,9.034,9.1208,8.9949,8.9957,9.0895,9.03,9.0286,9.2033,9.161,8.9041,8.9544,9.193,9.1251,9.1534,9.0813,9.1572,9.1375,8.2475,9.002,8.2494,8.9188,8.2878,9.0623,8.3018,8.9185,8.2661,8.9012,8.2159,8.9647,8.244,9.0009,8.4002,9.0217,8.2612,8.8058,8.3114,9.2325,8.1927,8.966,8.2419,8.9262,9.1134,8.8144,9.0877,9.0946,9.0139,8.9759,9.1221,9.0739,9.0179,9.1235,9.0424,8.9185,9.1064,9.1236,9.0346,9.0992,8.9367,8.9593,9.0832,9.3548,9.0433,8.9991,8.9887,9.0385,8.0546,9.02,8.2888,8.9623,8.24,8.9656,8.2507,8.9375,8.3296,8.9485,8.1799,8.8097,8.1577,8.9398,8.1243,8.8042,8.2509,8.9703,8.3063,9.0468,8.2077,8.9329,8.2171,8.8248,8.8382,8.9839,8.9517,9.1052,9.0496,9.0201,9.1542,8.9386,8.8854,9.1235,9.0854,8.9873,9.0244,9.0571,9.19,8.9574,8.9954,8.9785,9.1073,9.0077,8.9831,9.0564,8.9361,9.0576
p3/preprocess/Schizophrenia/gene_data/GSE120340.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Schizophrenia/gene_data/GSE161986.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Schizophrenia/gene_data/GSE273630.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Sickle_Cell_Anemia/GSE53441.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE117613.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ,GSM3305150,GSM3305151,GSM3305152,GSM3305153,GSM3305154,GSM3305155,GSM3305156,GSM3305157,GSM3305158,GSM3305159,GSM3305160,GSM3305161,GSM3305162,GSM3305163,GSM3305164,GSM3305165,GSM3305166,GSM3305167,GSM3305168,GSM3305169,GSM3305170,GSM3305171,GSM3305172,GSM3305173,GSM3305174,GSM3305175,GSM3305176,GSM3305177,GSM3305178,GSM3305179,GSM3305180,GSM3305181,GSM3305182,GSM3305183,GSM3305184,GSM3305185,GSM3305186,GSM3305187,GSM3305188,GSM3305189,GSM3305190,GSM3305191,GSM3305192,GSM3305193,GSM3305194,GSM3305195
2
+ Sickle_Cell_Anemia,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0
3
+ Age,4.602,9.292,1.903,4.03,2.212,4.37,3.001,4.353,3.069,3.671,2.042,2.289,2.289,2.105,2.242,3.014,3.209,3.179,1.848,4.186,3.986,3.877,6.697,5.24,1.873,4.999,2.96,1.755,10.0,5.366,1.695,4.0,4.542,1.503,3.548,2.188,5.999,2.951,4.501,1.656,1.93,3.348,4.632,4.619,1.717,5.405
4
+ Gender,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0
p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE53441.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM1293592,GSM1293593,GSM1293594,GSM1293595,GSM1293596,GSM1293597,GSM1293598,GSM1293599,GSM1293600,GSM1293601,GSM1293602,GSM1293603,GSM1293604,GSM1293605,GSM1293606,GSM1293607,GSM1293608,GSM1293609,GSM1293610,GSM1293611,GSM1293612,GSM1293613,GSM1293614,GSM1293615,GSM1293616,GSM1293617,GSM1293618,GSM1293619,GSM1293620,GSM1293621,GSM1293622,GSM1293623,GSM1293624,GSM1293625
2
+ Sickle_Cell_Anemia,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,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
p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84632.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM2243130,GSM2243131,GSM2243132,GSM2243133,GSM2243134,GSM2243135,GSM2243136,GSM2243137,GSM2243138,GSM2243139,GSM2243140,GSM2243141,GSM2243142,GSM2243143,GSM2243144,GSM2243145,GSM2243146,GSM2243147,GSM2243148,GSM2243149,GSM2243150,GSM2243151,GSM2243152,GSM2243153,GSM2243154,GSM2243155,GSM2243156,GSM2243157,GSM2243158,GSM2243159,GSM2243160,GSM2243161,GSM2243162,GSM2243163,GSM2243164,GSM2243165,GSM2243166,GSM2243167,GSM2243168,GSM2243169,GSM2243170,GSM2243171,GSM2243172,GSM2243173,GSM2243174,GSM2243175,GSM2243176,GSM2243177,GSM2243178,GSM2243179,GSM2243180,GSM2243181,GSM2243182,GSM2243183,GSM2243184,GSM2243185,GSM2243186,GSM2243187,GSM2243188,GSM2243189,GSM2243190,GSM2243191,GSM2243192,GSM2243193,GSM2243194,GSM2243195,GSM2243196,GSM2243197,GSM2243198,GSM2243199,GSM2243200,GSM2243201,GSM2243202,GSM2243203,GSM2243204,GSM2243205,GSM2243206,GSM2243207,GSM2243208,GSM2243209,GSM2243210,GSM2243211,GSM2243212,GSM2243213,GSM2243214,GSM2243215,GSM2243216,GSM2243217,GSM2243218,GSM2243219,GSM2243220,GSM2243221,GSM2243222,GSM2243223,GSM2243224,GSM2243225,GSM2243226,GSM2243227,GSM2243228,GSM2243229,GSM2243230,GSM2243231,GSM2243232,GSM2243233,GSM2243234,GSM2243235,GSM2243236,GSM2243237,GSM2243238,GSM2243239,GSM2243240,GSM2243241,GSM2243242,GSM2243243,GSM2243244,GSM2243245,GSM2243246,GSM2243247,GSM2243248,GSM2243249,GSM2243250,GSM2243251,GSM2243252,GSM2243253,GSM2243254,GSM2243255,GSM2243256,GSM2243257,GSM2243258,GSM2243259,GSM2243260,GSM2243261,GSM2243262,GSM2243263,GSM2243264,GSM2243265,GSM2243266,GSM2243267,GSM2243268,GSM2243269,GSM2243270,GSM2243271,GSM2243272,GSM2243273,GSM2243274,GSM2243275,GSM2243276,GSM2243277,GSM2243278,GSM2243279,GSM2243280,GSM2243281,GSM2243282,GSM2243283,GSM2243284,GSM2243285,GSM2243286,GSM2243287,GSM2243288,GSM2243289,GSM2243290,GSM2243291,GSM2243292,GSM2243293,GSM2243294,GSM2243295,GSM2243296,GSM2243297,GSM2243298,GSM2243299,GSM2243300,GSM2243301
2
+ Sickle_Cell_Anemia,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84633.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM2243302,GSM2243303,GSM2243304,GSM2243305,GSM2243306,GSM2243307,GSM2243308,GSM2243309,GSM2243310,GSM2243311,GSM2243312,GSM2243313,GSM2243314,GSM2243315,GSM2243316,GSM2243317,GSM2243318,GSM2243319,GSM2243320,GSM2243321,GSM2243322,GSM2243323,GSM2243324,GSM2243325,GSM2243326,GSM2243327,GSM2243328,GSM2243329,GSM2243330,GSM2243331,GSM2243332,GSM2243333,GSM2243334,GSM2243335,GSM2243336,GSM2243337,GSM2243338,GSM2243339,GSM2243340,GSM2243341
2
+ Sickle_Cell_Anemia,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Sickle_Cell_Anemia/clinical_data/GSE84634.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ,GSM2243346,GSM2243347,GSM2243348,GSM2243349,GSM2243350,GSM2243351,GSM2243352,GSM2243353,GSM2243354,GSM2243355,GSM2243356,GSM2243357,GSM2243358,GSM2243359,GSM2243360,GSM2243361,GSM2243362,GSM2243363,GSM2243364,GSM2243365,GSM2243366,GSM2243367,GSM2243368,GSM2243369,GSM2243370,GSM2243371,GSM2243372,GSM2243373,GSM2243374,GSM2243375,GSM2243376,GSM2243377,GSM2243378,GSM2243379,GSM2243380,GSM2243381,GSM2243382,GSM2243383
2
+ Sickle_Cell_Anemia,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
p3/preprocess/Sickle_Cell_Anemia/code/GSE117613.py ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE117613"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE117613"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE117613.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE117613.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE117613.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # From background info, we see the study used "Illumina HumanHT-12 v4 Expression BeadChip"
34
+ # This indicates gene expression data is available
35
+ is_gene_available = True
36
+
37
+ # 2. Variable Availability and Data Type Conversion
38
+ # 2.1 Find key numbers for variables
39
+ # Diagnosis status in row 0 indicates trait info
40
+ trait_row = 0
41
+
42
+ # Age info in row 2
43
+ age_row = 2
44
+
45
+ # Sex/gender info in row 4
46
+ gender_row = 4
47
+
48
+ # 2.2 Data Type Conversion Functions
49
+ def convert_trait(value: str) -> int:
50
+ """Convert diagnosis status to binary trait indicator."""
51
+ if not value or 'diagnosis:' not in value:
52
+ return None
53
+ value = value.lower().split('diagnosis:')[1].strip()
54
+ # From background, we know this is a malaria study. Control group has no infection.
55
+ if 'no plasmodium falciparum infection' in value:
56
+ return 0
57
+ elif 'severe malaral anemia' in value or 'cerebral milaria' in value:
58
+ return 1
59
+ return None
60
+
61
+ def convert_age(value: str) -> float:
62
+ """Convert age string to float years."""
63
+ if not value or 'age:' not in value:
64
+ return None
65
+ try:
66
+ return float(value.split('age:')[1].strip())
67
+ except:
68
+ return None
69
+
70
+ def convert_gender(value: str) -> int:
71
+ """Convert sex/gender string to binary (0=female, 1=male)."""
72
+ if not value or 'Sex:' not in value:
73
+ return None
74
+ value = value.lower().split('sex:')[1].strip()
75
+ if value == 'female':
76
+ return 0
77
+ elif value == 'male':
78
+ return 1
79
+ return None
80
+
81
+ # 3. Save initial metadata
82
+ validate_and_save_cohort_info(
83
+ is_final=False,
84
+ cohort=cohort,
85
+ info_path=json_path,
86
+ is_gene_available=is_gene_available,
87
+ is_trait_available=(trait_row is not None)
88
+ )
89
+
90
+ # 4. Extract clinical features if available
91
+ if trait_row is not None:
92
+ clinical_features = geo_select_clinical_features(
93
+ clinical_df=clinical_data,
94
+ trait=trait,
95
+ trait_row=trait_row,
96
+ convert_trait=convert_trait,
97
+ age_row=age_row,
98
+ convert_age=convert_age,
99
+ gender_row=gender_row,
100
+ convert_gender=convert_gender
101
+ )
102
+
103
+ # Preview the data
104
+ print("Preview of clinical features:")
105
+ print(preview_df(clinical_features))
106
+
107
+ # Save to CSV
108
+ clinical_features.to_csv(out_clinical_data_file)
109
+ # Get gene expression data from matrix file
110
+ genetic_data = get_genetic_data(matrix_file_path)
111
+
112
+ # Examine data structure
113
+ print("Data structure and head:")
114
+ print(genetic_data.head())
115
+
116
+ print("\nShape:", genetic_data.shape)
117
+
118
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
119
+ print(list(genetic_data.index)[:20])
120
+
121
+ # Get a few column names to verify sample IDs
122
+ print("\nFirst 5 column names:")
123
+ print(list(genetic_data.columns)[:5])
124
+ # The IDs start with "ILMN_" which indicates these are Illumina probe IDs
125
+ # These need to be mapped to human gene symbols for analysis
126
+ requires_gene_mapping = True
127
+ # Extract gene annotation data
128
+ gene_annotation = get_gene_annotation(soft_file_path)
129
+
130
+ # Preview column names and values from annotation dataframe
131
+ print("Gene annotation DataFrame preview:")
132
+ print(preview_df(gene_annotation))
133
+ # Get mapping dataframe with probe IDs and gene symbols
134
+ mapping_data = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='Symbol')
135
+
136
+ # Convert probe-level data to gene-level expression data
137
+ gene_data = apply_gene_mapping(genetic_data, mapping_data)
138
+
139
+ # Save gene expression data
140
+ gene_data.to_csv(out_gene_data_file)
141
+ # 1. Normalize gene symbols in gene expression data
142
+ gene_data = normalize_gene_symbols_in_index(gene_data)
143
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
144
+ gene_data.to_csv(out_gene_data_file)
145
+ print("\nGene data shape (normalized gene-level):", gene_data.shape)
146
+
147
+ # Load clinical data previously processed
148
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
149
+ print("\nClinical data shape:", selected_clinical_df.shape)
150
+
151
+ # 2. Link clinical and genetic data using normalized gene-level data
152
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
153
+ print("\nLinked data shape:", linked_data.shape)
154
+
155
+ # 3. Handle missing values systematically
156
+ if trait in linked_data.columns:
157
+ linked_data = handle_missing_values(linked_data, trait)
158
+
159
+ # 4. Check for bias in trait and demographic features
160
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
161
+
162
+ # 5. Final validation and information saving
163
+ note = "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."
164
+ is_usable = validate_and_save_cohort_info(
165
+ is_final=True,
166
+ cohort=cohort,
167
+ info_path=json_path,
168
+ is_gene_available=True,
169
+ is_trait_available=True,
170
+ is_biased=trait_biased,
171
+ df=linked_data,
172
+ note=note
173
+ )
174
+
175
+ # 6. Save linked data only if usable and not biased
176
+ if is_usable and not trait_biased:
177
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
178
+ linked_data.to_csv(out_data_file)
p3/preprocess/Sickle_Cell_Anemia/code/GSE41575.py ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE41575"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE41575"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE41575.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE41575.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE41575.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # This is microRNA data, not gene expression data
34
+ is_gene_available = False
35
+
36
+ # 2.1 Data Availability
37
+ # No trait status data - only control vs miR overexpression
38
+ trait_row = None
39
+
40
+ # No age data available
41
+ age_row = None
42
+
43
+ # No gender data available
44
+ gender_row = None
45
+
46
+ # 2.2 Data Type Conversion Functions
47
+ def convert_trait(x):
48
+ # Not needed since trait data not available
49
+ return None
50
+
51
+ def convert_age(x):
52
+ # Not needed since age data not available
53
+ return None
54
+
55
+ def convert_gender(x):
56
+ # Not needed since gender data not available
57
+ return None
58
+
59
+ # 3. Save metadata
60
+ validate_and_save_cohort_info(is_final=False,
61
+ cohort=cohort,
62
+ info_path=json_path,
63
+ is_gene_available=is_gene_available,
64
+ is_trait_available=False)
65
+
66
+ # 4. Skip clinical feature extraction since trait_row is None
p3/preprocess/Sickle_Cell_Anemia/code/GSE46471.py ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE46471"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE46471"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE46471.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE46471.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE46471.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # Yes, this is a microarray gene expression dataset studying endothelial cells
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type Conversion
37
+ # 2.1 Data Availability
38
+ # For this specific dataset studying damage pathways in endothelial cells,
39
+ # all samples are control samples (no disease state), so trait data is not available
40
+ trait_row = None
41
+
42
+ # No age data available in sample characteristics
43
+ age_row = None
44
+
45
+ # No gender data available in sample characteristics
46
+ gender_row = None
47
+
48
+ # 2.2 Data Type Conversion
49
+ def convert_trait(x):
50
+ # Not needed since trait data is not available
51
+ return None
52
+
53
+ def convert_age(x):
54
+ # Not needed since age data is not available
55
+ return None
56
+
57
+ def convert_gender(x):
58
+ # Not needed since gender data is not available
59
+ return None
60
+
61
+ # 3. Save Metadata
62
+ # Initial filtering - since trait data is not available (trait_row is None),
63
+ # is_trait_available should be False
64
+ 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 this step since trait_row is None, indicating clinical data is not available
74
+ # Get gene expression data from matrix file
75
+ genetic_data = get_genetic_data(matrix_file_path)
76
+
77
+ # Examine data structure
78
+ print("Data structure and head:")
79
+ print(genetic_data.head())
80
+
81
+ print("\nShape:", genetic_data.shape)
82
+
83
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
84
+ print(list(genetic_data.index)[:20])
85
+
86
+ # Get a few column names to verify sample IDs
87
+ print("\nFirst 5 column names:")
88
+ print(list(genetic_data.columns)[:5])
89
+ # The gene identifiers in the data appear to be just numeric values (1,2,3...),
90
+ # which are not standard human gene symbols. We need to map these to proper gene symbols.
91
+ requires_gene_mapping = True
92
+ # Extract gene annotation data
93
+ gene_annotation = get_gene_annotation(soft_file_path)
94
+
95
+ # Preview column names and values from annotation dataframe
96
+ print("Gene annotation DataFrame preview:")
97
+ print(preview_df(gene_annotation))
98
+ # Extract gene identifiers and gene symbols from the annotation data
99
+ id_col = 'ID' # Gene identifiers in the data are numeric values (1,2,3...)
100
+ gene_col = 'GENE_SYMBOL' # Gene symbols are stored in GENE_SYMBOL column
101
+
102
+ # Get mapping between gene identifiers and gene symbols
103
+ mapping_data = get_gene_mapping(gene_annotation, id_col, gene_col)
104
+
105
+ # Convert probe-level measurements to gene expression data
106
+ gene_data = apply_gene_mapping(genetic_data, mapping_data)
107
+
108
+ # Preview the gene data after mapping
109
+ print("\nGene expression data after mapping:")
110
+ print(gene_data.shape)
111
+ print("\nFirst few genes and their expression values:")
112
+ print(preview_df(gene_data))
113
+ # 1. Normalize gene symbols in gene expression data
114
+ gene_data = normalize_gene_symbols_in_index(gene_data)
115
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
116
+ gene_data.to_csv(out_gene_data_file)
117
+ print("\nGene data shape (normalized gene-level):", gene_data.shape)
118
+
119
+ # Save metadata indicating dataset is not usable due to lack of trait data
120
+ note = "Dataset contains normalized gene expression data but lacks trait information."
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=True, # Set to True since no trait data makes it unusable
128
+ df=gene_data, # Provide the gene expression data
129
+ note=note
130
+ )
p3/preprocess/Sickle_Cell_Anemia/code/GSE53441.py ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE53441"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE53441"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE53441.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE53441.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE53441.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # This dataset uses Affymetrix Human Genome U133 Plus 2.0 array for expression profiling
34
+ # So it contains gene expression data
35
+ is_gene_available = True
36
+
37
+ # 2.1 Data Availability
38
+ # For trait (SCA vs normal), data is in row 0
39
+ trait_row = 0
40
+
41
+ # No age data available
42
+ age_row = None
43
+
44
+ # No gender data available
45
+ gender_row = None
46
+
47
+ # 2.2 Data Type Conversion Functions
48
+ def convert_trait(value: str) -> int:
49
+ # Extract value after colon and remove whitespace
50
+ if ':' in value:
51
+ value = value.split(':')[1].strip().lower()
52
+ else:
53
+ value = value.strip().lower()
54
+
55
+ if 'sickle cell' in value or 'sca' in value:
56
+ return 1
57
+ elif 'normal' in value:
58
+ return 0
59
+ return None
60
+
61
+ def convert_age(value: str) -> float:
62
+ return None
63
+
64
+ def convert_gender(value: str) -> int:
65
+ return None
66
+
67
+ # 3. Save Metadata
68
+ is_trait_available = trait_row is not None
69
+ validate_and_save_cohort_info(is_final=False,
70
+ cohort=cohort,
71
+ info_path=json_path,
72
+ is_gene_available=is_gene_available,
73
+ is_trait_available=is_trait_available)
74
+
75
+ # 4. Clinical Feature Extraction
76
+ if trait_row is not None:
77
+ clinical_features = geo_select_clinical_features(
78
+ clinical_df=clinical_data,
79
+ trait=trait,
80
+ trait_row=trait_row,
81
+ convert_trait=convert_trait,
82
+ age_row=age_row,
83
+ convert_age=convert_age,
84
+ gender_row=gender_row,
85
+ convert_gender=convert_gender
86
+ )
87
+
88
+ # Preview the processed clinical data
89
+ print("Preview of clinical features:")
90
+ print(preview_df(clinical_features))
91
+
92
+ # Save clinical features
93
+ clinical_features.to_csv(out_clinical_data_file)
94
+ # Get gene expression data from matrix file
95
+ genetic_data = get_genetic_data(matrix_file_path)
96
+
97
+ # Examine data structure
98
+ print("Data structure and head:")
99
+ print(genetic_data.head())
100
+
101
+ print("\nShape:", genetic_data.shape)
102
+
103
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
104
+ print(list(genetic_data.index)[:20])
105
+
106
+ # Get a few column names to verify sample IDs
107
+ print("\nFirst 5 column names:")
108
+ print(list(genetic_data.columns)[:5])
109
+ # Based on the identifiers (e.g. '1007_s_at'), these are Affymetrix probe IDs
110
+ # from a microarray platform rather than standard human gene symbols.
111
+ # They need to be mapped to gene symbols for analysis.
112
+ requires_gene_mapping = True
113
+ # Extract gene annotation data
114
+ gene_annotation = get_gene_annotation(soft_file_path)
115
+
116
+ # Preview column names and values from annotation dataframe
117
+ print("Gene annotation DataFrame preview:")
118
+ print(preview_df(gene_annotation))
119
+ # 1. In the gene expression data, the identifiers (e.g. '1007_s_at') are stored in 'ID' column of gene annotation
120
+ # In gene annotation data, gene symbols are stored in 'Gene Symbol' column
121
+
122
+ # 2. Get gene mapping dataframe
123
+ mapping_df = get_gene_mapping(gene_annotation, 'ID', 'Gene Symbol')
124
+
125
+ # 3. Apply mapping to convert probe-level data to gene expression data
126
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
127
+
128
+ print("\nShape of processed gene data:", gene_data.shape)
129
+ print("\nFirst 5 rows of mapped gene data:")
130
+ print(preview_df(gene_data))
131
+ # 1. Normalize gene symbols in gene expression data
132
+ gene_data = normalize_gene_symbols_in_index(gene_data)
133
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
134
+ gene_data.to_csv(out_gene_data_file)
135
+ print("\nGene data shape (normalized gene-level):", gene_data.shape)
136
+
137
+ # Load clinical data previously processed
138
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
139
+ print("\nClinical data shape:", selected_clinical_df.shape)
140
+
141
+ # 2. Link clinical and genetic data using normalized gene-level data
142
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
143
+ print("\nLinked data shape:", linked_data.shape)
144
+
145
+ # 3. Handle missing values systematically
146
+ if trait in linked_data.columns:
147
+ linked_data = handle_missing_values(linked_data, trait)
148
+
149
+ # 4. Check for bias in trait and demographic features
150
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
151
+
152
+ # 5. Final validation and information saving
153
+ note = "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."
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=linked_data,
162
+ note=note
163
+ )
164
+
165
+ # 6. Save linked data only if usable and not biased
166
+ if is_usable and not trait_biased:
167
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
168
+ linked_data.to_csv(out_data_file)
p3/preprocess/Sickle_Cell_Anemia/code/GSE84632.py ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE84632"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE84632"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE84632.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE84632.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE84632.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ is_gene_available = True # The title and summary indicate this is gene expression data from PBMCs
34
+
35
+ # 2.1 Data Availability
36
+ trait_row = 2 # Disease status in row 2
37
+ age_row = None # Age not provided
38
+ gender_row = None # Gender not provided
39
+
40
+ # 2.2 Data Type Conversion Functions
41
+ def convert_trait(value):
42
+ """Convert trait information to binary (0: Control, 1: Case)"""
43
+ if value is None or ':' not in value:
44
+ return None
45
+ value = value.split(':')[1].strip().lower()
46
+ if 'sickle cell disease' in value:
47
+ return 1
48
+ return None
49
+
50
+ def convert_age(value):
51
+ """Convert age to float"""
52
+ return None # Not used since age data not available
53
+
54
+ def convert_gender(value):
55
+ """Convert gender to binary (0: Female, 1: Male)"""
56
+ return None # Not used since gender data not available
57
+
58
+ # 3. Save Metadata
59
+ is_trait_available = trait_row is not None
60
+ _ = validate_and_save_cohort_info(
61
+ is_final=False,
62
+ cohort=cohort,
63
+ info_path=json_path,
64
+ is_gene_available=is_gene_available,
65
+ is_trait_available=is_trait_available
66
+ )
67
+
68
+ # 4. Clinical Feature Extraction
69
+ if trait_row is not None:
70
+ selected_clinical = geo_select_clinical_features(
71
+ clinical_df=clinical_data,
72
+ trait=trait,
73
+ trait_row=trait_row,
74
+ convert_trait=convert_trait,
75
+ age_row=age_row,
76
+ convert_age=convert_age,
77
+ gender_row=gender_row,
78
+ convert_gender=convert_gender
79
+ )
80
+
81
+ # Preview the processed clinical data
82
+ print("Preview of processed clinical data:")
83
+ print(preview_df(selected_clinical))
84
+
85
+ # Save to CSV
86
+ selected_clinical.to_csv(out_clinical_data_file)
87
+ # Get gene expression data from matrix file
88
+ genetic_data = get_genetic_data(matrix_file_path)
89
+
90
+ # Examine data structure
91
+ print("Data structure and head:")
92
+ print(genetic_data.head())
93
+
94
+ print("\nShape:", genetic_data.shape)
95
+
96
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
97
+ print(list(genetic_data.index)[:20])
98
+
99
+ # Get a few column names to verify sample IDs
100
+ print("\nFirst 5 column names:")
101
+ print(list(genetic_data.columns)[:5])
102
+ # The gene identifiers appear to be array probe IDs (16650001, etc) rather than human gene symbols
103
+ requires_gene_mapping = True
104
+ # Extract gene annotation data
105
+ gene_annotation = get_gene_annotation(soft_file_path)
106
+
107
+ # Preview the dataframe by looking at column names and first few values
108
+ print("Gene annotation columns and first few rows:")
109
+ for col in gene_annotation.columns:
110
+ print(f"\n{col}:")
111
+ print(list(gene_annotation[col])[:5])
112
+ # Step 1: Extract platform table data from SOFT file - look between !Platform_table_begin and !Platform_table_end
113
+ platform_table = filter_content_by_prefix(
114
+ soft_file_path,
115
+ prefixes_a=['!Platform_table_begin', '!Platform_table_end'],
116
+ unselect=True,
117
+ source_type='file',
118
+ return_df_a=True
119
+ )[0]
120
+
121
+ # Look at column names to identify probe ID and gene symbol columns
122
+ print("Platform table columns:")
123
+ print(platform_table.columns)
124
+
125
+ # Review some sample rows to confirm data format
126
+ print("\nSample rows:")
127
+ print(platform_table.head())
128
+
129
+ # Create mapping using probe ID and gene symbol columns
130
+ mapping_df = get_gene_mapping(platform_table, 'ID', 'gene_assignment')
131
+
132
+ # Apply mapping to convert probe data to gene expression data
133
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
134
+
135
+ # Normalize gene symbols to standardized format
136
+ gene_data = normalize_gene_symbols_in_index(gene_data)
137
+
138
+ print("\nShape of gene expression data after mapping:")
139
+ print(gene_data.shape)
140
+ print("\nFirst few gene symbols:")
141
+ print(list(gene_data.index)[:10])
142
+ # Extract gene annotation data
143
+ gene_annotation = get_gene_annotation(soft_file_path)
144
+
145
+ # Preview column names and values from annotation dataframe
146
+ print("Gene annotation DataFrame preview:")
147
+ print(preview_df(gene_annotation))
p3/preprocess/Sickle_Cell_Anemia/code/GSE84633.py ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE84633"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE84633"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE84633.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE84633.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE84633.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data
33
+ is_gene_available = True # Study title indicates gene expression data from PBMCs
34
+
35
+ # 2. Variable Availability and Conversion
36
+ # Trait: Available from disease field
37
+ trait_row = 2 # Key for disease status
38
+ def convert_trait(val):
39
+ if val is None:
40
+ return None
41
+ val = val.split(': ')[-1].lower()
42
+ if 'sickle cell disease' in val:
43
+ return 1
44
+ return None
45
+
46
+ # Age: Not available
47
+ age_row = None
48
+ convert_age = None
49
+
50
+ # Gender: Not available
51
+ gender_row = None
52
+ convert_gender = None
53
+
54
+ # 3. Save metadata
55
+ is_trait_available = trait_row is not None
56
+ validate_and_save_cohort_info(is_final=False, cohort=cohort, info_path=json_path,
57
+ is_gene_available=is_gene_available,
58
+ is_trait_available=is_trait_available)
59
+
60
+ # 4. Extract clinical features
61
+ if trait_row is not None:
62
+ clinical_df = geo_select_clinical_features(
63
+ clinical_df=clinical_data,
64
+ trait=trait,
65
+ trait_row=trait_row,
66
+ convert_trait=convert_trait,
67
+ age_row=age_row,
68
+ convert_age=convert_age,
69
+ gender_row=gender_row,
70
+ convert_gender=convert_gender
71
+ )
72
+
73
+ print("Preview of clinical data:")
74
+ print(preview_df(clinical_df))
75
+
76
+ # Save clinical data
77
+ clinical_df.to_csv(out_clinical_data_file)
78
+ # Get gene expression data from matrix file
79
+ genetic_data = get_genetic_data(matrix_file_path)
80
+
81
+ # Examine data structure
82
+ print("Data structure and head:")
83
+ print(genetic_data.head())
84
+
85
+ print("\nShape:", genetic_data.shape)
86
+
87
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
88
+ print(list(genetic_data.index)[:20])
89
+
90
+ # Get a few column names to verify sample IDs
91
+ print("\nFirst 5 column names:")
92
+ print(list(genetic_data.columns)[:5])
93
+ # The identifiers appear to be Illumina probe IDs starting with '23'
94
+ # These are not human gene symbols and need to be mapped to official gene symbols
95
+ requires_gene_mapping = True
96
+ # Extract gene annotation data
97
+ gene_annotation = get_gene_annotation(soft_file_path)
98
+
99
+ # Preview column names and values from annotation dataframe
100
+ print("Gene annotation DataFrame preview:")
101
+ print(preview_df(gene_annotation))
102
+ # Extract gene mapping info
103
+ # 'ID' column matches probe IDs in expression data
104
+ # 'gene_assignment' contains gene symbols in format "RefSeq // GeneSymbol // Description"
105
+ mapping_df = get_gene_mapping(gene_annotation, prob_col='ID', gene_col='gene_assignment')
106
+
107
+ # Extract standard gene symbols
108
+ mapping_df['Gene'] = mapping_df['Gene'].apply(lambda x: x.split('//')[1].strip() if isinstance(x, str) and '//' in x else None)
109
+
110
+ # Apply mapping to convert probe-level data to gene-level data
111
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
112
+
113
+ # Preview the mapped gene data
114
+ print("\nGene expression data after mapping:")
115
+ print("Shape:", gene_data.shape)
116
+ print("\nFirst few gene symbols:")
117
+ print(list(gene_data.index)[:10])
118
+ print("\nSample of expression values:")
119
+ print(gene_data.head())
120
+ # 1. Normalize gene symbols in gene expression data
121
+ gene_data = normalize_gene_symbols_in_index(gene_data)
122
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
123
+ gene_data.to_csv(out_gene_data_file)
124
+ print("\nGene data shape (normalized gene-level):", gene_data.shape)
125
+
126
+ # Load clinical data previously processed
127
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
128
+ print("\nClinical data shape:", selected_clinical_df.shape)
129
+
130
+ # 2. Link clinical and genetic data using normalized gene-level data
131
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
132
+ print("\nLinked data shape:", linked_data.shape)
133
+
134
+ # 3. Handle missing values systematically
135
+ if trait in linked_data.columns:
136
+ linked_data = handle_missing_values(linked_data, trait)
137
+
138
+ # 4. Check for bias in trait and demographic features
139
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
140
+
141
+ # 5. Final validation and information saving
142
+ note = "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."
143
+ is_usable = validate_and_save_cohort_info(
144
+ is_final=True,
145
+ cohort=cohort,
146
+ info_path=json_path,
147
+ is_gene_available=True,
148
+ is_trait_available=True,
149
+ is_biased=trait_biased,
150
+ df=linked_data,
151
+ note=note
152
+ )
153
+
154
+ # 6. Save linked data only if usable and not biased
155
+ if is_usable and not trait_biased:
156
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
157
+ linked_data.to_csv(out_data_file)
p3/preprocess/Sickle_Cell_Anemia/code/GSE84634.py ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+ cohort = "GSE84634"
7
+
8
+ # Input paths
9
+ in_trait_dir = "../DATA/GEO/Sickle_Cell_Anemia"
10
+ in_cohort_dir = "../DATA/GEO/Sickle_Cell_Anemia/GSE84634"
11
+
12
+ # Output paths
13
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/GSE84634.csv"
14
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/GSE84634.csv"
15
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/GSE84634.csv"
16
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
17
+
18
+ # Get file paths
19
+ soft_file_path, matrix_file_path = geo_get_relevant_filepaths(in_cohort_dir)
20
+
21
+ # Get background info and clinical data
22
+ background_info, clinical_data = get_background_and_clinical_data(matrix_file_path)
23
+ print("Background Information:")
24
+ print(background_info)
25
+ print("\nSample Characteristics:")
26
+
27
+ # Get dictionary of unique values per row
28
+ unique_values_dict = get_unique_values_by_row(clinical_data)
29
+ for row, values in unique_values_dict.items():
30
+ print(f"\n{row}:")
31
+ print(values)
32
+ # 1. Gene Expression Data Availability
33
+ # Dataset is about gene expression in PBMCs, so gene data should be available
34
+ is_gene_available = True
35
+
36
+ # 2. Variable Availability and Data Type Conversion
37
+ # 2.1 Data Availability
38
+ # trait_row = 2 since disease status is recorded in row 2
39
+ # age and gender not recorded in characteristics
40
+ trait_row = 2
41
+ age_row = None
42
+ gender_row = None
43
+
44
+ # 2.2 Data Type Conversion Functions
45
+ def convert_trait(x):
46
+ # Binary conversion - SCD patients are cases (1), non-SCD would be controls (0)
47
+ # But here all subjects are SCD patients based on background info
48
+ if x and 'sickle cell disease' in x.lower():
49
+ return 1
50
+ return None
51
+
52
+ def convert_age(x):
53
+ # Not available
54
+ return None
55
+
56
+ def convert_gender(x):
57
+ # Not available
58
+ return None
59
+
60
+ # 3. Save Metadata
61
+ is_trait_available = trait_row is not None
62
+ validate_and_save_cohort_info(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
+ # 4. Clinical Feature Extraction
69
+ if trait_row is not None:
70
+ clinical_df = geo_select_clinical_features(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
+ print("Preview of extracted clinical features:")
80
+ print(preview_df(clinical_df))
81
+
82
+ # Save clinical data
83
+ clinical_df.to_csv(out_clinical_data_file)
84
+ # Get gene expression data from matrix file
85
+ genetic_data = get_genetic_data(matrix_file_path)
86
+
87
+ # Examine data structure
88
+ print("Data structure and head:")
89
+ print(genetic_data.head())
90
+
91
+ print("\nShape:", genetic_data.shape)
92
+
93
+ print("\nFirst 20 row IDs (gene/probe identifiers):")
94
+ print(list(genetic_data.index)[:20])
95
+
96
+ # Get a few column names to verify sample IDs
97
+ print("\nFirst 5 column names:")
98
+ print(list(genetic_data.columns)[:5])
99
+ # Looking at the identifiers like '2315554', '2315633', these appear to be probe IDs
100
+ # rather than human gene symbols. Gene symbols would typically be like 'BRCA1', 'TP53' etc.
101
+ # Therefore these IDs need to be mapped to gene symbols.
102
+
103
+ requires_gene_mapping = True
104
+ # Extract gene annotation data
105
+ gene_annotation = get_gene_annotation(soft_file_path)
106
+
107
+ # Preview column names and values from annotation dataframe
108
+ print("Gene annotation DataFrame preview:")
109
+ print(preview_df(gene_annotation))
110
+ # 1. The 'ID' column in annotation matches probe IDs in expression data
111
+ # The 'gene_assignment' column contains gene symbols in format "symbol // description"
112
+ prob_col = 'ID'
113
+ gene_col = 'gene_assignment'
114
+
115
+ # 2. Get mapping between probe IDs and gene symbols
116
+ mapping_df = get_gene_mapping(gene_annotation, prob_col, gene_col)
117
+
118
+ # 3. Apply mapping to convert probe data to gene expression data
119
+ gene_data = apply_gene_mapping(genetic_data, mapping_df)
120
+
121
+ # Preview result
122
+ print("Gene expression data shape:", gene_data.shape)
123
+ print("\nFirst few gene symbols:")
124
+ print(list(gene_data.index)[:10])
125
+ print("\nFirst few expression values:")
126
+ print(gene_data.head())
127
+ # 1. Normalize gene symbols in gene expression data
128
+ gene_data = normalize_gene_symbols_in_index(gene_data)
129
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
130
+ gene_data.to_csv(out_gene_data_file)
131
+ print("\nGene data shape (normalized gene-level):", gene_data.shape)
132
+
133
+ # Load clinical data previously processed
134
+ selected_clinical_df = pd.read_csv(out_clinical_data_file, index_col=0)
135
+ print("\nClinical data shape:", selected_clinical_df.shape)
136
+
137
+ # 2. Link clinical and genetic data using normalized gene-level data
138
+ linked_data = geo_link_clinical_genetic_data(selected_clinical_df, gene_data)
139
+ print("\nLinked data shape:", linked_data.shape)
140
+
141
+ # 3. Handle missing values systematically
142
+ if trait in linked_data.columns:
143
+ linked_data = handle_missing_values(linked_data, trait)
144
+
145
+ # 4. Check for bias in trait and demographic features
146
+ trait_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
147
+
148
+ # 5. Final validation and information saving
149
+ note = "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."
150
+ is_usable = validate_and_save_cohort_info(
151
+ is_final=True,
152
+ cohort=cohort,
153
+ info_path=json_path,
154
+ is_gene_available=True,
155
+ is_trait_available=True,
156
+ is_biased=trait_biased,
157
+ df=linked_data,
158
+ note=note
159
+ )
160
+
161
+ # 6. Save linked data only if usable and not biased
162
+ if is_usable and not trait_biased:
163
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
164
+ linked_data.to_csv(out_data_file)
p3/preprocess/Sickle_Cell_Anemia/code/TCGA.py ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Path Configuration
2
+ from tools.preprocess import *
3
+
4
+ # Processing context
5
+ trait = "Sickle_Cell_Anemia"
6
+
7
+ # Input paths
8
+ tcga_root_dir = "../DATA/TCGA"
9
+
10
+ # Output paths
11
+ out_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/TCGA.csv"
12
+ out_gene_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/gene_data/TCGA.csv"
13
+ out_clinical_data_file = "./output/preprocess/3/Sickle_Cell_Anemia/clinical_data/TCGA.csv"
14
+ json_path = "./output/preprocess/3/Sickle_Cell_Anemia/cohort_info.json"
15
+
16
+ # Select TCGA_Acute_Myeloid_Leukemia_(LAML) since it is the most relevant blood disorder dataset
17
+ cohort_dir = os.path.join(tcga_root_dir, "TCGA_Acute_Myeloid_Leukemia_(LAML)")
18
+
19
+ # Get file paths for clinical and genetic data
20
+ clinical_file, genetic_file = tcga_get_relevant_filepaths(cohort_dir)
21
+
22
+ # Load the data files
23
+ clinical_df = pd.read_csv(clinical_file, index_col=0, sep='\t')
24
+ genetic_df = pd.read_csv(genetic_file, index_col=0, sep='\t')
25
+
26
+ # Print clinical columns for examination
27
+ print("Clinical data columns:")
28
+ print(clinical_df.columns.tolist())
29
+ # Define candidate columns
30
+ candidate_age_cols = ['age_at_initial_pathologic_diagnosis', 'days_to_birth']
31
+ candidate_gender_cols = ['gender']
32
+
33
+ # Get file paths using proper directory structure
34
+ cohort_dir = tcga_root_dir
35
+ clinical_file_path, _ = tcga_get_relevant_filepaths(cohort_dir)
36
+
37
+ # Read and preview clinical data
38
+ clinical_data = pd.read_csv(clinical_file_path, index_col=0)
39
+
40
+ # Extract and preview age columns
41
+ age_preview = {}
42
+ for col in candidate_age_cols:
43
+ age_preview[col] = clinical_data[col].head(5).tolist()
44
+ print("Age columns preview:")
45
+ print(age_preview)
46
+
47
+ # Extract and preview gender columns
48
+ gender_preview = {}
49
+ for col in candidate_gender_cols:
50
+ gender_preview[col] = clinical_data[col].head(5).tolist()
51
+ print("\nGender columns preview:")
52
+ print(gender_preview)
53
+ # Select TCGA_Acute_Myeloid_Leukemia_(LAML) since it is the most relevant blood disorder dataset
54
+ cohort_dir = os.path.join(tcga_root_dir, "TCGA_Acute_Myeloid_Leukemia_(LAML)")
55
+
56
+ # Get file paths for clinical and genetic data
57
+ clinical_file, genetic_file = tcga_get_relevant_filepaths(cohort_dir)
58
+
59
+ # Load the data files
60
+ clinical_df = pd.read_csv(clinical_file, index_col=0, sep='\t')
61
+ genetic_df = pd.read_csv(genetic_file, index_col=0, sep='\t')
62
+
63
+ # Print clinical columns for examination
64
+ print("Clinical data columns:")
65
+ print(clinical_df.columns.tolist())
66
+ # Inspect previously given clinical data columns
67
+ age_col = 'age_at_initial_pathologic_diagnosis' # Clear age column exists
68
+ gender_col = 'gender' # Clear gender column exists
69
+
70
+ # Print the chosen column names
71
+ print(f"Selected age column: {age_col}")
72
+ print(f"Selected gender column: {gender_col}")
73
+ # Select appropriate demographic columns
74
+ age_col = 'age_at_initial_pathologic_diagnosis' # This is more directly usable than days_to_birth
75
+ gender_col = 'gender'
76
+
77
+ # 1. Extract and standardize clinical features
78
+ selected_clinical_df = tcga_select_clinical_features(clinical_df, trait, age_col, gender_col)
79
+
80
+ # 2. Normalize gene symbols in genetic data
81
+ normalized_genetic_df = normalize_gene_symbols_in_index(genetic_df)
82
+ os.makedirs(os.path.dirname(out_gene_data_file), exist_ok=True)
83
+ normalized_genetic_df.to_csv(out_gene_data_file)
84
+
85
+ # 3. Link clinical and genetic data
86
+ linked_data = pd.merge(selected_clinical_df, normalized_genetic_df.T, left_index=True, right_index=True)
87
+
88
+ # 4. Handle missing values
89
+ linked_data = handle_missing_values(linked_data, trait)
90
+
91
+ # 5. Check for bias in trait and demographic features
92
+ is_biased, linked_data = judge_and_remove_biased_features(linked_data, trait)
93
+
94
+ # 6. Validate and save cohort info
95
+ note = f"Sample size after preprocessing: {len(linked_data)}. Number of genes: {len(linked_data.columns) - 3}"
96
+ is_usable = validate_and_save_cohort_info(
97
+ is_final=True,
98
+ cohort="TCGA",
99
+ info_path=json_path,
100
+ is_gene_available=True,
101
+ is_trait_available=True,
102
+ is_biased=is_biased,
103
+ df=linked_data,
104
+ note=note
105
+ )
106
+
107
+ # 7. Save linked data if usable
108
+ if is_usable:
109
+ os.makedirs(os.path.dirname(out_data_file), exist_ok=True)
110
+ linked_data.to_csv(out_data_file)
111
+ print(f"Linked data saved to {out_data_file}")
112
+ print("Shape of final linked data:", linked_data.shape)
113
+ else:
114
+ print("Dataset was found to be unusable and was not saved")
p3/preprocess/Sickle_Cell_Anemia/cohort_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"GSE84634": {"is_usable": false, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": true, "has_age": false, "has_gender": false, "sample_size": 38, "note": "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."}, "GSE84633": {"is_usable": false, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": true, "has_age": false, "has_gender": false, "sample_size": 40, "note": "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."}, "GSE84632": {"is_usable": false, "is_gene_available": true, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}, "GSE53441": {"is_usable": true, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": false, "has_age": false, "has_gender": false, "sample_size": 34, "note": "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."}, "GSE46471": {"is_usable": false, "is_gene_available": true, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": "Dataset contains normalized gene expression data but lacks trait information."}, "GSE41575": {"is_usable": false, "is_gene_available": false, "is_trait_available": false, "is_available": false, "is_biased": null, "has_age": null, "has_gender": null, "sample_size": null, "note": null}, "GSE117613": {"is_usable": true, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": false, "has_age": true, "has_gender": true, "sample_size": 46, "note": "Data was successfully preprocessed from probe-level to gene-level expression using gene symbol normalization with NCBI Gene database."}, "TCGA": {"is_usable": false, "is_gene_available": true, "is_trait_available": true, "is_available": true, "is_biased": true, "has_age": true, "has_gender": true, "sample_size": 173, "note": "Sample size after preprocessing: 173. Number of genes: 19848"}}
p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE46471.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE53441.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE84633.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/preprocess/Sickle_Cell_Anemia/gene_data/GSE84634.csv ADDED
The diff for this file is too large to render. See raw diff
 
p3/regress/Pancreatic_Cancer/significant_genes_condition_Age.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "5467_at",
5
+ "401491_at",
6
+ "23635_at",
7
+ "442892_at",
8
+ "3205_at",
9
+ "29105_at",
10
+ "1114_at",
11
+ "245973_at",
12
+ "440712_at",
13
+ "115024_at",
14
+ "100506928_at",
15
+ "155060_at",
16
+ "22973_at",
17
+ "8708_at",
18
+ "9667_at",
19
+ "150776_at",
20
+ "5367_at",
21
+ "55901_at",
22
+ "10542_at",
23
+ "79862_at",
24
+ "113263_at",
25
+ "473_at",
26
+ "283592_at",
27
+ "10610_at",
28
+ "10171_at",
29
+ "5774_at",
30
+ "1978_at",
31
+ "6424_at",
32
+ "51611_at"
33
+ ],
34
+ "Coefficient": [
35
+ 0.08296500398213777,
36
+ 0.060871951899577656,
37
+ -0.037004068545058215,
38
+ -0.024300515351375902,
39
+ 0.024074971286214185,
40
+ -0.02380560079683399,
41
+ -0.019774367999922386,
42
+ -0.019746352429551865,
43
+ -0.016818036880240413,
44
+ -0.015753839024237853,
45
+ 0.015497594529684055,
46
+ -0.01352678971151172,
47
+ 0.010887439158759551,
48
+ 0.010084862677183884,
49
+ 0.009110368208898713,
50
+ -0.008882968528012446,
51
+ -0.00729881322514684,
52
+ -0.006556100278827447,
53
+ 0.006300106656623096,
54
+ -0.0059048190127323754,
55
+ -0.005058805518017359,
56
+ 0.004340670338782341,
57
+ -0.0037999858593521464,
58
+ -0.003327218193936484,
59
+ 0.002549965198737279,
60
+ 0.0022537958408732272,
61
+ 0.001941535454615459,
62
+ -0.0018775331315336104,
63
+ -1.5214553851987895e-06
64
+ ],
65
+ "Absolute Coefficient": [
66
+ 0.08296500398213777,
67
+ 0.060871951899577656,
68
+ 0.037004068545058215,
69
+ 0.024300515351375902,
70
+ 0.024074971286214185,
71
+ 0.02380560079683399,
72
+ 0.019774367999922386,
73
+ 0.019746352429551865,
74
+ 0.016818036880240413,
75
+ 0.015753839024237853,
76
+ 0.015497594529684055,
77
+ 0.01352678971151172,
78
+ 0.010887439158759551,
79
+ 0.010084862677183884,
80
+ 0.009110368208898713,
81
+ 0.008882968528012446,
82
+ 0.00729881322514684,
83
+ 0.006556100278827447,
84
+ 0.006300106656623096,
85
+ 0.0059048190127323754,
86
+ 0.005058805518017359,
87
+ 0.004340670338782341,
88
+ 0.0037999858593521464,
89
+ 0.003327218193936484,
90
+ 0.002549965198737279,
91
+ 0.0022537958408732272,
92
+ 0.001941535454615459,
93
+ 0.0018775331315336104,
94
+ 1.5214553851987895e-06
95
+ ]
96
+ },
97
+ "cv_performance": {
98
+ "prediction": {
99
+ "accuracy": 71.42857142857142,
100
+ "precision": 76.0,
101
+ "recall": 78.33333333333333,
102
+ "f1": 76.6883116883117
103
+ },
104
+ "selection": {
105
+ "precision": 0.0,
106
+ "recall": 0.0,
107
+ "f1": 0.0,
108
+ "jaccard": 0.0
109
+ }
110
+ }
111
+ }
p3/regress/Pancreatic_Cancer/significant_genes_condition_Gender.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "138199_at",
5
+ "115024_at",
6
+ "23635_at",
7
+ "115703_at",
8
+ "406956_at",
9
+ "5774_at",
10
+ "23505_at",
11
+ "8361_at",
12
+ "1500_at",
13
+ "143098_at",
14
+ "150082_at",
15
+ "51368_at",
16
+ "10911_at",
17
+ "817_at",
18
+ "155060_at",
19
+ "5467_at",
20
+ "285601_at",
21
+ "4293_at",
22
+ "645954_at",
23
+ "1774_at",
24
+ "100996693_at",
25
+ "197350_at",
26
+ "255394_at",
27
+ "79862_at"
28
+ ],
29
+ "Coefficient": [
30
+ -0.12814223431629035,
31
+ -0.06079122461954943,
32
+ -0.05632570737209828,
33
+ -0.04218255131770321,
34
+ -0.0345225328004136,
35
+ 0.031313267271787605,
36
+ 0.030269610259361666,
37
+ -0.02334359219730641,
38
+ 0.022727554199449447,
39
+ 0.021383144328592774,
40
+ -0.013937924679236307,
41
+ -0.008978207621606983,
42
+ -0.006689693046658298,
43
+ -0.005792774421685688,
44
+ -0.005290015469026769,
45
+ 0.004715321332233115,
46
+ -0.003190729502227764,
47
+ -0.0030606305203533715,
48
+ -0.0023339510321452924,
49
+ -0.0013360949730925522,
50
+ -0.001040517017234697,
51
+ -0.0005129381462236625,
52
+ 0.0004843406390887012,
53
+ -0.00011179116287610881
54
+ ],
55
+ "Absolute Coefficient": [
56
+ 0.12814223431629035,
57
+ 0.06079122461954943,
58
+ 0.05632570737209828,
59
+ 0.04218255131770321,
60
+ 0.0345225328004136,
61
+ 0.031313267271787605,
62
+ 0.030269610259361666,
63
+ 0.02334359219730641,
64
+ 0.022727554199449447,
65
+ 0.021383144328592774,
66
+ 0.013937924679236307,
67
+ 0.008978207621606983,
68
+ 0.006689693046658298,
69
+ 0.005792774421685688,
70
+ 0.005290015469026769,
71
+ 0.004715321332233115,
72
+ 0.003190729502227764,
73
+ 0.0030606305203533715,
74
+ 0.0023339510321452924,
75
+ 0.0013360949730925522,
76
+ 0.001040517017234697,
77
+ 0.0005129381462236625,
78
+ 0.0004843406390887012,
79
+ 0.00011179116287610881
80
+ ]
81
+ },
82
+ "cv_performance": {
83
+ "prediction": {
84
+ "accuracy": 68.57142857142856,
85
+ "precision": 72.0,
86
+ "recall": 78.33333333333333,
87
+ "f1": 74.46608946608947
88
+ },
89
+ "selection": {
90
+ "precision": 0.0,
91
+ "recall": 0.0,
92
+ "f1": 0.0,
93
+ "jaccard": 0.0
94
+ }
95
+ }
96
+ }
p3/regress/Pancreatic_Cancer/significant_genes_condition_Hypertension.json ADDED
@@ -0,0 +1,612 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ANGPTL7",
5
+ "SMIM12",
6
+ "TUBB1",
7
+ "IDI2-AS1",
8
+ "OR8B1P",
9
+ "TRIM51",
10
+ "XPR1",
11
+ "MIR106A",
12
+ "RNA5SP74",
13
+ "GHRL",
14
+ "HRH1",
15
+ "MIR1909",
16
+ "CACNA2D4",
17
+ "TSBP1",
18
+ "RAPSN",
19
+ "CD5L",
20
+ "EP300",
21
+ "CCL7",
22
+ "RFXAP",
23
+ "OR6Q1",
24
+ "LRFN5",
25
+ "OR8A1",
26
+ "UGT2B28",
27
+ "HNRNPA1P8",
28
+ "HMOX1",
29
+ "MIR146A",
30
+ "FRMD7",
31
+ "ALDH8A1",
32
+ "APLNR",
33
+ "RPS6P6",
34
+ "MTA1",
35
+ "MDS2",
36
+ "GSTM1",
37
+ "PLAU",
38
+ "MMAB",
39
+ "FADS1",
40
+ "CASP2",
41
+ "SLC25A35",
42
+ "LINC01602",
43
+ "PCDHB11",
44
+ "TP53I11",
45
+ "IKZF4",
46
+ "LRFN1",
47
+ "RAD21L1",
48
+ "SP3",
49
+ "CATSPER3",
50
+ "KRTAP13-3",
51
+ "METTL21EP",
52
+ "MRGPRX3",
53
+ "OR4A16",
54
+ "PFN4",
55
+ "MIR382",
56
+ "FBXO15",
57
+ "GPR148",
58
+ "NECAB1",
59
+ "NANOGNB",
60
+ "NHS",
61
+ "SSX7",
62
+ "CFL1P3",
63
+ "GLUD2",
64
+ "ANXA10",
65
+ "RNA5SP269",
66
+ "MAGEE1",
67
+ "OR10U1P",
68
+ "AMTN",
69
+ "OR4C46",
70
+ "GOT1L1",
71
+ "CSN3",
72
+ "REXO1",
73
+ "PNLDC1",
74
+ "COTL1P1",
75
+ "PRPS1L1",
76
+ "HCFC1R1",
77
+ "ZNF233",
78
+ "CREB3L4",
79
+ "RHBDL1",
80
+ "PSMB3P2",
81
+ "OR1N2",
82
+ "SURF6",
83
+ "SPARC",
84
+ "OR4H12P",
85
+ "LRIT3",
86
+ "INTS15",
87
+ "FAM223A",
88
+ "RNU6-68P",
89
+ "RASL11A",
90
+ "OR11G2",
91
+ "OR1J1",
92
+ "LYPD5",
93
+ "SPRR2D",
94
+ "UNC50",
95
+ "RNA5SP183",
96
+ "HUS1",
97
+ "DEFB118",
98
+ "DDX20",
99
+ "PEG10",
100
+ "ACTR5",
101
+ "PF4",
102
+ "RNA5SP340",
103
+ "CIBAR1P1",
104
+ "SMOC1",
105
+ "S100A11P2",
106
+ "CCDC121",
107
+ "KLHL42",
108
+ "TRPM8",
109
+ "PGA3",
110
+ "ARL13A",
111
+ "MIR100",
112
+ "ADGRG2",
113
+ "CHI3L2",
114
+ "SSU72P1",
115
+ "CIDECP1",
116
+ "ANKRD35",
117
+ "RNF187",
118
+ "C10orf90",
119
+ "YBX1P1",
120
+ "HSD3BP4",
121
+ "GDPD4",
122
+ "HSBP1P2",
123
+ "SNORA36C",
124
+ "LHCGR",
125
+ "IFI6",
126
+ "SPESP1",
127
+ "PITX1",
128
+ "OR1S2",
129
+ "OR51A6P",
130
+ "RPL7L1P8",
131
+ "RBM4B",
132
+ "WFDC3",
133
+ "OR5G3",
134
+ "MIR141",
135
+ "OR51B6",
136
+ "STX10",
137
+ "HMGN1P30",
138
+ "KLHL38",
139
+ "CRELD1",
140
+ "BOLA1",
141
+ "SCGB1D2",
142
+ "EPHA7",
143
+ "KCNB1",
144
+ "NPM1P8",
145
+ "PCDH8",
146
+ "CXCL14",
147
+ "OR1L1",
148
+ "RPL7L1P4",
149
+ "C1orf216",
150
+ "ANKRD34C",
151
+ "VXN",
152
+ "ATP6V1C2",
153
+ "NEFL",
154
+ "POSTN",
155
+ "SUMO1P1",
156
+ "SLC6A1",
157
+ "TAPBPL",
158
+ "RGS2",
159
+ "RAB39B",
160
+ "MIR1908",
161
+ "BTBD2",
162
+ "PIN1",
163
+ "STATH",
164
+ "OR6B1",
165
+ "GRIN2B",
166
+ "LDLRAP1",
167
+ "ALX1",
168
+ "INVS",
169
+ "GBP7",
170
+ "FAM149B1",
171
+ "CEBPA-DT",
172
+ "BCL6",
173
+ "SLC9A2",
174
+ "SNORD37",
175
+ "LIAT1",
176
+ "ZNF304",
177
+ "NXPE2",
178
+ "MIR153-2",
179
+ "GSTT2",
180
+ "STAC",
181
+ "NOX5",
182
+ "STAT1",
183
+ "RNF31",
184
+ "VSTM1",
185
+ "GFRA3",
186
+ "C7orf33",
187
+ "PARL",
188
+ "TBCCD1",
189
+ "RPL13",
190
+ "HPR",
191
+ "PLEKHF1",
192
+ "ZNF619",
193
+ "TRIM51G",
194
+ "OR13H1",
195
+ "SNORD48",
196
+ "SNORD68",
197
+ "GNB5",
198
+ "IRF9",
199
+ "FAM223B"
200
+ ],
201
+ "Coefficient": [
202
+ 0.05493486252447115,
203
+ -0.04645607153814593,
204
+ -0.04488090363496572,
205
+ -0.044097343250001135,
206
+ -0.0402651350024962,
207
+ 0.03905186703581911,
208
+ -0.03887038956538586,
209
+ 0.03704364192486167,
210
+ -0.03551737624923938,
211
+ -0.03380730394026306,
212
+ 0.032869778152232125,
213
+ -0.0324062416147084,
214
+ 0.029666558797002356,
215
+ -0.028347792994168442,
216
+ 0.027744727127111648,
217
+ -0.02711756019497032,
218
+ 0.02607923304216123,
219
+ -0.02576358069320355,
220
+ -0.025495480938560335,
221
+ 0.02489335464363781,
222
+ -0.024512931836223068,
223
+ -0.024415689019624157,
224
+ 0.02333673865863428,
225
+ -0.023130362410505593,
226
+ 0.022934054625052765,
227
+ -0.02245797571357892,
228
+ -0.02166407320226243,
229
+ -0.021241649241053605,
230
+ 0.021174780089787737,
231
+ -0.021022012829231284,
232
+ -0.020685565852850783,
233
+ -0.020423775017452538,
234
+ -0.020336364914377424,
235
+ 0.020195271724203594,
236
+ -0.019635404848536087,
237
+ -0.019304085690093963,
238
+ 0.019037668777721024,
239
+ -0.018948088192699483,
240
+ 0.0188163741560647,
241
+ 0.018319854091903127,
242
+ 0.01820767494603523,
243
+ 0.0181921702463617,
244
+ -0.018183253429765168,
245
+ 0.01787443251591102,
246
+ 0.01711397618917682,
247
+ -0.016911356517398092,
248
+ 0.016668763183975935,
249
+ -0.016302493399681154,
250
+ -0.01620999151083638,
251
+ 0.01589206649777551,
252
+ 0.015150260389295359,
253
+ -0.014914400437968375,
254
+ -0.014759180742217885,
255
+ -0.014292354346388803,
256
+ -0.014268539573206639,
257
+ 0.014094789011336213,
258
+ 0.014052768447007176,
259
+ 0.013967552556741996,
260
+ 0.013874963175267723,
261
+ -0.013611581976799266,
262
+ 0.013454407952526072,
263
+ -0.013170366942407995,
264
+ -0.012288550478943571,
265
+ -0.012239086003082718,
266
+ -0.012005874323187442,
267
+ -0.011926856240403003,
268
+ 0.011772978933193005,
269
+ -0.011510677851926195,
270
+ -0.011408606513496658,
271
+ -0.011363253815073367,
272
+ 0.011063312135963978,
273
+ -0.010515926315299571,
274
+ 0.010497282769898959,
275
+ 0.010486982194909037,
276
+ 0.010448921626581707,
277
+ -0.01024198229066933,
278
+ 0.010155787923695118,
279
+ 0.010124565167826598,
280
+ 0.010110303944946475,
281
+ 0.00997666535538797,
282
+ -0.009790502403727929,
283
+ -0.009786151110296957,
284
+ -0.009653641129322946,
285
+ -0.009609483464756988,
286
+ -0.009591385464980961,
287
+ -0.009507031174775393,
288
+ -0.009478827423033728,
289
+ -0.009291098242654105,
290
+ 0.009078860995467362,
291
+ 0.009010647840558455,
292
+ 0.00900589884646013,
293
+ 0.008945980192152468,
294
+ 0.008911060418145307,
295
+ -0.008750942944557805,
296
+ -0.00858994837373768,
297
+ -0.008488821249949438,
298
+ 0.008419939146862189,
299
+ -0.00837396575379168,
300
+ -0.008320589111097348,
301
+ -0.008187704048156896,
302
+ 0.008024677979395281,
303
+ 0.007996347378087475,
304
+ -0.007970732695523374,
305
+ -0.007917048403996726,
306
+ -0.007696195162159439,
307
+ -0.0074890627710262865,
308
+ 0.007477053917477996,
309
+ -0.00747205354113835,
310
+ -0.007377023865114331,
311
+ -0.007256232840418844,
312
+ 0.00721942851022423,
313
+ 0.007162779725872948,
314
+ -0.006945661821335477,
315
+ 0.006878656842892492,
316
+ 0.006803181844445567,
317
+ -0.00677049495258299,
318
+ 0.006685249489703636,
319
+ -0.00655258347876175,
320
+ -0.0065282342349818265,
321
+ 0.006361007293088477,
322
+ 0.006256075922944142,
323
+ 0.0062482669650941736,
324
+ -0.006139459546819443,
325
+ 0.006104452134320348,
326
+ -0.00607021150328331,
327
+ -0.006015170318134796,
328
+ -0.005834092529098838,
329
+ -0.005722344210943935,
330
+ 0.005500548742286312,
331
+ -0.0054837523394028545,
332
+ -0.005266113741140298,
333
+ -0.005259237648719822,
334
+ 0.005093636055627098,
335
+ -0.00506621736239647,
336
+ 0.004907978562559977,
337
+ 0.004806289599395202,
338
+ 0.004597106637392009,
339
+ 0.004484785865845339,
340
+ 0.004441942507511613,
341
+ 0.004309302856944331,
342
+ 0.004033290929441862,
343
+ -0.004004612725764508,
344
+ 0.0038222649568625568,
345
+ -0.0037762155681705088,
346
+ -0.0037697950745284583,
347
+ -0.003720446437650118,
348
+ -0.003559651069629503,
349
+ 0.0034565975987735733,
350
+ 0.0034364845076569586,
351
+ 0.0034298714557002004,
352
+ 0.0034290840890052717,
353
+ 0.003417044000090949,
354
+ 0.003415787822830845,
355
+ 0.003313221740569554,
356
+ -0.0032619036243459825,
357
+ -0.0031622237391083006,
358
+ -0.0031568298332254794,
359
+ -0.0031194934430062247,
360
+ 0.0029809952228913718,
361
+ -0.002966969229008325,
362
+ -0.002930761614707135,
363
+ 0.0027688922673273796,
364
+ -0.0027383548665053047,
365
+ 0.0026419159626921464,
366
+ 0.002593959873160318,
367
+ 0.002582242140267455,
368
+ -0.0025466711316102205,
369
+ 0.002353388622082045,
370
+ -0.002330916296222749,
371
+ 0.002262097234314831,
372
+ -0.0022246229006529995,
373
+ -0.002184479807250745,
374
+ 0.0018965427935659644,
375
+ 0.0018398434601503472,
376
+ -0.0017324688753116253,
377
+ -0.0015103606256396172,
378
+ 0.0013949301008890987,
379
+ -0.0011603182378854672,
380
+ 0.0011284835052991966,
381
+ 0.001115279262988946,
382
+ -0.0007593940196942505,
383
+ 0.000654777039986724,
384
+ 0.0005991819865834619,
385
+ 0.0004451657914370213,
386
+ 0.00043477516660892,
387
+ -0.00043009957866860373,
388
+ 0.0004238142921915428,
389
+ 0.00029475710322041923,
390
+ -0.0002313543931916647,
391
+ 0.00019877392645446055,
392
+ -0.0001526709680854611,
393
+ 0.00010594543530989997,
394
+ -0.00010406938902150524,
395
+ -6.200356387551451e-05,
396
+ 3.3785433013543264e-05,
397
+ -1.8200377452871412e-18
398
+ ],
399
+ "Absolute Coefficient": [
400
+ 0.05493486252447115,
401
+ 0.04645607153814593,
402
+ 0.04488090363496572,
403
+ 0.044097343250001135,
404
+ 0.0402651350024962,
405
+ 0.03905186703581911,
406
+ 0.03887038956538586,
407
+ 0.03704364192486167,
408
+ 0.03551737624923938,
409
+ 0.03380730394026306,
410
+ 0.032869778152232125,
411
+ 0.0324062416147084,
412
+ 0.029666558797002356,
413
+ 0.028347792994168442,
414
+ 0.027744727127111648,
415
+ 0.02711756019497032,
416
+ 0.02607923304216123,
417
+ 0.02576358069320355,
418
+ 0.025495480938560335,
419
+ 0.02489335464363781,
420
+ 0.024512931836223068,
421
+ 0.024415689019624157,
422
+ 0.02333673865863428,
423
+ 0.023130362410505593,
424
+ 0.022934054625052765,
425
+ 0.02245797571357892,
426
+ 0.02166407320226243,
427
+ 0.021241649241053605,
428
+ 0.021174780089787737,
429
+ 0.021022012829231284,
430
+ 0.020685565852850783,
431
+ 0.020423775017452538,
432
+ 0.020336364914377424,
433
+ 0.020195271724203594,
434
+ 0.019635404848536087,
435
+ 0.019304085690093963,
436
+ 0.019037668777721024,
437
+ 0.018948088192699483,
438
+ 0.0188163741560647,
439
+ 0.018319854091903127,
440
+ 0.01820767494603523,
441
+ 0.0181921702463617,
442
+ 0.018183253429765168,
443
+ 0.01787443251591102,
444
+ 0.01711397618917682,
445
+ 0.016911356517398092,
446
+ 0.016668763183975935,
447
+ 0.016302493399681154,
448
+ 0.01620999151083638,
449
+ 0.01589206649777551,
450
+ 0.015150260389295359,
451
+ 0.014914400437968375,
452
+ 0.014759180742217885,
453
+ 0.014292354346388803,
454
+ 0.014268539573206639,
455
+ 0.014094789011336213,
456
+ 0.014052768447007176,
457
+ 0.013967552556741996,
458
+ 0.013874963175267723,
459
+ 0.013611581976799266,
460
+ 0.013454407952526072,
461
+ 0.013170366942407995,
462
+ 0.012288550478943571,
463
+ 0.012239086003082718,
464
+ 0.012005874323187442,
465
+ 0.011926856240403003,
466
+ 0.011772978933193005,
467
+ 0.011510677851926195,
468
+ 0.011408606513496658,
469
+ 0.011363253815073367,
470
+ 0.011063312135963978,
471
+ 0.010515926315299571,
472
+ 0.010497282769898959,
473
+ 0.010486982194909037,
474
+ 0.010448921626581707,
475
+ 0.01024198229066933,
476
+ 0.010155787923695118,
477
+ 0.010124565167826598,
478
+ 0.010110303944946475,
479
+ 0.00997666535538797,
480
+ 0.009790502403727929,
481
+ 0.009786151110296957,
482
+ 0.009653641129322946,
483
+ 0.009609483464756988,
484
+ 0.009591385464980961,
485
+ 0.009507031174775393,
486
+ 0.009478827423033728,
487
+ 0.009291098242654105,
488
+ 0.009078860995467362,
489
+ 0.009010647840558455,
490
+ 0.00900589884646013,
491
+ 0.008945980192152468,
492
+ 0.008911060418145307,
493
+ 0.008750942944557805,
494
+ 0.00858994837373768,
495
+ 0.008488821249949438,
496
+ 0.008419939146862189,
497
+ 0.00837396575379168,
498
+ 0.008320589111097348,
499
+ 0.008187704048156896,
500
+ 0.008024677979395281,
501
+ 0.007996347378087475,
502
+ 0.007970732695523374,
503
+ 0.007917048403996726,
504
+ 0.007696195162159439,
505
+ 0.0074890627710262865,
506
+ 0.007477053917477996,
507
+ 0.00747205354113835,
508
+ 0.007377023865114331,
509
+ 0.007256232840418844,
510
+ 0.00721942851022423,
511
+ 0.007162779725872948,
512
+ 0.006945661821335477,
513
+ 0.006878656842892492,
514
+ 0.006803181844445567,
515
+ 0.00677049495258299,
516
+ 0.006685249489703636,
517
+ 0.00655258347876175,
518
+ 0.0065282342349818265,
519
+ 0.006361007293088477,
520
+ 0.006256075922944142,
521
+ 0.0062482669650941736,
522
+ 0.006139459546819443,
523
+ 0.006104452134320348,
524
+ 0.00607021150328331,
525
+ 0.006015170318134796,
526
+ 0.005834092529098838,
527
+ 0.005722344210943935,
528
+ 0.005500548742286312,
529
+ 0.0054837523394028545,
530
+ 0.005266113741140298,
531
+ 0.005259237648719822,
532
+ 0.005093636055627098,
533
+ 0.00506621736239647,
534
+ 0.004907978562559977,
535
+ 0.004806289599395202,
536
+ 0.004597106637392009,
537
+ 0.004484785865845339,
538
+ 0.004441942507511613,
539
+ 0.004309302856944331,
540
+ 0.004033290929441862,
541
+ 0.004004612725764508,
542
+ 0.0038222649568625568,
543
+ 0.0037762155681705088,
544
+ 0.0037697950745284583,
545
+ 0.003720446437650118,
546
+ 0.003559651069629503,
547
+ 0.0034565975987735733,
548
+ 0.0034364845076569586,
549
+ 0.0034298714557002004,
550
+ 0.0034290840890052717,
551
+ 0.003417044000090949,
552
+ 0.003415787822830845,
553
+ 0.003313221740569554,
554
+ 0.0032619036243459825,
555
+ 0.0031622237391083006,
556
+ 0.0031568298332254794,
557
+ 0.0031194934430062247,
558
+ 0.0029809952228913718,
559
+ 0.002966969229008325,
560
+ 0.002930761614707135,
561
+ 0.0027688922673273796,
562
+ 0.0027383548665053047,
563
+ 0.0026419159626921464,
564
+ 0.002593959873160318,
565
+ 0.002582242140267455,
566
+ 0.0025466711316102205,
567
+ 0.002353388622082045,
568
+ 0.002330916296222749,
569
+ 0.002262097234314831,
570
+ 0.0022246229006529995,
571
+ 0.002184479807250745,
572
+ 0.0018965427935659644,
573
+ 0.0018398434601503472,
574
+ 0.0017324688753116253,
575
+ 0.0015103606256396172,
576
+ 0.0013949301008890987,
577
+ 0.0011603182378854672,
578
+ 0.0011284835052991966,
579
+ 0.001115279262988946,
580
+ 0.0007593940196942505,
581
+ 0.000654777039986724,
582
+ 0.0005991819865834619,
583
+ 0.0004451657914370213,
584
+ 0.00043477516660892,
585
+ 0.00043009957866860373,
586
+ 0.0004238142921915428,
587
+ 0.00029475710322041923,
588
+ 0.0002313543931916647,
589
+ 0.00019877392645446055,
590
+ 0.0001526709680854611,
591
+ 0.00010594543530989997,
592
+ 0.00010406938902150524,
593
+ 6.200356387551451e-05,
594
+ 3.3785433013543264e-05,
595
+ 1.8200377452871412e-18
596
+ ]
597
+ },
598
+ "cv_performance": {
599
+ "prediction": {
600
+ "accuracy": 79.16666666666666,
601
+ "precision": 82.84696296229578,
602
+ "recall": 82.60204936675525,
603
+ "f1": 81.75013638843426
604
+ },
605
+ "selection": {
606
+ "precision": 0.8668390539941985,
607
+ "recall": 1.818181818181818,
608
+ "f1": 1.1738715393705608,
609
+ "jaccard": 0.5908376385086381
610
+ }
611
+ }
612
+ }
p3/regress/Pancreatic_Cancer/significant_genes_condition_None.json ADDED
@@ -0,0 +1,600 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ANGPTL7",
5
+ "TUBB1",
6
+ "IDI2-AS1",
7
+ "MIR1909",
8
+ "GHRL",
9
+ "TRIM51",
10
+ "MDS2",
11
+ "HRH1",
12
+ "SMIM12",
13
+ "UGT2B28",
14
+ "METTL21EP",
15
+ "OR8B1P",
16
+ "FRMD7",
17
+ "TP53I11",
18
+ "MRGPRX3",
19
+ "RFXAP",
20
+ "PCDHB11",
21
+ "MIR106A",
22
+ "OR6Q1",
23
+ "RAPSN",
24
+ "CACNA2D4",
25
+ "SMOC1",
26
+ "KRTAP13-3",
27
+ "ANXA10",
28
+ "RAD21L1",
29
+ "PLAU",
30
+ "OR8A1",
31
+ "LRFN5",
32
+ "TSBP1",
33
+ "ALDH8A1",
34
+ "EP300",
35
+ "PFN4",
36
+ "RASL11A",
37
+ "GLUD2",
38
+ "HSBP1P2",
39
+ "XPR1",
40
+ "MMAB",
41
+ "OR4A16",
42
+ "MIR382",
43
+ "SSX7",
44
+ "FADS1",
45
+ "NECAB1",
46
+ "PRPS1L1",
47
+ "RNA5SP74",
48
+ "LRFN1",
49
+ "OR1N2",
50
+ "OR11G2",
51
+ "DKK3",
52
+ "GNPTG",
53
+ "PSMB3P2",
54
+ "RPS6P6",
55
+ "OR4H12P",
56
+ "PF4",
57
+ "FAM149B1",
58
+ "SSU72P1",
59
+ "LRIT3",
60
+ "S100A11P2",
61
+ "DDX20",
62
+ "OR1S2",
63
+ "SP3",
64
+ "CCDC121",
65
+ "APLNR",
66
+ "GPR148",
67
+ "IKZF4",
68
+ "INTS15",
69
+ "CD5L",
70
+ "SLC25A35",
71
+ "RNA5SP269",
72
+ "NHS",
73
+ "RNF187",
74
+ "RHBDL1",
75
+ "SSU72L1",
76
+ "BOLA1",
77
+ "HPCAL4",
78
+ "FBXO15",
79
+ "ZNF829",
80
+ "PNLDC1",
81
+ "REXO1",
82
+ "GSTM1",
83
+ "CRELD1",
84
+ "PAPSS2",
85
+ "SURF6",
86
+ "KLHL38",
87
+ "NANOGNB",
88
+ "RNA5SP68",
89
+ "RPS2P2",
90
+ "MTA1",
91
+ "COTL1P1",
92
+ "OR5T3",
93
+ "CIBAR1P1",
94
+ "C10orf90",
95
+ "LYPD5",
96
+ "CSN3",
97
+ "SLC9A2",
98
+ "PGA3",
99
+ "ZNF233",
100
+ "PEG10",
101
+ "ANKRD34C",
102
+ "RPL13",
103
+ "ACTR5",
104
+ "OR51B6",
105
+ "CHAC1",
106
+ "CCL7",
107
+ "MIR146A",
108
+ "RPL7L1P4",
109
+ "LINC01602",
110
+ "OR4C46",
111
+ "MIR100",
112
+ "GFRA3",
113
+ "CARMN",
114
+ "EPHA7",
115
+ "AMTN",
116
+ "HSD3BP4",
117
+ "MIR153-2",
118
+ "DGKK",
119
+ "HCFC1R1",
120
+ "ARF6",
121
+ "ALKBH5",
122
+ "OR56A4",
123
+ "ZNF619",
124
+ "OR10U1P",
125
+ "MKNK2",
126
+ "OR5G3",
127
+ "GOT1L1",
128
+ "OR6K3",
129
+ "PLEKHG4",
130
+ "ZNF474",
131
+ "GSTT2",
132
+ "DEFB118",
133
+ "PIN1",
134
+ "MIR143",
135
+ "MIR1908",
136
+ "PLEKHF1",
137
+ "HMGN1P30",
138
+ "SPRR2D",
139
+ "SCGB1D2",
140
+ "SLC6A1",
141
+ "RNA5SP183",
142
+ "NEFL",
143
+ "C7orf33",
144
+ "VXN",
145
+ "RNA5SP340",
146
+ "SUMO1P1",
147
+ "HPR",
148
+ "CASP2",
149
+ "DIS3L",
150
+ "YBX1P1",
151
+ "PPBP",
152
+ "RNF31",
153
+ "SNORA36C",
154
+ "CATSPER3",
155
+ "RNA5SP512",
156
+ "NFYC",
157
+ "LCE1B",
158
+ "GBP7",
159
+ "MIR4738",
160
+ "IBSP",
161
+ "POFUT1",
162
+ "OR1J1",
163
+ "GALNT8",
164
+ "PRSS27",
165
+ "DPPA3P2",
166
+ "CIDECP1",
167
+ "CANT1",
168
+ "OR6K4P",
169
+ "SNORD48",
170
+ "BOLL",
171
+ "STX10",
172
+ "CFL1P3",
173
+ "HIC2",
174
+ "GDPD4",
175
+ "SIGLEC17P",
176
+ "TPM4",
177
+ "RNU6-68P",
178
+ "THAP1",
179
+ "SNORD68",
180
+ "IRF9",
181
+ "IFI6",
182
+ "RBM4B",
183
+ "APOL5",
184
+ "SS18L1",
185
+ "ASAH1",
186
+ "STC2",
187
+ "SSU72P6",
188
+ "SPESP1",
189
+ "NPVF",
190
+ "KCNB1",
191
+ "RAB40AL",
192
+ "ALX1",
193
+ "NOX5",
194
+ "LINC01551",
195
+ "OR5G5P"
196
+ ],
197
+ "Coefficient": [
198
+ 0.052838556511565334,
199
+ -0.051909265637236544,
200
+ -0.05015933621525713,
201
+ -0.04801096635553062,
202
+ -0.043479596225504,
203
+ 0.037855984379717135,
204
+ -0.03472211360288785,
205
+ 0.032774015235444376,
206
+ -0.03237316320963105,
207
+ 0.030450690478782644,
208
+ -0.030255705615737337,
209
+ -0.029629670630787266,
210
+ -0.028838626347170312,
211
+ 0.028626287116641266,
212
+ -0.02738939664975927,
213
+ -0.02681411041364138,
214
+ 0.02658867846424585,
215
+ 0.025893422215786218,
216
+ 0.025608567187380776,
217
+ 0.02476534382380977,
218
+ 0.024411268271075103,
219
+ 0.024090421783869616,
220
+ 0.02402093059076546,
221
+ 0.023417988002428693,
222
+ 0.023274828333216323,
223
+ 0.02324100324440993,
224
+ -0.023204669509339696,
225
+ -0.023110129251212776,
226
+ -0.022971780564947794,
227
+ -0.02296958466241625,
228
+ 0.022963559454130974,
229
+ 0.02204543995108683,
230
+ -0.02184402645679713,
231
+ -0.021782003422890838,
232
+ -0.02112895514278683,
233
+ -0.020774177101354305,
234
+ -0.020408935906317052,
235
+ 0.01961328978777232,
236
+ -0.019562108576613942,
237
+ 0.01953221983770285,
238
+ -0.018737767033492062,
239
+ -0.018418859690089155,
240
+ -0.018217992203821597,
241
+ -0.01781388658257443,
242
+ -0.017357628499600476,
243
+ 0.01734721142907915,
244
+ -0.017204286317798523,
245
+ 0.01685165581763161,
246
+ -0.01665489378412295,
247
+ 0.01626918184783977,
248
+ -0.01605218064430685,
249
+ -0.015468780369701366,
250
+ -0.014970706065930045,
251
+ -0.01495480454155821,
252
+ 0.01463709243972122,
253
+ -0.014359300919178284,
254
+ 0.014214685829720325,
255
+ -0.014207232863242224,
256
+ -0.013926265637052331,
257
+ 0.013855431255141538,
258
+ -0.013129392633062975,
259
+ 0.013111769481265466,
260
+ -0.013050259272027744,
261
+ 0.012957158861543744,
262
+ -0.012914596507129733,
263
+ -0.012473203841871571,
264
+ -0.012413997938961814,
265
+ -0.012334273673685187,
266
+ 0.012019163558647687,
267
+ 0.012016641201167083,
268
+ -0.011996838121518725,
269
+ -0.011451180158914859,
270
+ 0.011402524640972491,
271
+ -0.011318533670415678,
272
+ -0.011190518134470327,
273
+ -0.010783610028422807,
274
+ -0.010774544307446487,
275
+ -0.01074612143858301,
276
+ -0.010722135452641467,
277
+ 0.010300149762442212,
278
+ -0.009741025417232008,
279
+ 0.009697496264718218,
280
+ 0.0096340685460026,
281
+ 0.009465550084610322,
282
+ -0.009450489353884121,
283
+ 0.00938554529063534,
284
+ -0.009290337443920358,
285
+ 0.009239095593241497,
286
+ 0.009170805351003978,
287
+ -0.009068577075976102,
288
+ 0.00876256952584849,
289
+ 0.008440248014962487,
290
+ -0.008285229558217044,
291
+ 0.008247892970309586,
292
+ -0.008241376066206554,
293
+ 0.00814906053024312,
294
+ -0.007833788584665552,
295
+ -0.007619633117753277,
296
+ -0.007572992259381001,
297
+ 0.007444335374347349,
298
+ -0.007419346818653602,
299
+ -0.007310437426518037,
300
+ -0.007157752829405429,
301
+ -0.00686180721298542,
302
+ -0.006834538404031831,
303
+ 0.006810916948143628,
304
+ -0.006808266715023007,
305
+ -0.0065702108836851935,
306
+ 0.006475490896394898,
307
+ 0.006396616824677778,
308
+ 0.006259205938897982,
309
+ -0.006246637679432516,
310
+ 0.0061941544970146156,
311
+ -0.006133257156115972,
312
+ -0.005858350808095966,
313
+ 0.005825315836329498,
314
+ 0.005745312808594842,
315
+ -0.0054225856259264415,
316
+ -0.005257768455160388,
317
+ -0.005207961816864827,
318
+ -0.005124545714486148,
319
+ -0.004982448666645786,
320
+ -0.004875960973129193,
321
+ 0.004547683924677881,
322
+ -0.004319169206971635,
323
+ -0.004263692674960358,
324
+ 0.004224163193991314,
325
+ -0.004180451070608017,
326
+ -0.0039484958504477875,
327
+ 0.0039316428077455475,
328
+ 0.003931033749803233,
329
+ -0.003671340059238411,
330
+ 0.0036179627251297104,
331
+ -0.0036097516290031053,
332
+ 0.003553904591105714,
333
+ 0.003484441949373956,
334
+ 0.003277405469768178,
335
+ 0.0032320922677608046,
336
+ 0.003183194945378175,
337
+ 0.003181831238109965,
338
+ 0.0031342487927068213,
339
+ -0.0030112741263765386,
340
+ 0.002947096987707111,
341
+ 0.0028686331554270052,
342
+ 0.002765853734338059,
343
+ -0.002761867497130583,
344
+ -0.002682423020111064,
345
+ -0.002656801902367384,
346
+ 0.0024928304134169675,
347
+ 0.002489872867734823,
348
+ -0.0023908786136077804,
349
+ -0.002312169055737832,
350
+ 0.002302184203125041,
351
+ -0.0022382071093429456,
352
+ 0.002011443636920234,
353
+ -0.0019701901787418253,
354
+ 0.0018683852710162888,
355
+ 0.0017694728877721705,
356
+ -0.0017429883546917387,
357
+ 0.0017282433409978187,
358
+ -0.0014611163659129748,
359
+ -0.0013904860356591193,
360
+ 0.001368667271695284,
361
+ 0.0013335317515532103,
362
+ -0.0012729026565470151,
363
+ 0.0012263041768507312,
364
+ -0.0011203099234317951,
365
+ 0.0011051479511947097,
366
+ 0.0010823262777166077,
367
+ -0.0010427231110243923,
368
+ -0.0009889538259650033,
369
+ 0.0009692041370952325,
370
+ 0.0009449319404824475,
371
+ -0.0009189784425929307,
372
+ -0.0008658940027545043,
373
+ -0.0008551759982859824,
374
+ 0.0008154295848848771,
375
+ 0.000698454654688184,
376
+ -0.0006803915676545005,
377
+ 0.0006733823459115511,
378
+ 0.0006098196195237607,
379
+ 0.0006061675986643502,
380
+ -0.0005114446774666877,
381
+ -0.00048719479115297135,
382
+ -0.0004672839705949501,
383
+ 0.0004252278410461442,
384
+ 0.00034855752710932325,
385
+ 0.00034788100256158373,
386
+ 0.0003047079119421408,
387
+ -0.00011127182181327066,
388
+ 4.894896362668703e-05,
389
+ -1.8200377452871416e-18
390
+ ],
391
+ "Absolute Coefficient": [
392
+ 0.052838556511565334,
393
+ 0.051909265637236544,
394
+ 0.05015933621525713,
395
+ 0.04801096635553062,
396
+ 0.043479596225504,
397
+ 0.037855984379717135,
398
+ 0.03472211360288785,
399
+ 0.032774015235444376,
400
+ 0.03237316320963105,
401
+ 0.030450690478782644,
402
+ 0.030255705615737337,
403
+ 0.029629670630787266,
404
+ 0.028838626347170312,
405
+ 0.028626287116641266,
406
+ 0.02738939664975927,
407
+ 0.02681411041364138,
408
+ 0.02658867846424585,
409
+ 0.025893422215786218,
410
+ 0.025608567187380776,
411
+ 0.02476534382380977,
412
+ 0.024411268271075103,
413
+ 0.024090421783869616,
414
+ 0.02402093059076546,
415
+ 0.023417988002428693,
416
+ 0.023274828333216323,
417
+ 0.02324100324440993,
418
+ 0.023204669509339696,
419
+ 0.023110129251212776,
420
+ 0.022971780564947794,
421
+ 0.02296958466241625,
422
+ 0.022963559454130974,
423
+ 0.02204543995108683,
424
+ 0.02184402645679713,
425
+ 0.021782003422890838,
426
+ 0.02112895514278683,
427
+ 0.020774177101354305,
428
+ 0.020408935906317052,
429
+ 0.01961328978777232,
430
+ 0.019562108576613942,
431
+ 0.01953221983770285,
432
+ 0.018737767033492062,
433
+ 0.018418859690089155,
434
+ 0.018217992203821597,
435
+ 0.01781388658257443,
436
+ 0.017357628499600476,
437
+ 0.01734721142907915,
438
+ 0.017204286317798523,
439
+ 0.01685165581763161,
440
+ 0.01665489378412295,
441
+ 0.01626918184783977,
442
+ 0.01605218064430685,
443
+ 0.015468780369701366,
444
+ 0.014970706065930045,
445
+ 0.01495480454155821,
446
+ 0.01463709243972122,
447
+ 0.014359300919178284,
448
+ 0.014214685829720325,
449
+ 0.014207232863242224,
450
+ 0.013926265637052331,
451
+ 0.013855431255141538,
452
+ 0.013129392633062975,
453
+ 0.013111769481265466,
454
+ 0.013050259272027744,
455
+ 0.012957158861543744,
456
+ 0.012914596507129733,
457
+ 0.012473203841871571,
458
+ 0.012413997938961814,
459
+ 0.012334273673685187,
460
+ 0.012019163558647687,
461
+ 0.012016641201167083,
462
+ 0.011996838121518725,
463
+ 0.011451180158914859,
464
+ 0.011402524640972491,
465
+ 0.011318533670415678,
466
+ 0.011190518134470327,
467
+ 0.010783610028422807,
468
+ 0.010774544307446487,
469
+ 0.01074612143858301,
470
+ 0.010722135452641467,
471
+ 0.010300149762442212,
472
+ 0.009741025417232008,
473
+ 0.009697496264718218,
474
+ 0.0096340685460026,
475
+ 0.009465550084610322,
476
+ 0.009450489353884121,
477
+ 0.00938554529063534,
478
+ 0.009290337443920358,
479
+ 0.009239095593241497,
480
+ 0.009170805351003978,
481
+ 0.009068577075976102,
482
+ 0.00876256952584849,
483
+ 0.008440248014962487,
484
+ 0.008285229558217044,
485
+ 0.008247892970309586,
486
+ 0.008241376066206554,
487
+ 0.00814906053024312,
488
+ 0.007833788584665552,
489
+ 0.007619633117753277,
490
+ 0.007572992259381001,
491
+ 0.007444335374347349,
492
+ 0.007419346818653602,
493
+ 0.007310437426518037,
494
+ 0.007157752829405429,
495
+ 0.00686180721298542,
496
+ 0.006834538404031831,
497
+ 0.006810916948143628,
498
+ 0.006808266715023007,
499
+ 0.0065702108836851935,
500
+ 0.006475490896394898,
501
+ 0.006396616824677778,
502
+ 0.006259205938897982,
503
+ 0.006246637679432516,
504
+ 0.0061941544970146156,
505
+ 0.006133257156115972,
506
+ 0.005858350808095966,
507
+ 0.005825315836329498,
508
+ 0.005745312808594842,
509
+ 0.0054225856259264415,
510
+ 0.005257768455160388,
511
+ 0.005207961816864827,
512
+ 0.005124545714486148,
513
+ 0.004982448666645786,
514
+ 0.004875960973129193,
515
+ 0.004547683924677881,
516
+ 0.004319169206971635,
517
+ 0.004263692674960358,
518
+ 0.004224163193991314,
519
+ 0.004180451070608017,
520
+ 0.0039484958504477875,
521
+ 0.0039316428077455475,
522
+ 0.003931033749803233,
523
+ 0.003671340059238411,
524
+ 0.0036179627251297104,
525
+ 0.0036097516290031053,
526
+ 0.003553904591105714,
527
+ 0.003484441949373956,
528
+ 0.003277405469768178,
529
+ 0.0032320922677608046,
530
+ 0.003183194945378175,
531
+ 0.003181831238109965,
532
+ 0.0031342487927068213,
533
+ 0.0030112741263765386,
534
+ 0.002947096987707111,
535
+ 0.0028686331554270052,
536
+ 0.002765853734338059,
537
+ 0.002761867497130583,
538
+ 0.002682423020111064,
539
+ 0.002656801902367384,
540
+ 0.0024928304134169675,
541
+ 0.002489872867734823,
542
+ 0.0023908786136077804,
543
+ 0.002312169055737832,
544
+ 0.002302184203125041,
545
+ 0.0022382071093429456,
546
+ 0.002011443636920234,
547
+ 0.0019701901787418253,
548
+ 0.0018683852710162888,
549
+ 0.0017694728877721705,
550
+ 0.0017429883546917387,
551
+ 0.0017282433409978187,
552
+ 0.0014611163659129748,
553
+ 0.0013904860356591193,
554
+ 0.001368667271695284,
555
+ 0.0013335317515532103,
556
+ 0.0012729026565470151,
557
+ 0.0012263041768507312,
558
+ 0.0011203099234317951,
559
+ 0.0011051479511947097,
560
+ 0.0010823262777166077,
561
+ 0.0010427231110243923,
562
+ 0.0009889538259650033,
563
+ 0.0009692041370952325,
564
+ 0.0009449319404824475,
565
+ 0.0009189784425929307,
566
+ 0.0008658940027545043,
567
+ 0.0008551759982859824,
568
+ 0.0008154295848848771,
569
+ 0.000698454654688184,
570
+ 0.0006803915676545005,
571
+ 0.0006733823459115511,
572
+ 0.0006098196195237607,
573
+ 0.0006061675986643502,
574
+ 0.0005114446774666877,
575
+ 0.00048719479115297135,
576
+ 0.0004672839705949501,
577
+ 0.0004252278410461442,
578
+ 0.00034855752710932325,
579
+ 0.00034788100256158373,
580
+ 0.0003047079119421408,
581
+ 0.00011127182181327066,
582
+ 4.894896362668703e-05,
583
+ 1.8200377452871416e-18
584
+ ]
585
+ },
586
+ "cv_performance": {
587
+ "prediction": {
588
+ "accuracy": 77.91666666666667,
589
+ "precision": 82.11835988875836,
590
+ "recall": 81.17347793818382,
591
+ "f1": 80.38803832461153
592
+ },
593
+ "selection": {
594
+ "precision": 0.9947889815614979,
595
+ "recall": 2.0779220779220777,
596
+ "f1": 1.3444704450769907,
597
+ "jaccard": 0.6771945170693084
598
+ }
599
+ }
600
+ }
p3/regress/Pancreatic_Cancer/significant_genes_condition_Obesity.json ADDED
@@ -0,0 +1,642 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "TUBB1",
5
+ "ANGPTL7",
6
+ "MIR1909",
7
+ "PCDHB11",
8
+ "MDS2",
9
+ "TRIM51",
10
+ "MRGPRX3",
11
+ "ALDH8A1",
12
+ "GHRL",
13
+ "IDI2-AS1",
14
+ "HRH1",
15
+ "OR8B1P",
16
+ "METTL21EP",
17
+ "MIR106A",
18
+ "MIR382",
19
+ "UGT2B28",
20
+ "FRMD7",
21
+ "PRPS1L1",
22
+ "NHS",
23
+ "SMIM12",
24
+ "SMOC1",
25
+ "CACNA2D4",
26
+ "HSBP1P2",
27
+ "BOLA1",
28
+ "OR4C46",
29
+ "ANXA10",
30
+ "RAD21L1",
31
+ "OR4A16",
32
+ "FADS1",
33
+ "PFN4",
34
+ "PGA3",
35
+ "SP3",
36
+ "GLUD2",
37
+ "OR1S2",
38
+ "ANKRD34C",
39
+ "DIS3L",
40
+ "TSBP1",
41
+ "SPRR2D",
42
+ "SSU72P1",
43
+ "OR4H12P",
44
+ "KRTAP13-3",
45
+ "MIR141",
46
+ "LRFN1",
47
+ "PLAU",
48
+ "OR10U1P",
49
+ "RAPSN",
50
+ "REXO1",
51
+ "S100A11P2",
52
+ "SSU72L1",
53
+ "TPM4",
54
+ "NECAB1",
55
+ "C7orf33",
56
+ "NANOGNB",
57
+ "LRIT3",
58
+ "MIR100",
59
+ "GNPTG",
60
+ "PSMB3P2",
61
+ "CHAC1",
62
+ "FBXO15",
63
+ "OR6Q1",
64
+ "OR1N2",
65
+ "UNC50",
66
+ "YBX1P1",
67
+ "RPS2P2",
68
+ "IGFN1",
69
+ "LRFN5",
70
+ "RHBDL1",
71
+ "SCGB1D2",
72
+ "OR8A1",
73
+ "RFXAP",
74
+ "OR51A4",
75
+ "DEFB118",
76
+ "SIGLEC17P",
77
+ "GSTM1",
78
+ "SSX7",
79
+ "PLEKHG4",
80
+ "AMTN",
81
+ "CD5L",
82
+ "INTS15",
83
+ "PNLDC1",
84
+ "VXN",
85
+ "COTL1P1",
86
+ "PUM3",
87
+ "EPHA7",
88
+ "C10orf90",
89
+ "OR11G2",
90
+ "DKK3",
91
+ "SS18L1",
92
+ "RNA5SP269",
93
+ "RASL11A",
94
+ "SDHAF3",
95
+ "PHTF1",
96
+ "MIR143",
97
+ "FAM149B1",
98
+ "LINC01551",
99
+ "APLNR",
100
+ "ZNF233",
101
+ "RNA5SP512",
102
+ "CSPG4",
103
+ "MIR301A",
104
+ "XPR1",
105
+ "MAOB",
106
+ "RNF31",
107
+ "PGC",
108
+ "MIR146A",
109
+ "SLC6A1",
110
+ "KCNB1",
111
+ "ACTR5",
112
+ "ALKBH5",
113
+ "MIR153-2",
114
+ "GPR148",
115
+ "MMAB",
116
+ "RPL13",
117
+ "GFRA3",
118
+ "RNA5SP68",
119
+ "PIN1",
120
+ "HCFC1R1",
121
+ "SUMF1",
122
+ "SLC9A2",
123
+ "RNA5SP74",
124
+ "NEFL",
125
+ "ENO4",
126
+ "HSD3BP4",
127
+ "MIR631",
128
+ "MTA1",
129
+ "RPS6P6",
130
+ "STC2",
131
+ "TP53I11",
132
+ "SNORD37",
133
+ "EP300",
134
+ "CATSPER3",
135
+ "KEL",
136
+ "CRELD1",
137
+ "OR5G3",
138
+ "OR1L1",
139
+ "RNU1-21P",
140
+ "GOT1L1",
141
+ "IKZF4",
142
+ "PF4",
143
+ "DEFB129",
144
+ "CARMN",
145
+ "GSTT2",
146
+ "PEG10",
147
+ "NKAIN3",
148
+ "CSN3",
149
+ "RNA5SP63",
150
+ "CCDC121",
151
+ "SLC25A35",
152
+ "DGKK",
153
+ "POLE4",
154
+ "LINC01602",
155
+ "SLC6A14",
156
+ "NEIL1",
157
+ "ZNF730",
158
+ "DPPA3P2",
159
+ "EMC6",
160
+ "SNORA36C",
161
+ "RNA5SP183",
162
+ "THAP1",
163
+ "KLHL38",
164
+ "PENK",
165
+ "P3H2",
166
+ "NFYC",
167
+ "TAFA2",
168
+ "CIBAR1P1",
169
+ "KRTAP24-1",
170
+ "PPBP",
171
+ "KLHL42",
172
+ "GDPD4",
173
+ "OR5T3",
174
+ "OR6K4P",
175
+ "MIR1908",
176
+ "UFD1",
177
+ "OR3A3",
178
+ "WARS1",
179
+ "SPESP1",
180
+ "HPR",
181
+ "WFDC3",
182
+ "PBOV1",
183
+ "OR56A4",
184
+ "ZNF619",
185
+ "LDLRAP1",
186
+ "R3HDM4",
187
+ "RPS2P45",
188
+ "RNU6-79P",
189
+ "SSU72P6",
190
+ "RNU6-68P",
191
+ "LCE1B",
192
+ "OR52A5",
193
+ "IRF9",
194
+ "HPS6",
195
+ "ANKRD26P1",
196
+ "MC4R",
197
+ "VSTM1",
198
+ "SNORD68",
199
+ "SIGLEC16",
200
+ "TRIM15",
201
+ "NOX5",
202
+ "SSU72L4",
203
+ "SSU72L3",
204
+ "SSU72L2",
205
+ "GSTT2B",
206
+ "PGA4",
207
+ "PGA5",
208
+ "SSU72L5",
209
+ "SSU72L6"
210
+ ],
211
+ "Coefficient": [
212
+ -0.05702077598036681,
213
+ 0.046781440547382834,
214
+ -0.045857048234369244,
215
+ 0.0389738136320441,
216
+ -0.038678383593120175,
217
+ 0.036396050092418857,
218
+ -0.033507219194352955,
219
+ -0.033307826674972965,
220
+ -0.03295779029537866,
221
+ -0.032074972644928056,
222
+ 0.03104898802255448,
223
+ -0.02944417616886951,
224
+ -0.028420703709177382,
225
+ 0.02780312091247465,
226
+ -0.027378517145636685,
227
+ 0.02734952766324662,
228
+ -0.02644300274562715,
229
+ -0.0251737341274857,
230
+ 0.024551927872166795,
231
+ -0.024399604400780883,
232
+ 0.021959361395119937,
233
+ 0.021824178567070668,
234
+ -0.0215852193442685,
235
+ 0.02123152677838436,
236
+ -0.02101343065000855,
237
+ 0.02088326385972292,
238
+ 0.020583169452787455,
239
+ 0.020548359251483937,
240
+ -0.020424839327115727,
241
+ 0.019610149241131827,
242
+ -0.01950869177487065,
243
+ 0.018340011257694952,
244
+ -0.01812183996329519,
245
+ -0.017962768307213887,
246
+ -0.01793248649858136,
247
+ -0.017543938524694352,
248
+ -0.017427004103833237,
249
+ 0.017415036440848585,
250
+ 0.01710581209689826,
251
+ -0.016656285413791414,
252
+ 0.016458945741152538,
253
+ -0.01641288515711208,
254
+ -0.016268932893393307,
255
+ 0.015958664106666545,
256
+ -0.015416436225122832,
257
+ 0.015386892321690037,
258
+ -0.01533603993912642,
259
+ 0.015217637063781398,
260
+ -0.014950685445215115,
261
+ 0.014941281739423613,
262
+ -0.01489305807448085,
263
+ 0.0148018639853256,
264
+ 0.014685265070312719,
265
+ -0.014661918462652083,
266
+ -0.014529977500123947,
267
+ -0.014440313935183116,
268
+ 0.014193053276455196,
269
+ -0.014122269861440294,
270
+ -0.014095842209941702,
271
+ 0.01405012410803918,
272
+ 0.013961535036951684,
273
+ 0.013516078279883171,
274
+ -0.013494305707943634,
275
+ 0.012986301325414487,
276
+ -0.012947317939161545,
277
+ -0.012944689176765715,
278
+ -0.012615509784417311,
279
+ 0.012449631296116297,
280
+ -0.012240599461153348,
281
+ -0.012161231916245527,
282
+ -0.011882140358036551,
283
+ -0.011844010441629436,
284
+ 0.011363091873058105,
285
+ -0.010856042463553268,
286
+ 0.01064472010193474,
287
+ -0.010411657358733173,
288
+ -0.010262382246007704,
289
+ -0.010259519455513535,
290
+ -0.010122674699653089,
291
+ -0.010109969018709426,
292
+ 0.010017656619886886,
293
+ 0.009965009736218508,
294
+ -0.009554695142476461,
295
+ 0.009527492515540293,
296
+ 0.009442573821747685,
297
+ -0.009408179356289653,
298
+ 0.009291793061193513,
299
+ 0.009203258742709955,
300
+ -0.009143518800527297,
301
+ -0.009137556857451828,
302
+ 0.009064482293486865,
303
+ -0.008984210601842832,
304
+ 0.008974477243050435,
305
+ -0.0089524749174852,
306
+ 0.00875287805958934,
307
+ 0.008705439666763229,
308
+ 0.008600371756978325,
309
+ -0.008528863830642018,
310
+ 0.00842487468848899,
311
+ 0.008314654614753676,
312
+ -0.008291444821329399,
313
+ 0.00812660594840042,
314
+ 0.00808214966436157,
315
+ 0.008080811723410875,
316
+ -0.00798203144334318,
317
+ 0.007967484382595095,
318
+ 0.007889592205366459,
319
+ 0.007596091993218709,
320
+ -0.007551530621338073,
321
+ -0.007439664415955784,
322
+ -0.007298102742673728,
323
+ -0.007239172981193674,
324
+ -0.007209171294020823,
325
+ 0.00703065121532374,
326
+ -0.00698544524747697,
327
+ 0.006929188693504658,
328
+ 0.006815607081855917,
329
+ 0.006595377785021145,
330
+ 0.006546473587347566,
331
+ -0.006454867713016331,
332
+ 0.006350016908332222,
333
+ -0.006304006323042486,
334
+ 0.0062160113673489035,
335
+ -0.006191634654505192,
336
+ -0.005655349644897919,
337
+ -0.0053241735308818565,
338
+ -0.005293029734368524,
339
+ 0.005275895556268049,
340
+ -0.005184995851958516,
341
+ 0.005164833419825013,
342
+ -0.004834139245534994,
343
+ -0.004801075986981222,
344
+ 0.004734248346246984,
345
+ -0.004721498769433545,
346
+ -0.004608231491205931,
347
+ 0.0044881212674604265,
348
+ 0.004404373460597448,
349
+ 0.00439623683866221,
350
+ -0.004304559785990047,
351
+ -0.004167466778726282,
352
+ 0.004108152084081799,
353
+ -0.004054781779121866,
354
+ -0.0040498635901491005,
355
+ 0.004015730238914166,
356
+ -0.0035330378678363732,
357
+ 0.0035210087550533106,
358
+ -0.0033731258925527017,
359
+ -0.0032447608519988,
360
+ -0.00320129178754772,
361
+ 0.0031643853411229494,
362
+ 0.0027563580253283483,
363
+ 0.002695568396498811,
364
+ -0.0026260303145842047,
365
+ -0.0025671278952426645,
366
+ -0.002565741826475703,
367
+ 0.0025106534667867744,
368
+ 0.0025058795859277064,
369
+ 0.0024764239253182744,
370
+ -0.002408890858910468,
371
+ 0.0023009445781971677,
372
+ -0.0021576030254889596,
373
+ 0.0019968236001770587,
374
+ 0.0017488623424104597,
375
+ 0.0016938519458844304,
376
+ -0.0016900125166177849,
377
+ -0.0016815367971393324,
378
+ -0.001654746947027635,
379
+ -0.0016408489891577061,
380
+ -0.0016303149007407002,
381
+ 0.0015048909601308611,
382
+ -0.0013881549339496936,
383
+ -0.001379309268284176,
384
+ 0.0013127646696641073,
385
+ 0.0012960763812234445,
386
+ 0.001276843132099482,
387
+ -0.0012542441488844348,
388
+ 0.0011634627382223366,
389
+ 0.0010951901791891954,
390
+ -0.0010792101497552563,
391
+ -0.0009032399367080919,
392
+ -0.0008939434981481976,
393
+ -0.0008788340977074672,
394
+ -0.0007835972847961304,
395
+ 0.0007170822556476687,
396
+ 0.0006392943769793372,
397
+ -0.0006188309346734979,
398
+ -0.0006117452202036382,
399
+ -0.0005114166428874431,
400
+ -0.00048006534219455633,
401
+ 0.00045918993608994166,
402
+ -0.0003811018851288648,
403
+ -0.00033279105711729617,
404
+ -0.00033130246429443494,
405
+ -0.00022661786850057197,
406
+ -0.0002255829278769703,
407
+ 0.00018487738670808852,
408
+ 0.00017830705377386654,
409
+ -1.5047398908084433e-05,
410
+ -5.460113235861424e-18,
411
+ -5.460113235861424e-18,
412
+ -3.640075490574283e-18,
413
+ -1.8200377452871423e-18,
414
+ -1.820037745287142e-18,
415
+ -1.820037745287142e-18,
416
+ -1.8200377452871416e-18,
417
+ -1.8200377452871416e-18
418
+ ],
419
+ "Absolute Coefficient": [
420
+ 0.05702077598036681,
421
+ 0.046781440547382834,
422
+ 0.045857048234369244,
423
+ 0.0389738136320441,
424
+ 0.038678383593120175,
425
+ 0.036396050092418857,
426
+ 0.033507219194352955,
427
+ 0.033307826674972965,
428
+ 0.03295779029537866,
429
+ 0.032074972644928056,
430
+ 0.03104898802255448,
431
+ 0.02944417616886951,
432
+ 0.028420703709177382,
433
+ 0.02780312091247465,
434
+ 0.027378517145636685,
435
+ 0.02734952766324662,
436
+ 0.02644300274562715,
437
+ 0.0251737341274857,
438
+ 0.024551927872166795,
439
+ 0.024399604400780883,
440
+ 0.021959361395119937,
441
+ 0.021824178567070668,
442
+ 0.0215852193442685,
443
+ 0.02123152677838436,
444
+ 0.02101343065000855,
445
+ 0.02088326385972292,
446
+ 0.020583169452787455,
447
+ 0.020548359251483937,
448
+ 0.020424839327115727,
449
+ 0.019610149241131827,
450
+ 0.01950869177487065,
451
+ 0.018340011257694952,
452
+ 0.01812183996329519,
453
+ 0.017962768307213887,
454
+ 0.01793248649858136,
455
+ 0.017543938524694352,
456
+ 0.017427004103833237,
457
+ 0.017415036440848585,
458
+ 0.01710581209689826,
459
+ 0.016656285413791414,
460
+ 0.016458945741152538,
461
+ 0.01641288515711208,
462
+ 0.016268932893393307,
463
+ 0.015958664106666545,
464
+ 0.015416436225122832,
465
+ 0.015386892321690037,
466
+ 0.01533603993912642,
467
+ 0.015217637063781398,
468
+ 0.014950685445215115,
469
+ 0.014941281739423613,
470
+ 0.01489305807448085,
471
+ 0.0148018639853256,
472
+ 0.014685265070312719,
473
+ 0.014661918462652083,
474
+ 0.014529977500123947,
475
+ 0.014440313935183116,
476
+ 0.014193053276455196,
477
+ 0.014122269861440294,
478
+ 0.014095842209941702,
479
+ 0.01405012410803918,
480
+ 0.013961535036951684,
481
+ 0.013516078279883171,
482
+ 0.013494305707943634,
483
+ 0.012986301325414487,
484
+ 0.012947317939161545,
485
+ 0.012944689176765715,
486
+ 0.012615509784417311,
487
+ 0.012449631296116297,
488
+ 0.012240599461153348,
489
+ 0.012161231916245527,
490
+ 0.011882140358036551,
491
+ 0.011844010441629436,
492
+ 0.011363091873058105,
493
+ 0.010856042463553268,
494
+ 0.01064472010193474,
495
+ 0.010411657358733173,
496
+ 0.010262382246007704,
497
+ 0.010259519455513535,
498
+ 0.010122674699653089,
499
+ 0.010109969018709426,
500
+ 0.010017656619886886,
501
+ 0.009965009736218508,
502
+ 0.009554695142476461,
503
+ 0.009527492515540293,
504
+ 0.009442573821747685,
505
+ 0.009408179356289653,
506
+ 0.009291793061193513,
507
+ 0.009203258742709955,
508
+ 0.009143518800527297,
509
+ 0.009137556857451828,
510
+ 0.009064482293486865,
511
+ 0.008984210601842832,
512
+ 0.008974477243050435,
513
+ 0.0089524749174852,
514
+ 0.00875287805958934,
515
+ 0.008705439666763229,
516
+ 0.008600371756978325,
517
+ 0.008528863830642018,
518
+ 0.00842487468848899,
519
+ 0.008314654614753676,
520
+ 0.008291444821329399,
521
+ 0.00812660594840042,
522
+ 0.00808214966436157,
523
+ 0.008080811723410875,
524
+ 0.00798203144334318,
525
+ 0.007967484382595095,
526
+ 0.007889592205366459,
527
+ 0.007596091993218709,
528
+ 0.007551530621338073,
529
+ 0.007439664415955784,
530
+ 0.007298102742673728,
531
+ 0.007239172981193674,
532
+ 0.007209171294020823,
533
+ 0.00703065121532374,
534
+ 0.00698544524747697,
535
+ 0.006929188693504658,
536
+ 0.006815607081855917,
537
+ 0.006595377785021145,
538
+ 0.006546473587347566,
539
+ 0.006454867713016331,
540
+ 0.006350016908332222,
541
+ 0.006304006323042486,
542
+ 0.0062160113673489035,
543
+ 0.006191634654505192,
544
+ 0.005655349644897919,
545
+ 0.0053241735308818565,
546
+ 0.005293029734368524,
547
+ 0.005275895556268049,
548
+ 0.005184995851958516,
549
+ 0.005164833419825013,
550
+ 0.004834139245534994,
551
+ 0.004801075986981222,
552
+ 0.004734248346246984,
553
+ 0.004721498769433545,
554
+ 0.004608231491205931,
555
+ 0.0044881212674604265,
556
+ 0.004404373460597448,
557
+ 0.00439623683866221,
558
+ 0.004304559785990047,
559
+ 0.004167466778726282,
560
+ 0.004108152084081799,
561
+ 0.004054781779121866,
562
+ 0.0040498635901491005,
563
+ 0.004015730238914166,
564
+ 0.0035330378678363732,
565
+ 0.0035210087550533106,
566
+ 0.0033731258925527017,
567
+ 0.0032447608519988,
568
+ 0.00320129178754772,
569
+ 0.0031643853411229494,
570
+ 0.0027563580253283483,
571
+ 0.002695568396498811,
572
+ 0.0026260303145842047,
573
+ 0.0025671278952426645,
574
+ 0.002565741826475703,
575
+ 0.0025106534667867744,
576
+ 0.0025058795859277064,
577
+ 0.0024764239253182744,
578
+ 0.002408890858910468,
579
+ 0.0023009445781971677,
580
+ 0.0021576030254889596,
581
+ 0.0019968236001770587,
582
+ 0.0017488623424104597,
583
+ 0.0016938519458844304,
584
+ 0.0016900125166177849,
585
+ 0.0016815367971393324,
586
+ 0.001654746947027635,
587
+ 0.0016408489891577061,
588
+ 0.0016303149007407002,
589
+ 0.0015048909601308611,
590
+ 0.0013881549339496936,
591
+ 0.001379309268284176,
592
+ 0.0013127646696641073,
593
+ 0.0012960763812234445,
594
+ 0.001276843132099482,
595
+ 0.0012542441488844348,
596
+ 0.0011634627382223366,
597
+ 0.0010951901791891954,
598
+ 0.0010792101497552563,
599
+ 0.0009032399367080919,
600
+ 0.0008939434981481976,
601
+ 0.0008788340977074672,
602
+ 0.0007835972847961304,
603
+ 0.0007170822556476687,
604
+ 0.0006392943769793372,
605
+ 0.0006188309346734979,
606
+ 0.0006117452202036382,
607
+ 0.0005114166428874431,
608
+ 0.00048006534219455633,
609
+ 0.00045918993608994166,
610
+ 0.0003811018851288648,
611
+ 0.00033279105711729617,
612
+ 0.00033130246429443494,
613
+ 0.00022661786850057197,
614
+ 0.0002255829278769703,
615
+ 0.00018487738670808852,
616
+ 0.00017830705377386654,
617
+ 1.5047398908084433e-05,
618
+ 5.460113235861424e-18,
619
+ 5.460113235861424e-18,
620
+ 3.640075490574283e-18,
621
+ 1.8200377452871423e-18,
622
+ 1.820037745287142e-18,
623
+ 1.820037745287142e-18,
624
+ 1.8200377452871416e-18,
625
+ 1.8200377452871416e-18
626
+ ]
627
+ },
628
+ "cv_performance": {
629
+ "prediction": {
630
+ "accuracy": 80.41666666666667,
631
+ "precision": 84.23461768219832,
632
+ "recall": 83.30017477076301,
633
+ "f1": 82.32839465434746
634
+ },
635
+ "selection": {
636
+ "precision": 0.7593775346687373,
637
+ "recall": 1.5584415584415585,
638
+ "f1": 1.020739500756945,
639
+ "jaccard": 0.513331288288517
640
+ }
641
+ }
642
+ }
p3/regress/Parkinsons_Disease/significant_genes_condition_Age.json ADDED
@@ -0,0 +1,1905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ACO2",
5
+ "MON2",
6
+ "SATB1",
7
+ "WDCP",
8
+ "IL3RA",
9
+ "CYTIP",
10
+ "APOBEC3G",
11
+ "PORCN",
12
+ "CD99",
13
+ "ADGRE1",
14
+ "ARL11",
15
+ "MGRN1",
16
+ "SLC38A6",
17
+ "NIPA2",
18
+ "CALHM2",
19
+ "TMEM87A",
20
+ "CRLF3",
21
+ "NR1H2",
22
+ "ZNF717",
23
+ "ETFRF1",
24
+ "NUDCD3",
25
+ "TRIM27",
26
+ "TARS1",
27
+ "AP3M1",
28
+ "RPAIN",
29
+ "CYBB",
30
+ "ABTB3",
31
+ "GTF2H1",
32
+ "ZNF124",
33
+ "TANGO2",
34
+ "SNX20",
35
+ "SNORD38B",
36
+ "TNKS2",
37
+ "ZNF234",
38
+ "GTF2E1",
39
+ "PPM1F",
40
+ "KRTAP10-4",
41
+ "STAG3L4",
42
+ "CD36",
43
+ "RAF1",
44
+ "SETDB1",
45
+ "HRK",
46
+ "TCN2",
47
+ "RUNX2",
48
+ "LRRC25",
49
+ "IRX2",
50
+ "APOL3",
51
+ "PIK3R1",
52
+ "CUL5",
53
+ "R3HDM2",
54
+ "ZNF101",
55
+ "STRN",
56
+ "PDS5B",
57
+ "RPS23",
58
+ "NAA38",
59
+ "AKR1E2",
60
+ "SIX2",
61
+ "AMN",
62
+ "SDHD",
63
+ "TGM2",
64
+ "HSD17B10",
65
+ "RNASEK",
66
+ "PRICKLE1",
67
+ "ALCAM",
68
+ "BSCL2",
69
+ "CXCR3",
70
+ "RBPMS2",
71
+ "ZNF841",
72
+ "SH3KBP1",
73
+ "GOLPH3L",
74
+ "CDV3",
75
+ "CARD8",
76
+ "SLC45A2",
77
+ "ARL15",
78
+ "GCNT2",
79
+ "ZNF770",
80
+ "RTKN2",
81
+ "STAMBP",
82
+ "POLR1B",
83
+ "B3GNTL1",
84
+ "AP2B1",
85
+ "GPR89A",
86
+ "NLRP6",
87
+ "ZXDC",
88
+ "GRHPR",
89
+ "MARCKSL1",
90
+ "HOXB2",
91
+ "TNFRSF17",
92
+ "SAMD9L",
93
+ "BTF3",
94
+ "CEP170",
95
+ "SLC35E2B",
96
+ "SPTLC2",
97
+ "TOMM34",
98
+ "UHMK1",
99
+ "TOMM22",
100
+ "SLC35A4",
101
+ "HLA-DQA1",
102
+ "BLK",
103
+ "TGFBI",
104
+ "TAMM41",
105
+ "FKBP6",
106
+ "LAMTOR4",
107
+ "SLMAP",
108
+ "LIN7A",
109
+ "IGSF6",
110
+ "TMEM170A",
111
+ "KRTAP10-2",
112
+ "FAM135A",
113
+ "DCTN5",
114
+ "GOLGA8H",
115
+ "MARCHF1",
116
+ "EPHX2",
117
+ "ZNF154",
118
+ "CYBRD1",
119
+ "NCAPD2",
120
+ "MAPK8IP1",
121
+ "CDC25B",
122
+ "ABCA7",
123
+ "RPS9",
124
+ "IER2",
125
+ "STX8",
126
+ "SIDT1",
127
+ "TUBD1",
128
+ "FZD9",
129
+ "LRRC28",
130
+ "ZCCHC9",
131
+ "EBF1",
132
+ "DCP1B",
133
+ "CARMIL1",
134
+ "ECE1",
135
+ "CD244",
136
+ "SNORA62",
137
+ "SMIM24",
138
+ "POLR1HASP",
139
+ "GSDMB",
140
+ "TFAP2A",
141
+ "DPH6",
142
+ "APOD",
143
+ "HDC",
144
+ "PRPF18",
145
+ "PPP6C",
146
+ "ARHGAP12",
147
+ "HLTF",
148
+ "TVP23B",
149
+ "CPNE1",
150
+ "MRLN",
151
+ "AK5",
152
+ "PAPOLG",
153
+ "NFE2L1",
154
+ "EIF3J",
155
+ "PLD1",
156
+ "TCF24",
157
+ "ABI3",
158
+ "LDLR",
159
+ "CHSY1",
160
+ "DGCR6L",
161
+ "CAPG",
162
+ "FLJ42627",
163
+ "ELOVL7",
164
+ "WIPI1",
165
+ "ANPEP",
166
+ "XPO1",
167
+ "NADSYN1",
168
+ "SOCS1",
169
+ "ANXA2P2",
170
+ "PRMT2",
171
+ "ZNF532",
172
+ "KCNAB2",
173
+ "TRIM43",
174
+ "HMGA2",
175
+ "RNU4-1",
176
+ "LPIN2",
177
+ "TTLL3",
178
+ "DNASE2",
179
+ "AIM2",
180
+ "LTA4H",
181
+ "NT5DC1",
182
+ "VPS53",
183
+ "ZFP90",
184
+ "BHLHA9",
185
+ "RABGGTB",
186
+ "ZNF208",
187
+ "SCFD2",
188
+ "PGM5P2",
189
+ "INPP5B",
190
+ "RBM14",
191
+ "ZNF429",
192
+ "ERAP1",
193
+ "ID3",
194
+ "LCLAT1",
195
+ "SNORA20",
196
+ "PARP6",
197
+ "TIMM23",
198
+ "FIRRM",
199
+ "GNL3L",
200
+ "MORF4L2",
201
+ "NOP10",
202
+ "TRGC2",
203
+ "NIPSNAP3A",
204
+ "BORCS5",
205
+ "C4BPA",
206
+ "PIGU",
207
+ "CD40",
208
+ "CNN2",
209
+ "NANS",
210
+ "WDR70",
211
+ "BHLHE23",
212
+ "MIRLET7F1",
213
+ "CALM3",
214
+ "LRRC37A",
215
+ "SNORD96A",
216
+ "HIVEP2",
217
+ "RUFY1",
218
+ "SNORD103A",
219
+ "TUBA1B",
220
+ "NSD1",
221
+ "LILRA5",
222
+ "MRPL45",
223
+ "ZNF235",
224
+ "TMTC1",
225
+ "RNASE6",
226
+ "SLC38A11",
227
+ "MOSPD1",
228
+ "NODAL",
229
+ "DNAH1",
230
+ "MIR212",
231
+ "RHCE",
232
+ "SLC18B1",
233
+ "RAB11FIP4",
234
+ "CXCR4",
235
+ "ERMP1",
236
+ "EIF3C",
237
+ "IL1RL1",
238
+ "MAN2A2",
239
+ "PPDPF",
240
+ "FAM120A",
241
+ "IL18RAP",
242
+ "TMX1",
243
+ "CTU1",
244
+ "EMB",
245
+ "PRKCB",
246
+ "MKNK1",
247
+ "PMS2P5",
248
+ "SCYL3",
249
+ "SNORA27",
250
+ "HBG1",
251
+ "UBC",
252
+ "PPP1R18",
253
+ "SHTN1",
254
+ "AVIL",
255
+ "TIAM1",
256
+ "PTPN1",
257
+ "HLA-DRB5",
258
+ "LY75",
259
+ "GRAPL",
260
+ "DNMBP",
261
+ "GLYATL2",
262
+ "IKBKB",
263
+ "PLOD1",
264
+ "ELMO1",
265
+ "SNORD8",
266
+ "FBXO42",
267
+ "ZNFX1",
268
+ "LAPTM4A",
269
+ "NUP210L",
270
+ "METAP1",
271
+ "SEC11C",
272
+ "PSPH",
273
+ "ANKS1A",
274
+ "GCC2",
275
+ "CBX7",
276
+ "NSUN2",
277
+ "MTCH1",
278
+ "SCFD1",
279
+ "KIAA0825",
280
+ "RGS10",
281
+ "NEDD8",
282
+ "CMTR2",
283
+ "KLHL28",
284
+ "GRK5",
285
+ "NBR2",
286
+ "SHLD2",
287
+ "SDHAP1",
288
+ "PEPD",
289
+ "LNPK",
290
+ "CCDC146",
291
+ "ZNF816",
292
+ "TPD52",
293
+ "ZBTB44",
294
+ "DNAJB1",
295
+ "DDX11L2",
296
+ "TBC1D9",
297
+ "ATMIN",
298
+ "SFRP2",
299
+ "IVD",
300
+ "RIC1",
301
+ "OR7E125P",
302
+ "RSPRY1",
303
+ "TP53INP1",
304
+ "ADGRG3",
305
+ "H2AC6",
306
+ "GNPDA2",
307
+ "SNORD116-2",
308
+ "CARHSP1",
309
+ "ZNF852",
310
+ "TLR7",
311
+ "LPAR1",
312
+ "SESTD1",
313
+ "TUBB7P",
314
+ "FBXW7",
315
+ "RALBP1",
316
+ "PVALB",
317
+ "NSMCE2",
318
+ "DGAT1",
319
+ "TMEM156",
320
+ "MYH11",
321
+ "RPL36AL",
322
+ "PRLH",
323
+ "NCAPG2",
324
+ "GOLGA7",
325
+ "TBC1D7",
326
+ "ZC2HC1A",
327
+ "NTNG2",
328
+ "DCK",
329
+ "SLC6A19",
330
+ "RAB11A",
331
+ "PPP6R1",
332
+ "MZT2B",
333
+ "CLEC4C",
334
+ "RBM23",
335
+ "KLHL5",
336
+ "MRPL35",
337
+ "MIR632",
338
+ "PPP1CA",
339
+ "TLR3",
340
+ "ANKRD36B",
341
+ "UGCG",
342
+ "POLI",
343
+ "VOPP1",
344
+ "TESK2",
345
+ "PGP",
346
+ "H2BC14",
347
+ "ARPIN-AP3S2",
348
+ "CAMP",
349
+ "ADPRM",
350
+ "RPPH1",
351
+ "RUFY3",
352
+ "TEFM",
353
+ "DHX15",
354
+ "ALG8",
355
+ "PRORP",
356
+ "CEP76",
357
+ "ARPP19",
358
+ "TAS2R31",
359
+ "MSL1",
360
+ "AMY2B",
361
+ "TMEM176A",
362
+ "DDX11",
363
+ "COG5",
364
+ "CDC16",
365
+ "CXXC5",
366
+ "IGFBP7",
367
+ "IL2RA",
368
+ "TRIM44",
369
+ "PATL1",
370
+ "FBXO25",
371
+ "NTN1",
372
+ "NFXL1",
373
+ "CLEC4D",
374
+ "ARL17A",
375
+ "BCAS3",
376
+ "RRP7A",
377
+ "FRG1BP",
378
+ "SORD",
379
+ "SPRYD4",
380
+ "LRRFIP2",
381
+ "DSE",
382
+ "TPST1",
383
+ "LGALS3BP",
384
+ "PPA1",
385
+ "H4C2",
386
+ "PAPSS1",
387
+ "PSD4",
388
+ "WLS",
389
+ "C1RL",
390
+ "CDKN2D",
391
+ "SNORA16B",
392
+ "TSC22D1",
393
+ "TOR1AIP1",
394
+ "OCLN",
395
+ "THEM5",
396
+ "GDI2",
397
+ "CUBN",
398
+ "HRH4",
399
+ "SMURF1",
400
+ "PRDX3",
401
+ "IGLV6-57",
402
+ "KRTAP21-1",
403
+ "HEATR6",
404
+ "VNN3P",
405
+ "MRRF",
406
+ "SNORD62A",
407
+ "GAB3",
408
+ "ELAPOR1",
409
+ "ATP5F1A",
410
+ "SUDS3",
411
+ "RRM1",
412
+ "SNORD30",
413
+ "ZNF594",
414
+ "C11orf54",
415
+ "MX2",
416
+ "PEX13",
417
+ "SPRYD3",
418
+ "RFPL4A",
419
+ "HECTD4",
420
+ "SNORD79",
421
+ "RAB11B",
422
+ "CFAP20",
423
+ "ZNF814",
424
+ "ARPC3",
425
+ "THEM4",
426
+ "ANKRD28",
427
+ "SHISA4",
428
+ "MED27",
429
+ "EI24",
430
+ "PEAK1",
431
+ "FLVCR1",
432
+ "RAVER2",
433
+ "AFDN",
434
+ "ADHFE1",
435
+ "TMTC4",
436
+ "ALPK1",
437
+ "RBM12",
438
+ "SLC16A8",
439
+ "SLC38A9",
440
+ "ZNF641",
441
+ "GPR180",
442
+ "PGLS",
443
+ "VPS41",
444
+ "ZC3H13",
445
+ "NAIP",
446
+ "GNG7",
447
+ "SREK1IP1",
448
+ "NOD2",
449
+ "HIVEP1",
450
+ "SAXO2",
451
+ "WDR5B",
452
+ "ORAI3",
453
+ "WDR55",
454
+ "RNASEL",
455
+ "CSAD",
456
+ "RFC2",
457
+ "MDM1",
458
+ "STN1",
459
+ "CEACAM1",
460
+ "DTHD1",
461
+ "CKAP4",
462
+ "CKAP2",
463
+ "GYPE",
464
+ "ELL2",
465
+ "DHX35",
466
+ "PLA2G4A",
467
+ "LAP3",
468
+ "DND1",
469
+ "TMEM144",
470
+ "ATL3",
471
+ "TAPBPL",
472
+ "RPL23AP7",
473
+ "GM2A",
474
+ "CHD1L",
475
+ "KRT73",
476
+ "NDUFAF1",
477
+ "JKAMP",
478
+ "ERICH1",
479
+ "JARID2",
480
+ "CD300LF",
481
+ "GTF2F2",
482
+ "OMG",
483
+ "FAM25A",
484
+ "CRSP8P",
485
+ "NIPAL2",
486
+ "COX15",
487
+ "ST3GAL1",
488
+ "HLA-DMA",
489
+ "SCAMP1",
490
+ "NOTCH2NLB",
491
+ "RFC1",
492
+ "CYP4F29P",
493
+ "CTSK",
494
+ "PABPC4",
495
+ "KATNBL1",
496
+ "MYO15B",
497
+ "DDT",
498
+ "CXCL8",
499
+ "BLMH",
500
+ "ZBTB8OS",
501
+ "BANF1",
502
+ "SEPTIN14P20",
503
+ "NDUFA8",
504
+ "OR2A4",
505
+ "SF3B4",
506
+ "BET1",
507
+ "ZNF354A",
508
+ "EEFSEC",
509
+ "PDZD4",
510
+ "MDGA1",
511
+ "TNRC6C",
512
+ "TMEM63C",
513
+ "OXNAD1",
514
+ "ASPH",
515
+ "VSTM1",
516
+ "HSD17B7",
517
+ "MAP7",
518
+ "SNORD45B",
519
+ "ARG1",
520
+ "HEBP1",
521
+ "CYS1",
522
+ "CHCHD5",
523
+ "C1QTNF4",
524
+ "CIB1",
525
+ "MMP8",
526
+ "SNORA15",
527
+ "APPBP2",
528
+ "USP37",
529
+ "H4C8",
530
+ "ACSL5",
531
+ "FNDC3A",
532
+ "CAB39",
533
+ "NKX3-1",
534
+ "CD300C",
535
+ "ADGRG7",
536
+ "TTN",
537
+ "A2M",
538
+ "CDS2",
539
+ "TTC39B",
540
+ "NUDT7",
541
+ "PLG",
542
+ "UGT2B7",
543
+ "SLFN12",
544
+ "IER3",
545
+ "TMEM87B",
546
+ "LMTK2",
547
+ "ADNP",
548
+ "ERP27",
549
+ "RCN1",
550
+ "MAN1A2",
551
+ "TACR3",
552
+ "SIGLEC10",
553
+ "TMEM199",
554
+ "IWS1",
555
+ "CHN2",
556
+ "GYPB",
557
+ "GPR162",
558
+ "ZNF207",
559
+ "HAUS2",
560
+ "LHFPL2",
561
+ "CD80",
562
+ "NATD1",
563
+ "SNORD95",
564
+ "RFX7",
565
+ "TRIT1",
566
+ "PLB1",
567
+ "NXPE3",
568
+ "FAM185A",
569
+ "RAB4A",
570
+ "BID",
571
+ "RTN1",
572
+ "CDK2AP1",
573
+ "SRPK2",
574
+ "GDPGP1",
575
+ "PRICKLE3",
576
+ "ACADVL",
577
+ "MACROH2A1",
578
+ "SCIMP",
579
+ "MGAT5",
580
+ "RPS26P11",
581
+ "SARS2",
582
+ "GRK6",
583
+ "TRIM33",
584
+ "ZNF117",
585
+ "AK2",
586
+ "ZNF79",
587
+ "AKAP6",
588
+ "ZFTRAF1",
589
+ "CES1",
590
+ "TACC3",
591
+ "TEKT4P1",
592
+ "KLHDC3",
593
+ "MYLIP",
594
+ "ADAD2",
595
+ "DSC2",
596
+ "PRKRA",
597
+ "ZNF772",
598
+ "DDX12P",
599
+ "PFN3",
600
+ "GALNS",
601
+ "PCTP",
602
+ "RNF14",
603
+ "CHFR",
604
+ "ARHGAP9",
605
+ "VAMP1",
606
+ "ST3GAL6",
607
+ "PSMG2",
608
+ "MRPL18",
609
+ "CPAT1",
610
+ "DNAAF11",
611
+ "ZNF134",
612
+ "SNORA6",
613
+ "NUP153",
614
+ "NOMO1",
615
+ "GPR89B",
616
+ "DDX11L9",
617
+ "RHD",
618
+ "TRIM43B",
619
+ "FAM25C",
620
+ "SNORD62B",
621
+ "ARL17B",
622
+ "TSC22D3",
623
+ "TFAP2E",
624
+ "CD40LG",
625
+ "SNORD103B",
626
+ "SDHAP2",
627
+ "TVP23C-CDRT4",
628
+ "OR2A7",
629
+ "HBG2",
630
+ "SIGLEC12"
631
+ ],
632
+ "Coefficient": [
633
+ 3.468554848136979,
634
+ -2.8691450626001838,
635
+ -2.5160592114083844,
636
+ -2.2028052144001666,
637
+ 2.182167107708709,
638
+ -2.064095047098242,
639
+ -1.9611595342766353,
640
+ 1.9445584657578305,
641
+ 1.8559246592431209,
642
+ -1.741687888995948,
643
+ 1.7285410502670535,
644
+ -1.6949242960282183,
645
+ -1.6468488974888669,
646
+ -1.6441095009449207,
647
+ -1.6353204467851143,
648
+ 1.6171125573047505,
649
+ -1.576258355042924,
650
+ 1.5514342044269098,
651
+ -1.5089139060542165,
652
+ 1.504798920126419,
653
+ -1.4972851287810605,
654
+ -1.4824325152764368,
655
+ -1.4750986948139,
656
+ -1.4672470855944035,
657
+ 1.4547907175056285,
658
+ 1.4184932706689461,
659
+ 1.3981110439048985,
660
+ 1.3836558715820306,
661
+ -1.3678347186307158,
662
+ -1.3535976230618019,
663
+ -1.3393048324633654,
664
+ 1.3149115567508205,
665
+ 1.2944431498230697,
666
+ 1.2866621346974008,
667
+ -1.255318713696791,
668
+ -1.2505415227516992,
669
+ 1.239483016507441,
670
+ -1.2379654511543134,
671
+ 1.226857951473575,
672
+ 1.219304734626153,
673
+ -1.2047938317191638,
674
+ -1.204764826228436,
675
+ -1.181753041593751,
676
+ 1.1752630996288687,
677
+ -1.1666265712544164,
678
+ 1.163607632959622,
679
+ 1.1627730435002548,
680
+ 1.142542906917547,
681
+ -1.1371528041806562,
682
+ -1.1341509770251244,
683
+ 1.1263915866858418,
684
+ 1.1194071504407255,
685
+ 1.1055410089799385,
686
+ 1.1039258670017418,
687
+ -1.0956781839554202,
688
+ -1.0879891039796579,
689
+ 1.072636828059434,
690
+ -1.0709901068246201,
691
+ -1.069599625101308,
692
+ -1.0694970007609979,
693
+ -1.0690666254871504,
694
+ 1.05948534928765,
695
+ 1.0376154603435486,
696
+ -1.0298035501336187,
697
+ 1.0232305436803553,
698
+ -1.0109624764884233,
699
+ -1.0096391533108493,
700
+ 1.006953773319425,
701
+ -0.9956974537725738,
702
+ 0.9918708952995178,
703
+ 0.990994150571317,
704
+ 0.9838903838949336,
705
+ 0.9808132963833855,
706
+ 0.959731108603627,
707
+ 0.9556976200515702,
708
+ -0.9506217225924719,
709
+ -0.9500830700429231,
710
+ 0.9438761136528817,
711
+ -0.9381893336506079,
712
+ 0.9271343967143495,
713
+ -0.9241096318385779,
714
+ -0.9192133788486508,
715
+ 0.9123061412361181,
716
+ -0.9121863191686739,
717
+ 0.8988882772568721,
718
+ 0.8947631561645558,
719
+ 0.8946039185736645,
720
+ 0.8915506968667352,
721
+ -0.8832048114937261,
722
+ -0.8659240782781525,
723
+ -0.8571763309857016,
724
+ -0.8476586477338799,
725
+ 0.8470664295300842,
726
+ -0.8409668096890025,
727
+ 0.8334850433168682,
728
+ 0.8262114392049772,
729
+ 0.8259264873656815,
730
+ -0.821463452991721,
731
+ -0.8198214858342219,
732
+ -0.8153524272322556,
733
+ -0.8134563511883901,
734
+ 0.8128087513388536,
735
+ -0.8064132100495897,
736
+ -0.8046140007377599,
737
+ -0.8019727082858396,
738
+ 0.800792111493702,
739
+ -0.7942941671131147,
740
+ 0.7864565435908973,
741
+ 0.7804191491818245,
742
+ -0.7753076892905988,
743
+ -0.7713155172593895,
744
+ 0.7665993622449625,
745
+ 0.765409496961791,
746
+ 0.7653262136408466,
747
+ 0.7648991884048272,
748
+ 0.7601908464744851,
749
+ -0.7547392892511503,
750
+ -0.7529061104039875,
751
+ 0.74958052275377,
752
+ -0.7477994887553481,
753
+ -0.7477315637099592,
754
+ -0.747544668872702,
755
+ 0.7470755317800547,
756
+ 0.743734880681235,
757
+ 0.7414756037528036,
758
+ -0.7397934000959674,
759
+ 0.7368153690016099,
760
+ -0.7367196721142888,
761
+ -0.7335667295455189,
762
+ -0.7335234643803746,
763
+ -0.732271827527292,
764
+ 0.7251882324394259,
765
+ 0.7238325550468194,
766
+ 0.7204027323049509,
767
+ -0.7190095327366576,
768
+ 0.7166251241301935,
769
+ -0.7118699185424227,
770
+ 0.7114182275476174,
771
+ -0.7083209659891595,
772
+ -0.7022114679977106,
773
+ -0.6966165251165679,
774
+ 0.6944673372184463,
775
+ 0.6943829805515513,
776
+ -0.6870800406317572,
777
+ 0.6868151180747094,
778
+ -0.6859257633856256,
779
+ -0.6835475543866516,
780
+ 0.6737628297077065,
781
+ 0.668263307559438,
782
+ -0.664114753641215,
783
+ -0.6572226292141092,
784
+ 0.6543974151064287,
785
+ 0.6536951915052183,
786
+ 0.6533919653193645,
787
+ -0.652527708103933,
788
+ -0.6525265876007605,
789
+ 0.6470589326933123,
790
+ -0.6454770423010707,
791
+ -0.644732476248551,
792
+ -0.6440334027546526,
793
+ 0.6406152015259462,
794
+ -0.6312224857916154,
795
+ 0.6289806733964307,
796
+ -0.6242591143642388,
797
+ 0.6208418161650753,
798
+ -0.6175646551563386,
799
+ 0.6174523172916575,
800
+ 0.617372831529347,
801
+ 0.6158597983188424,
802
+ 0.6060780261044559,
803
+ -0.6046183481475152,
804
+ 0.5961753430786089,
805
+ 0.5929264349106671,
806
+ -0.592320463090961,
807
+ -0.5920174141557255,
808
+ -0.5893031830805221,
809
+ -0.588141939378428,
810
+ 0.5856349773535278,
811
+ 0.5836644964843744,
812
+ 0.5825446090374078,
813
+ -0.5805284034128291,
814
+ -0.5796373067137542,
815
+ -0.5726549335236678,
816
+ 0.57119363205886,
817
+ -0.5702635700055402,
818
+ 0.5679120115545881,
819
+ 0.5675262793136278,
820
+ 0.5648430797065142,
821
+ -0.563530432885044,
822
+ 0.5588744579223871,
823
+ 0.5572285418089382,
824
+ 0.557208004628386,
825
+ 0.5565806356726335,
826
+ 0.5554513243447365,
827
+ -0.5521382787563782,
828
+ 0.5478772431171619,
829
+ 0.546130488749887,
830
+ 0.544209773085635,
831
+ 0.5442023663101586,
832
+ -0.5415583838997836,
833
+ 0.5393788058647241,
834
+ -0.5392025492859507,
835
+ 0.5347036880862571,
836
+ 0.5344720663278462,
837
+ 0.5339413882540672,
838
+ -0.5331971451304781,
839
+ 0.5311958072791602,
840
+ 0.5284754752963335,
841
+ 0.5254450493247537,
842
+ -0.5249637206704643,
843
+ -0.524510529852096,
844
+ -0.5234356308546303,
845
+ -0.517896941338482,
846
+ -0.5176361390739754,
847
+ 0.5160406755658441,
848
+ -0.515030588400952,
849
+ 0.5126612467851026,
850
+ -0.5073111090406207,
851
+ -0.507039011253853,
852
+ 0.5044960393690312,
853
+ -0.5003632615544913,
854
+ 0.49623157006923413,
855
+ -0.49561846465512094,
856
+ 0.48843555073737227,
857
+ -0.48770631064788805,
858
+ -0.48380700325787834,
859
+ 0.48025510070712063,
860
+ -0.47940576159701676,
861
+ -0.47710508639925253,
862
+ -0.47637978152154775,
863
+ 0.47578548696282114,
864
+ -0.47489907077597915,
865
+ 0.47406902217076613,
866
+ -0.4709547238096882,
867
+ -0.4678441060647318,
868
+ -0.46563572107832163,
869
+ -0.4644572458586487,
870
+ -0.46438865195797374,
871
+ 0.46378289409188894,
872
+ 0.4635339914088374,
873
+ 0.4625610096284997,
874
+ -0.46206871333955457,
875
+ 0.4619826553485961,
876
+ 0.4602398948097318,
877
+ -0.4598669404790995,
878
+ 0.45669363087733755,
879
+ -0.45391701412096913,
880
+ 0.4503931692782072,
881
+ 0.448257044991571,
882
+ -0.44709816701711635,
883
+ 0.44239228132800595,
884
+ 0.4423531188121328,
885
+ -0.4388566137865907,
886
+ 0.438842930542911,
887
+ 0.43881189348325195,
888
+ 0.43840071761475985,
889
+ 0.43590564893993106,
890
+ -0.43219585836763935,
891
+ 0.4288167726871519,
892
+ 0.4261958285398324,
893
+ 0.4247116439456351,
894
+ -0.42287970786570017,
895
+ -0.414900431257879,
896
+ 0.411351755246396,
897
+ 0.4112239134394283,
898
+ -0.4101974823892497,
899
+ 0.40876290807920396,
900
+ 0.4062149956442148,
901
+ -0.40613250971519,
902
+ 0.40487325380977973,
903
+ 0.398891253697566,
904
+ -0.39778886031954014,
905
+ 0.39727613221782304,
906
+ 0.39347468295200067,
907
+ -0.391575028907886,
908
+ -0.39097834466341835,
909
+ 0.3908321139439001,
910
+ 0.38825204221291304,
911
+ 0.3856369388569279,
912
+ 0.38529624768101245,
913
+ -0.38413383947658086,
914
+ 0.3835512208480758,
915
+ -0.38291289230252173,
916
+ 0.3812089600677757,
917
+ -0.37828111045926605,
918
+ 0.376726054625634,
919
+ -0.37644286791869674,
920
+ 0.3721848635037917,
921
+ 0.3657460875214179,
922
+ -0.35669846817442985,
923
+ -0.35405441441595015,
924
+ -0.3506083797519855,
925
+ 0.3504712922577329,
926
+ 0.35000168394350867,
927
+ 0.3494623139031484,
928
+ 0.34599764291053287,
929
+ -0.3456449988451159,
930
+ 0.3438995373553323,
931
+ -0.34301875432949364,
932
+ -0.3427531025359508,
933
+ -0.3419528498574587,
934
+ 0.3412063807591806,
935
+ 0.34116922587238857,
936
+ 0.337780425305063,
937
+ 0.33760272129494956,
938
+ -0.3373686385659369,
939
+ -0.33663885096724416,
940
+ -0.3359649471443772,
941
+ -0.3343331084395108,
942
+ 0.33326929780566017,
943
+ 0.33240344657011683,
944
+ 0.3314141906734864,
945
+ 0.330385522103908,
946
+ 0.32876319906927176,
947
+ 0.32701191708308786,
948
+ -0.32668862308459606,
949
+ 0.32555767992148993,
950
+ 0.32403811902888785,
951
+ -0.3191042860580179,
952
+ -0.3185559558845985,
953
+ -0.3167780875790593,
954
+ -0.3159653306419336,
955
+ 0.3130136259720773,
956
+ 0.31078284282683477,
957
+ -0.3094735582342501,
958
+ 0.30923043997425514,
959
+ -0.30765999947302075,
960
+ 0.30756582618350864,
961
+ 0.3059536194364913,
962
+ 0.3032956602316191,
963
+ 0.30078535806600687,
964
+ 0.2989712637242284,
965
+ 0.29712085811589406,
966
+ 0.2953966612664563,
967
+ -0.2941474501096195,
968
+ 0.2928299460791019,
969
+ 0.2915233169632621,
970
+ 0.29131601810623287,
971
+ 0.2910298537525169,
972
+ -0.28679851714604576,
973
+ -0.2857560376681361,
974
+ 0.2818634562255404,
975
+ -0.28095205119670724,
976
+ 0.28041695634355757,
977
+ -0.27875579767786746,
978
+ 0.2786341884664833,
979
+ 0.2768408803784893,
980
+ 0.27680529941509197,
981
+ 0.2762676256933144,
982
+ -0.27373047537594525,
983
+ 0.27273773100676474,
984
+ 0.2722304857731356,
985
+ 0.2713873228791412,
986
+ -0.27103511341519776,
987
+ 0.2697387151664825,
988
+ -0.25981612675288585,
989
+ -0.2594160438916909,
990
+ 0.2539463108848004,
991
+ 0.2514987246008659,
992
+ 0.25133608631809917,
993
+ -0.2511342268411985,
994
+ 0.25090875593057305,
995
+ 0.25086202714985223,
996
+ 0.25073139551270374,
997
+ 0.25059310170241117,
998
+ 0.2505044619138078,
999
+ -0.2486580461966582,
1000
+ -0.24780637887054008,
1001
+ -0.24354606736329126,
1002
+ -0.24245869579671214,
1003
+ 0.24190762079349812,
1004
+ -0.24076342227721204,
1005
+ 0.2407543461008673,
1006
+ 0.24066947551022502,
1007
+ -0.24043766645084017,
1008
+ -0.24015829008415351,
1009
+ -0.23908759367501567,
1010
+ 0.2372455401098089,
1011
+ -0.2356857426055138,
1012
+ 0.2350902806548366,
1013
+ -0.23443121071923664,
1014
+ -0.2326879462410435,
1015
+ -0.23177802606326425,
1016
+ -0.23113760556347726,
1017
+ 0.23080994251144424,
1018
+ 0.22956116100876095,
1019
+ -0.22409018751649223,
1020
+ -0.22348025665229188,
1021
+ -0.22341312984219103,
1022
+ 0.2233824836582835,
1023
+ 0.2230706123948237,
1024
+ 0.2228433529759869,
1025
+ 0.22195485841393991,
1026
+ 0.2214756106008606,
1027
+ 0.2197947418493712,
1028
+ 0.2163656631681461,
1029
+ 0.21559313725759482,
1030
+ -0.2146189515870871,
1031
+ -0.21365039471085487,
1032
+ 0.212386504846776,
1033
+ 0.2087890433841874,
1034
+ 0.2077009856345856,
1035
+ 0.20652343443038934,
1036
+ -0.2060496622563957,
1037
+ 0.20484683492010283,
1038
+ 0.20422068296107285,
1039
+ -0.20011238167160283,
1040
+ -0.19745994069855408,
1041
+ 0.19732122146156678,
1042
+ 0.19728588737692174,
1043
+ -0.19469519921618053,
1044
+ -0.19382565359221754,
1045
+ 0.19349421210998638,
1046
+ -0.19300974705759158,
1047
+ 0.19279642781045042,
1048
+ -0.19223977088351848,
1049
+ 0.18941913070560198,
1050
+ -0.18885948186519128,
1051
+ -0.18712452162290863,
1052
+ 0.18692817110420987,
1053
+ 0.18664148757557383,
1054
+ -0.1838307421521188,
1055
+ 0.18255704703798414,
1056
+ 0.18248004708234825,
1057
+ -0.1821473529270229,
1058
+ 0.17985347364819848,
1059
+ -0.17732045631552976,
1060
+ -0.17661833451078515,
1061
+ 0.1731465775218484,
1062
+ -0.17219948562100695,
1063
+ 0.1701915068097383,
1064
+ -0.17007161238340293,
1065
+ 0.1683526560325855,
1066
+ -0.16188838952249301,
1067
+ -0.16061238487452412,
1068
+ 0.1604552021553459,
1069
+ -0.1597508384188639,
1070
+ -0.15941972510995928,
1071
+ 0.15799257864101873,
1072
+ -0.15707504195444041,
1073
+ -0.15688713363398452,
1074
+ 0.1567575340576684,
1075
+ -0.1548932777879548,
1076
+ -0.15444305738067418,
1077
+ -0.15274020524821658,
1078
+ 0.15187993864382152,
1079
+ 0.15156294032214984,
1080
+ -0.1504919084771679,
1081
+ 0.1462127602442319,
1082
+ -0.14586152549649295,
1083
+ 0.14556582008764635,
1084
+ -0.14422600490976997,
1085
+ -0.142619292096809,
1086
+ -0.14183765642509685,
1087
+ -0.14057650500830687,
1088
+ -0.14011276170749384,
1089
+ -0.13959615953405502,
1090
+ -0.13950148553684288,
1091
+ 0.13935226646895632,
1092
+ 0.13930538041523793,
1093
+ -0.13679188047378854,
1094
+ 0.13640922922714444,
1095
+ 0.13501497155938502,
1096
+ 0.13285713686155512,
1097
+ -0.1314015135513047,
1098
+ 0.13010588209410978,
1099
+ -0.12952457549767848,
1100
+ 0.12843001881452737,
1101
+ 0.12700730668527657,
1102
+ 0.1268323178149751,
1103
+ -0.12557254986714098,
1104
+ -0.12556169707787815,
1105
+ -0.12216162227662054,
1106
+ -0.12044025748948477,
1107
+ -0.11997843755189769,
1108
+ 0.11976890758757215,
1109
+ 0.11921151120113431,
1110
+ -0.11790522362269718,
1111
+ -0.11708460952573435,
1112
+ 0.11577400185894178,
1113
+ -0.11339316124269598,
1114
+ -0.11112123000798678,
1115
+ -0.1109893765065252,
1116
+ -0.11083236273830284,
1117
+ 0.10988030156260017,
1118
+ 0.10916716707880615,
1119
+ -0.10718656122997776,
1120
+ -0.10649850359082304,
1121
+ 0.10646067029860205,
1122
+ 0.10613023851658757,
1123
+ -0.10439945249046258,
1124
+ -0.10277983679632328,
1125
+ 0.10164118280890978,
1126
+ 0.09760813105720399,
1127
+ 0.09638860387599286,
1128
+ -0.09497589935765531,
1129
+ -0.0921874473222489,
1130
+ -0.09062305306255973,
1131
+ 0.08960825221420175,
1132
+ -0.0893044122953586,
1133
+ -0.08598819322473376,
1134
+ -0.08530375666584736,
1135
+ 0.08399164266777977,
1136
+ 0.08304815540510835,
1137
+ 0.08158078515276987,
1138
+ 0.08152719493859636,
1139
+ -0.08000513147799236,
1140
+ 0.07961310522743835,
1141
+ 0.07906388519402079,
1142
+ 0.07895892912248935,
1143
+ 0.07868332775772886,
1144
+ -0.07826987090901977,
1145
+ -0.07784169040784927,
1146
+ 0.07744514181534648,
1147
+ -0.07555305317756246,
1148
+ -0.07390586719900673,
1149
+ -0.07376656281188479,
1150
+ 0.0708800768195913,
1151
+ -0.06782792204256992,
1152
+ -0.0674251735863852,
1153
+ -0.06446843432318784,
1154
+ -0.0640824412541591,
1155
+ 0.06270203042305865,
1156
+ 0.06263334163853486,
1157
+ -0.06208357966576127,
1158
+ -0.060727420425828044,
1159
+ 0.058813640657396186,
1160
+ 0.05765103379956275,
1161
+ -0.05736207245111405,
1162
+ -0.05680164856715082,
1163
+ 0.05465038899056432,
1164
+ 0.052094562786567065,
1165
+ 0.05168111464136919,
1166
+ -0.05156011494940368,
1167
+ -0.051431234954146796,
1168
+ 0.05006034450496753,
1169
+ 0.04964942902328477,
1170
+ -0.04935092851168214,
1171
+ -0.048842959196299364,
1172
+ 0.048530174364978106,
1173
+ -0.04846891008832192,
1174
+ 0.04812780587483468,
1175
+ -0.04749840508140563,
1176
+ 0.04609054098178744,
1177
+ 0.04484796654659659,
1178
+ 0.04394069648533648,
1179
+ -0.04296413534485191,
1180
+ -0.04257375765956609,
1181
+ 0.04254959775407566,
1182
+ 0.041848821240886055,
1183
+ -0.04135705837176149,
1184
+ 0.04114375812057346,
1185
+ 0.04089229612611976,
1186
+ 0.04051442360791341,
1187
+ 0.040070529406428176,
1188
+ 0.039536547285257816,
1189
+ -0.03843692115082312,
1190
+ -0.038372756748405276,
1191
+ -0.03829507658517266,
1192
+ 0.037330978791023685,
1193
+ 0.0362231488410341,
1194
+ -0.03603946393608355,
1195
+ 0.03523367746629735,
1196
+ -0.034905586667422925,
1197
+ -0.034570388787010145,
1198
+ 0.03449976138953122,
1199
+ 0.0342093039999003,
1200
+ 0.034041621259286746,
1201
+ 0.033545784521276135,
1202
+ 0.032747511392459065,
1203
+ -0.031449696568459126,
1204
+ -0.029627064872939368,
1205
+ -0.02787141929544672,
1206
+ 0.024977821887658336,
1207
+ 0.024643686652444832,
1208
+ 0.024066304707772993,
1209
+ 0.023957537065118186,
1210
+ -0.022790141042232755,
1211
+ 0.022090930761380568,
1212
+ 0.02188632965430362,
1213
+ 0.020776345404120895,
1214
+ -0.020596237972100532,
1215
+ -0.01671469687092421,
1216
+ 0.01622224266933441,
1217
+ -0.014831917996063678,
1218
+ -0.014525931012986675,
1219
+ 0.013850393768199269,
1220
+ -0.01344990791095898,
1221
+ -0.012558107156428676,
1222
+ 0.012392295709220852,
1223
+ 0.012122343758318633,
1224
+ 0.012003281149916894,
1225
+ 0.01168076370211218,
1226
+ -0.011566324191724403,
1227
+ 0.011203541187858681,
1228
+ -0.010848673183576173,
1229
+ 0.010641917913941944,
1230
+ -0.010291217352102798,
1231
+ -0.009889696330812376,
1232
+ -0.009419656131038087,
1233
+ -0.008975176529302898,
1234
+ 0.007388075027211388,
1235
+ 0.005906655591530843,
1236
+ 0.005484331793505472,
1237
+ 0.005461040556722366,
1238
+ 0.00376224627276015,
1239
+ 0.003198516240140292,
1240
+ -0.003189314049669993,
1241
+ 0.0014631139724058163,
1242
+ 6.200753258168502e-05,
1243
+ -5.015401873152601e-05,
1244
+ -4.9241334579760536e-14,
1245
+ -1.9140421035131173e-14,
1246
+ -1.1064798758440037e-14,
1247
+ 8.767133289607995e-15,
1248
+ 6.8861947924615615e-15,
1249
+ 4.2381882639358304e-15,
1250
+ 3.1811492409050583e-15,
1251
+ -2.0388224414430777e-15,
1252
+ -1.580931376432346e-15,
1253
+ 1.5656719931157557e-15,
1254
+ 8.09516390952025e-16,
1255
+ 1.6604873541303925e-16,
1256
+ 3.585564767163116e-17,
1257
+ -2.8576339698442086e-17,
1258
+ -2.6304249136097634e-17,
1259
+ 8.133018785719079e-18
1260
+ ],
1261
+ "Absolute Coefficient": [
1262
+ 3.468554848136979,
1263
+ 2.8691450626001838,
1264
+ 2.5160592114083844,
1265
+ 2.2028052144001666,
1266
+ 2.182167107708709,
1267
+ 2.064095047098242,
1268
+ 1.9611595342766353,
1269
+ 1.9445584657578305,
1270
+ 1.8559246592431209,
1271
+ 1.741687888995948,
1272
+ 1.7285410502670535,
1273
+ 1.6949242960282183,
1274
+ 1.6468488974888669,
1275
+ 1.6441095009449207,
1276
+ 1.6353204467851143,
1277
+ 1.6171125573047505,
1278
+ 1.576258355042924,
1279
+ 1.5514342044269098,
1280
+ 1.5089139060542165,
1281
+ 1.504798920126419,
1282
+ 1.4972851287810605,
1283
+ 1.4824325152764368,
1284
+ 1.4750986948139,
1285
+ 1.4672470855944035,
1286
+ 1.4547907175056285,
1287
+ 1.4184932706689461,
1288
+ 1.3981110439048985,
1289
+ 1.3836558715820306,
1290
+ 1.3678347186307158,
1291
+ 1.3535976230618019,
1292
+ 1.3393048324633654,
1293
+ 1.3149115567508205,
1294
+ 1.2944431498230697,
1295
+ 1.2866621346974008,
1296
+ 1.255318713696791,
1297
+ 1.2505415227516992,
1298
+ 1.239483016507441,
1299
+ 1.2379654511543134,
1300
+ 1.226857951473575,
1301
+ 1.219304734626153,
1302
+ 1.2047938317191638,
1303
+ 1.204764826228436,
1304
+ 1.181753041593751,
1305
+ 1.1752630996288687,
1306
+ 1.1666265712544164,
1307
+ 1.163607632959622,
1308
+ 1.1627730435002548,
1309
+ 1.142542906917547,
1310
+ 1.1371528041806562,
1311
+ 1.1341509770251244,
1312
+ 1.1263915866858418,
1313
+ 1.1194071504407255,
1314
+ 1.1055410089799385,
1315
+ 1.1039258670017418,
1316
+ 1.0956781839554202,
1317
+ 1.0879891039796579,
1318
+ 1.072636828059434,
1319
+ 1.0709901068246201,
1320
+ 1.069599625101308,
1321
+ 1.0694970007609979,
1322
+ 1.0690666254871504,
1323
+ 1.05948534928765,
1324
+ 1.0376154603435486,
1325
+ 1.0298035501336187,
1326
+ 1.0232305436803553,
1327
+ 1.0109624764884233,
1328
+ 1.0096391533108493,
1329
+ 1.006953773319425,
1330
+ 0.9956974537725738,
1331
+ 0.9918708952995178,
1332
+ 0.990994150571317,
1333
+ 0.9838903838949336,
1334
+ 0.9808132963833855,
1335
+ 0.959731108603627,
1336
+ 0.9556976200515702,
1337
+ 0.9506217225924719,
1338
+ 0.9500830700429231,
1339
+ 0.9438761136528817,
1340
+ 0.9381893336506079,
1341
+ 0.9271343967143495,
1342
+ 0.9241096318385779,
1343
+ 0.9192133788486508,
1344
+ 0.9123061412361181,
1345
+ 0.9121863191686739,
1346
+ 0.8988882772568721,
1347
+ 0.8947631561645558,
1348
+ 0.8946039185736645,
1349
+ 0.8915506968667352,
1350
+ 0.8832048114937261,
1351
+ 0.8659240782781525,
1352
+ 0.8571763309857016,
1353
+ 0.8476586477338799,
1354
+ 0.8470664295300842,
1355
+ 0.8409668096890025,
1356
+ 0.8334850433168682,
1357
+ 0.8262114392049772,
1358
+ 0.8259264873656815,
1359
+ 0.821463452991721,
1360
+ 0.8198214858342219,
1361
+ 0.8153524272322556,
1362
+ 0.8134563511883901,
1363
+ 0.8128087513388536,
1364
+ 0.8064132100495897,
1365
+ 0.8046140007377599,
1366
+ 0.8019727082858396,
1367
+ 0.800792111493702,
1368
+ 0.7942941671131147,
1369
+ 0.7864565435908973,
1370
+ 0.7804191491818245,
1371
+ 0.7753076892905988,
1372
+ 0.7713155172593895,
1373
+ 0.7665993622449625,
1374
+ 0.765409496961791,
1375
+ 0.7653262136408466,
1376
+ 0.7648991884048272,
1377
+ 0.7601908464744851,
1378
+ 0.7547392892511503,
1379
+ 0.7529061104039875,
1380
+ 0.74958052275377,
1381
+ 0.7477994887553481,
1382
+ 0.7477315637099592,
1383
+ 0.747544668872702,
1384
+ 0.7470755317800547,
1385
+ 0.743734880681235,
1386
+ 0.7414756037528036,
1387
+ 0.7397934000959674,
1388
+ 0.7368153690016099,
1389
+ 0.7367196721142888,
1390
+ 0.7335667295455189,
1391
+ 0.7335234643803746,
1392
+ 0.732271827527292,
1393
+ 0.7251882324394259,
1394
+ 0.7238325550468194,
1395
+ 0.7204027323049509,
1396
+ 0.7190095327366576,
1397
+ 0.7166251241301935,
1398
+ 0.7118699185424227,
1399
+ 0.7114182275476174,
1400
+ 0.7083209659891595,
1401
+ 0.7022114679977106,
1402
+ 0.6966165251165679,
1403
+ 0.6944673372184463,
1404
+ 0.6943829805515513,
1405
+ 0.6870800406317572,
1406
+ 0.6868151180747094,
1407
+ 0.6859257633856256,
1408
+ 0.6835475543866516,
1409
+ 0.6737628297077065,
1410
+ 0.668263307559438,
1411
+ 0.664114753641215,
1412
+ 0.6572226292141092,
1413
+ 0.6543974151064287,
1414
+ 0.6536951915052183,
1415
+ 0.6533919653193645,
1416
+ 0.652527708103933,
1417
+ 0.6525265876007605,
1418
+ 0.6470589326933123,
1419
+ 0.6454770423010707,
1420
+ 0.644732476248551,
1421
+ 0.6440334027546526,
1422
+ 0.6406152015259462,
1423
+ 0.6312224857916154,
1424
+ 0.6289806733964307,
1425
+ 0.6242591143642388,
1426
+ 0.6208418161650753,
1427
+ 0.6175646551563386,
1428
+ 0.6174523172916575,
1429
+ 0.617372831529347,
1430
+ 0.6158597983188424,
1431
+ 0.6060780261044559,
1432
+ 0.6046183481475152,
1433
+ 0.5961753430786089,
1434
+ 0.5929264349106671,
1435
+ 0.592320463090961,
1436
+ 0.5920174141557255,
1437
+ 0.5893031830805221,
1438
+ 0.588141939378428,
1439
+ 0.5856349773535278,
1440
+ 0.5836644964843744,
1441
+ 0.5825446090374078,
1442
+ 0.5805284034128291,
1443
+ 0.5796373067137542,
1444
+ 0.5726549335236678,
1445
+ 0.57119363205886,
1446
+ 0.5702635700055402,
1447
+ 0.5679120115545881,
1448
+ 0.5675262793136278,
1449
+ 0.5648430797065142,
1450
+ 0.563530432885044,
1451
+ 0.5588744579223871,
1452
+ 0.5572285418089382,
1453
+ 0.557208004628386,
1454
+ 0.5565806356726335,
1455
+ 0.5554513243447365,
1456
+ 0.5521382787563782,
1457
+ 0.5478772431171619,
1458
+ 0.546130488749887,
1459
+ 0.544209773085635,
1460
+ 0.5442023663101586,
1461
+ 0.5415583838997836,
1462
+ 0.5393788058647241,
1463
+ 0.5392025492859507,
1464
+ 0.5347036880862571,
1465
+ 0.5344720663278462,
1466
+ 0.5339413882540672,
1467
+ 0.5331971451304781,
1468
+ 0.5311958072791602,
1469
+ 0.5284754752963335,
1470
+ 0.5254450493247537,
1471
+ 0.5249637206704643,
1472
+ 0.524510529852096,
1473
+ 0.5234356308546303,
1474
+ 0.517896941338482,
1475
+ 0.5176361390739754,
1476
+ 0.5160406755658441,
1477
+ 0.515030588400952,
1478
+ 0.5126612467851026,
1479
+ 0.5073111090406207,
1480
+ 0.507039011253853,
1481
+ 0.5044960393690312,
1482
+ 0.5003632615544913,
1483
+ 0.49623157006923413,
1484
+ 0.49561846465512094,
1485
+ 0.48843555073737227,
1486
+ 0.48770631064788805,
1487
+ 0.48380700325787834,
1488
+ 0.48025510070712063,
1489
+ 0.47940576159701676,
1490
+ 0.47710508639925253,
1491
+ 0.47637978152154775,
1492
+ 0.47578548696282114,
1493
+ 0.47489907077597915,
1494
+ 0.47406902217076613,
1495
+ 0.4709547238096882,
1496
+ 0.4678441060647318,
1497
+ 0.46563572107832163,
1498
+ 0.4644572458586487,
1499
+ 0.46438865195797374,
1500
+ 0.46378289409188894,
1501
+ 0.4635339914088374,
1502
+ 0.4625610096284997,
1503
+ 0.46206871333955457,
1504
+ 0.4619826553485961,
1505
+ 0.4602398948097318,
1506
+ 0.4598669404790995,
1507
+ 0.45669363087733755,
1508
+ 0.45391701412096913,
1509
+ 0.4503931692782072,
1510
+ 0.448257044991571,
1511
+ 0.44709816701711635,
1512
+ 0.44239228132800595,
1513
+ 0.4423531188121328,
1514
+ 0.4388566137865907,
1515
+ 0.438842930542911,
1516
+ 0.43881189348325195,
1517
+ 0.43840071761475985,
1518
+ 0.43590564893993106,
1519
+ 0.43219585836763935,
1520
+ 0.4288167726871519,
1521
+ 0.4261958285398324,
1522
+ 0.4247116439456351,
1523
+ 0.42287970786570017,
1524
+ 0.414900431257879,
1525
+ 0.411351755246396,
1526
+ 0.4112239134394283,
1527
+ 0.4101974823892497,
1528
+ 0.40876290807920396,
1529
+ 0.4062149956442148,
1530
+ 0.40613250971519,
1531
+ 0.40487325380977973,
1532
+ 0.398891253697566,
1533
+ 0.39778886031954014,
1534
+ 0.39727613221782304,
1535
+ 0.39347468295200067,
1536
+ 0.391575028907886,
1537
+ 0.39097834466341835,
1538
+ 0.3908321139439001,
1539
+ 0.38825204221291304,
1540
+ 0.3856369388569279,
1541
+ 0.38529624768101245,
1542
+ 0.38413383947658086,
1543
+ 0.3835512208480758,
1544
+ 0.38291289230252173,
1545
+ 0.3812089600677757,
1546
+ 0.37828111045926605,
1547
+ 0.376726054625634,
1548
+ 0.37644286791869674,
1549
+ 0.3721848635037917,
1550
+ 0.3657460875214179,
1551
+ 0.35669846817442985,
1552
+ 0.35405441441595015,
1553
+ 0.3506083797519855,
1554
+ 0.3504712922577329,
1555
+ 0.35000168394350867,
1556
+ 0.3494623139031484,
1557
+ 0.34599764291053287,
1558
+ 0.3456449988451159,
1559
+ 0.3438995373553323,
1560
+ 0.34301875432949364,
1561
+ 0.3427531025359508,
1562
+ 0.3419528498574587,
1563
+ 0.3412063807591806,
1564
+ 0.34116922587238857,
1565
+ 0.337780425305063,
1566
+ 0.33760272129494956,
1567
+ 0.3373686385659369,
1568
+ 0.33663885096724416,
1569
+ 0.3359649471443772,
1570
+ 0.3343331084395108,
1571
+ 0.33326929780566017,
1572
+ 0.33240344657011683,
1573
+ 0.3314141906734864,
1574
+ 0.330385522103908,
1575
+ 0.32876319906927176,
1576
+ 0.32701191708308786,
1577
+ 0.32668862308459606,
1578
+ 0.32555767992148993,
1579
+ 0.32403811902888785,
1580
+ 0.3191042860580179,
1581
+ 0.3185559558845985,
1582
+ 0.3167780875790593,
1583
+ 0.3159653306419336,
1584
+ 0.3130136259720773,
1585
+ 0.31078284282683477,
1586
+ 0.3094735582342501,
1587
+ 0.30923043997425514,
1588
+ 0.30765999947302075,
1589
+ 0.30756582618350864,
1590
+ 0.3059536194364913,
1591
+ 0.3032956602316191,
1592
+ 0.30078535806600687,
1593
+ 0.2989712637242284,
1594
+ 0.29712085811589406,
1595
+ 0.2953966612664563,
1596
+ 0.2941474501096195,
1597
+ 0.2928299460791019,
1598
+ 0.2915233169632621,
1599
+ 0.29131601810623287,
1600
+ 0.2910298537525169,
1601
+ 0.28679851714604576,
1602
+ 0.2857560376681361,
1603
+ 0.2818634562255404,
1604
+ 0.28095205119670724,
1605
+ 0.28041695634355757,
1606
+ 0.27875579767786746,
1607
+ 0.2786341884664833,
1608
+ 0.2768408803784893,
1609
+ 0.27680529941509197,
1610
+ 0.2762676256933144,
1611
+ 0.27373047537594525,
1612
+ 0.27273773100676474,
1613
+ 0.2722304857731356,
1614
+ 0.2713873228791412,
1615
+ 0.27103511341519776,
1616
+ 0.2697387151664825,
1617
+ 0.25981612675288585,
1618
+ 0.2594160438916909,
1619
+ 0.2539463108848004,
1620
+ 0.2514987246008659,
1621
+ 0.25133608631809917,
1622
+ 0.2511342268411985,
1623
+ 0.25090875593057305,
1624
+ 0.25086202714985223,
1625
+ 0.25073139551270374,
1626
+ 0.25059310170241117,
1627
+ 0.2505044619138078,
1628
+ 0.2486580461966582,
1629
+ 0.24780637887054008,
1630
+ 0.24354606736329126,
1631
+ 0.24245869579671214,
1632
+ 0.24190762079349812,
1633
+ 0.24076342227721204,
1634
+ 0.2407543461008673,
1635
+ 0.24066947551022502,
1636
+ 0.24043766645084017,
1637
+ 0.24015829008415351,
1638
+ 0.23908759367501567,
1639
+ 0.2372455401098089,
1640
+ 0.2356857426055138,
1641
+ 0.2350902806548366,
1642
+ 0.23443121071923664,
1643
+ 0.2326879462410435,
1644
+ 0.23177802606326425,
1645
+ 0.23113760556347726,
1646
+ 0.23080994251144424,
1647
+ 0.22956116100876095,
1648
+ 0.22409018751649223,
1649
+ 0.22348025665229188,
1650
+ 0.22341312984219103,
1651
+ 0.2233824836582835,
1652
+ 0.2230706123948237,
1653
+ 0.2228433529759869,
1654
+ 0.22195485841393991,
1655
+ 0.2214756106008606,
1656
+ 0.2197947418493712,
1657
+ 0.2163656631681461,
1658
+ 0.21559313725759482,
1659
+ 0.2146189515870871,
1660
+ 0.21365039471085487,
1661
+ 0.212386504846776,
1662
+ 0.2087890433841874,
1663
+ 0.2077009856345856,
1664
+ 0.20652343443038934,
1665
+ 0.2060496622563957,
1666
+ 0.20484683492010283,
1667
+ 0.20422068296107285,
1668
+ 0.20011238167160283,
1669
+ 0.19745994069855408,
1670
+ 0.19732122146156678,
1671
+ 0.19728588737692174,
1672
+ 0.19469519921618053,
1673
+ 0.19382565359221754,
1674
+ 0.19349421210998638,
1675
+ 0.19300974705759158,
1676
+ 0.19279642781045042,
1677
+ 0.19223977088351848,
1678
+ 0.18941913070560198,
1679
+ 0.18885948186519128,
1680
+ 0.18712452162290863,
1681
+ 0.18692817110420987,
1682
+ 0.18664148757557383,
1683
+ 0.1838307421521188,
1684
+ 0.18255704703798414,
1685
+ 0.18248004708234825,
1686
+ 0.1821473529270229,
1687
+ 0.17985347364819848,
1688
+ 0.17732045631552976,
1689
+ 0.17661833451078515,
1690
+ 0.1731465775218484,
1691
+ 0.17219948562100695,
1692
+ 0.1701915068097383,
1693
+ 0.17007161238340293,
1694
+ 0.1683526560325855,
1695
+ 0.16188838952249301,
1696
+ 0.16061238487452412,
1697
+ 0.1604552021553459,
1698
+ 0.1597508384188639,
1699
+ 0.15941972510995928,
1700
+ 0.15799257864101873,
1701
+ 0.15707504195444041,
1702
+ 0.15688713363398452,
1703
+ 0.1567575340576684,
1704
+ 0.1548932777879548,
1705
+ 0.15444305738067418,
1706
+ 0.15274020524821658,
1707
+ 0.15187993864382152,
1708
+ 0.15156294032214984,
1709
+ 0.1504919084771679,
1710
+ 0.1462127602442319,
1711
+ 0.14586152549649295,
1712
+ 0.14556582008764635,
1713
+ 0.14422600490976997,
1714
+ 0.142619292096809,
1715
+ 0.14183765642509685,
1716
+ 0.14057650500830687,
1717
+ 0.14011276170749384,
1718
+ 0.13959615953405502,
1719
+ 0.13950148553684288,
1720
+ 0.13935226646895632,
1721
+ 0.13930538041523793,
1722
+ 0.13679188047378854,
1723
+ 0.13640922922714444,
1724
+ 0.13501497155938502,
1725
+ 0.13285713686155512,
1726
+ 0.1314015135513047,
1727
+ 0.13010588209410978,
1728
+ 0.12952457549767848,
1729
+ 0.12843001881452737,
1730
+ 0.12700730668527657,
1731
+ 0.1268323178149751,
1732
+ 0.12557254986714098,
1733
+ 0.12556169707787815,
1734
+ 0.12216162227662054,
1735
+ 0.12044025748948477,
1736
+ 0.11997843755189769,
1737
+ 0.11976890758757215,
1738
+ 0.11921151120113431,
1739
+ 0.11790522362269718,
1740
+ 0.11708460952573435,
1741
+ 0.11577400185894178,
1742
+ 0.11339316124269598,
1743
+ 0.11112123000798678,
1744
+ 0.1109893765065252,
1745
+ 0.11083236273830284,
1746
+ 0.10988030156260017,
1747
+ 0.10916716707880615,
1748
+ 0.10718656122997776,
1749
+ 0.10649850359082304,
1750
+ 0.10646067029860205,
1751
+ 0.10613023851658757,
1752
+ 0.10439945249046258,
1753
+ 0.10277983679632328,
1754
+ 0.10164118280890978,
1755
+ 0.09760813105720399,
1756
+ 0.09638860387599286,
1757
+ 0.09497589935765531,
1758
+ 0.0921874473222489,
1759
+ 0.09062305306255973,
1760
+ 0.08960825221420175,
1761
+ 0.0893044122953586,
1762
+ 0.08598819322473376,
1763
+ 0.08530375666584736,
1764
+ 0.08399164266777977,
1765
+ 0.08304815540510835,
1766
+ 0.08158078515276987,
1767
+ 0.08152719493859636,
1768
+ 0.08000513147799236,
1769
+ 0.07961310522743835,
1770
+ 0.07906388519402079,
1771
+ 0.07895892912248935,
1772
+ 0.07868332775772886,
1773
+ 0.07826987090901977,
1774
+ 0.07784169040784927,
1775
+ 0.07744514181534648,
1776
+ 0.07555305317756246,
1777
+ 0.07390586719900673,
1778
+ 0.07376656281188479,
1779
+ 0.0708800768195913,
1780
+ 0.06782792204256992,
1781
+ 0.0674251735863852,
1782
+ 0.06446843432318784,
1783
+ 0.0640824412541591,
1784
+ 0.06270203042305865,
1785
+ 0.06263334163853486,
1786
+ 0.06208357966576127,
1787
+ 0.060727420425828044,
1788
+ 0.058813640657396186,
1789
+ 0.05765103379956275,
1790
+ 0.05736207245111405,
1791
+ 0.05680164856715082,
1792
+ 0.05465038899056432,
1793
+ 0.052094562786567065,
1794
+ 0.05168111464136919,
1795
+ 0.05156011494940368,
1796
+ 0.051431234954146796,
1797
+ 0.05006034450496753,
1798
+ 0.04964942902328477,
1799
+ 0.04935092851168214,
1800
+ 0.048842959196299364,
1801
+ 0.048530174364978106,
1802
+ 0.04846891008832192,
1803
+ 0.04812780587483468,
1804
+ 0.04749840508140563,
1805
+ 0.04609054098178744,
1806
+ 0.04484796654659659,
1807
+ 0.04394069648533648,
1808
+ 0.04296413534485191,
1809
+ 0.04257375765956609,
1810
+ 0.04254959775407566,
1811
+ 0.041848821240886055,
1812
+ 0.04135705837176149,
1813
+ 0.04114375812057346,
1814
+ 0.04089229612611976,
1815
+ 0.04051442360791341,
1816
+ 0.040070529406428176,
1817
+ 0.039536547285257816,
1818
+ 0.03843692115082312,
1819
+ 0.038372756748405276,
1820
+ 0.03829507658517266,
1821
+ 0.037330978791023685,
1822
+ 0.0362231488410341,
1823
+ 0.03603946393608355,
1824
+ 0.03523367746629735,
1825
+ 0.034905586667422925,
1826
+ 0.034570388787010145,
1827
+ 0.03449976138953122,
1828
+ 0.0342093039999003,
1829
+ 0.034041621259286746,
1830
+ 0.033545784521276135,
1831
+ 0.032747511392459065,
1832
+ 0.031449696568459126,
1833
+ 0.029627064872939368,
1834
+ 0.02787141929544672,
1835
+ 0.024977821887658336,
1836
+ 0.024643686652444832,
1837
+ 0.024066304707772993,
1838
+ 0.023957537065118186,
1839
+ 0.022790141042232755,
1840
+ 0.022090930761380568,
1841
+ 0.02188632965430362,
1842
+ 0.020776345404120895,
1843
+ 0.020596237972100532,
1844
+ 0.01671469687092421,
1845
+ 0.01622224266933441,
1846
+ 0.014831917996063678,
1847
+ 0.014525931012986675,
1848
+ 0.013850393768199269,
1849
+ 0.01344990791095898,
1850
+ 0.012558107156428676,
1851
+ 0.012392295709220852,
1852
+ 0.012122343758318633,
1853
+ 0.012003281149916894,
1854
+ 0.01168076370211218,
1855
+ 0.011566324191724403,
1856
+ 0.011203541187858681,
1857
+ 0.010848673183576173,
1858
+ 0.010641917913941944,
1859
+ 0.010291217352102798,
1860
+ 0.009889696330812376,
1861
+ 0.009419656131038087,
1862
+ 0.008975176529302898,
1863
+ 0.007388075027211388,
1864
+ 0.005906655591530843,
1865
+ 0.005484331793505472,
1866
+ 0.005461040556722366,
1867
+ 0.00376224627276015,
1868
+ 0.003198516240140292,
1869
+ 0.003189314049669993,
1870
+ 0.0014631139724058163,
1871
+ 6.200753258168502e-05,
1872
+ 5.015401873152601e-05,
1873
+ 4.9241334579760536e-14,
1874
+ 1.9140421035131173e-14,
1875
+ 1.1064798758440037e-14,
1876
+ 8.767133289607995e-15,
1877
+ 6.8861947924615615e-15,
1878
+ 4.2381882639358304e-15,
1879
+ 3.1811492409050583e-15,
1880
+ 2.0388224414430777e-15,
1881
+ 1.580931376432346e-15,
1882
+ 1.5656719931157557e-15,
1883
+ 8.09516390952025e-16,
1884
+ 1.6604873541303925e-16,
1885
+ 3.585564767163116e-17,
1886
+ 2.8576339698442086e-17,
1887
+ 2.6304249136097634e-17,
1888
+ 8.133018785719079e-18
1889
+ ]
1890
+ },
1891
+ "cv_performance": {
1892
+ "prediction": {
1893
+ "accuracy": 90.89430894308944,
1894
+ "precision": 90.89430894308944,
1895
+ "recall": 100.0,
1896
+ "f1": 95.22439900006279
1897
+ },
1898
+ "selection": {
1899
+ "precision": 5.176107696694456,
1900
+ "recall": 6.114942528735632,
1901
+ "f1": 5.606100161368106,
1902
+ "jaccard": 2.884923346060635
1903
+ }
1904
+ }
1905
+ }
p3/regress/Parkinsons_Disease/significant_genes_condition_Alzheimers_Disease.json ADDED
@@ -0,0 +1,2340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ACO2",
5
+ "CYTIP",
6
+ "APOBEC3G",
7
+ "CRLF3",
8
+ "EPHX2",
9
+ "CALHM2",
10
+ "IRX2",
11
+ "CD99",
12
+ "MON2",
13
+ "IL3RA",
14
+ "AP3M1",
15
+ "ADGRE1",
16
+ "ELOVL7",
17
+ "WDCP",
18
+ "ETFRF1",
19
+ "SATB1",
20
+ "PATL1",
21
+ "APOL3",
22
+ "TCN2",
23
+ "NUDCD3",
24
+ "AKR1E2",
25
+ "NIPA2",
26
+ "RAF1",
27
+ "CALM3",
28
+ "MRLN",
29
+ "ZNF717",
30
+ "ABTB3",
31
+ "CD36",
32
+ "STAMBP",
33
+ "GTF2E1",
34
+ "FGFBP2",
35
+ "TNKS2",
36
+ "ANXA2P2",
37
+ "MGRN1",
38
+ "CARMIL1",
39
+ "ZNF770",
40
+ "STAG3L4",
41
+ "RPAIN",
42
+ "CDV3",
43
+ "NIPSNAP3A",
44
+ "ARL11",
45
+ "ZNF234",
46
+ "HSD17B10",
47
+ "CUL5",
48
+ "STRN",
49
+ "GPR89A",
50
+ "TOMM22",
51
+ "B3GNTL1",
52
+ "IER2",
53
+ "LRRFIP2",
54
+ "KIAA0825",
55
+ "GALNS",
56
+ "SMIM24",
57
+ "AP2B1",
58
+ "PPM1F",
59
+ "NCAPD2",
60
+ "NR1H2",
61
+ "SLC45A2",
62
+ "TARS1",
63
+ "RBM23",
64
+ "ZNF124",
65
+ "LRRC37A",
66
+ "TGM2",
67
+ "NLRP6",
68
+ "IGFBP7",
69
+ "FAM135A",
70
+ "COPS4",
71
+ "ARHGAP12",
72
+ "PGP",
73
+ "CSAD",
74
+ "ARL15",
75
+ "ZNF154",
76
+ "R3HDM2",
77
+ "MAPK8IP1",
78
+ "ZNF493",
79
+ "NADSYN1",
80
+ "NMD3",
81
+ "AIM2",
82
+ "TNFRSF17",
83
+ "SFRP2",
84
+ "SNORD62A",
85
+ "CAMP",
86
+ "GRAPL",
87
+ "GSDMB",
88
+ "HRK",
89
+ "PRDX3",
90
+ "BTF3",
91
+ "CMTR2",
92
+ "NEDD8",
93
+ "ZNF79",
94
+ "SDHD",
95
+ "JKAMP",
96
+ "CXCR4",
97
+ "CHSY1",
98
+ "ZNF101",
99
+ "CPNE1",
100
+ "LNPK",
101
+ "LRRC25",
102
+ "SLC38A6",
103
+ "BORCS5",
104
+ "MARCKSL1",
105
+ "SNORD38B",
106
+ "ABI3",
107
+ "MFSD14B",
108
+ "INPP5B",
109
+ "NODAL",
110
+ "SIX2",
111
+ "SETDB1",
112
+ "RBPMS2",
113
+ "BSCL2",
114
+ "LILRA5",
115
+ "RNASEK",
116
+ "POLR1B",
117
+ "POLR1HASP",
118
+ "MKNK1",
119
+ "PRMT2",
120
+ "GPR180",
121
+ "DCP1B",
122
+ "MSH3",
123
+ "BHLHA9",
124
+ "CARD8",
125
+ "MIR632",
126
+ "LAMTOR4",
127
+ "RIC1",
128
+ "RTKN2",
129
+ "GCNT2",
130
+ "PLOD1",
131
+ "CNN2",
132
+ "FKBP6",
133
+ "UBC",
134
+ "ADGRG3",
135
+ "CEP170",
136
+ "H2AC6",
137
+ "CRHR1",
138
+ "ECE1",
139
+ "TOMM34",
140
+ "PDS5B",
141
+ "GRK6",
142
+ "CEACAM1",
143
+ "C4BPA",
144
+ "ALCAM",
145
+ "HLA-DQA1",
146
+ "SNX20",
147
+ "ITM2C",
148
+ "DAPK2",
149
+ "BHLHE23",
150
+ "GLYATL2",
151
+ "ST3GAL1",
152
+ "LCLAT1",
153
+ "STN1",
154
+ "HEATR6",
155
+ "GSKIP",
156
+ "ID3",
157
+ "APH1B",
158
+ "HLTF",
159
+ "MRPL45",
160
+ "IL18RAP",
161
+ "NTNG2",
162
+ "NAA38",
163
+ "MOSPD1",
164
+ "VPREB3",
165
+ "ZNF841",
166
+ "TMX1",
167
+ "ANPEP",
168
+ "CCDC146",
169
+ "APOOL",
170
+ "DCK",
171
+ "OR7E125P",
172
+ "SNORA62",
173
+ "MYO15B",
174
+ "BCAS3",
175
+ "CARHSP1",
176
+ "DTWD1",
177
+ "TFAP2A",
178
+ "IGSF6",
179
+ "RPS23",
180
+ "ELMO1",
181
+ "DHX35",
182
+ "FZD9",
183
+ "ZNF134",
184
+ "ZXDC",
185
+ "TESK2",
186
+ "ERI1",
187
+ "GOLPH3L",
188
+ "GCC2",
189
+ "SEC31B",
190
+ "SNORD30",
191
+ "SLC18B1",
192
+ "ZNF852",
193
+ "NSMCE2",
194
+ "NAT10",
195
+ "EBF1",
196
+ "FBXO25",
197
+ "IFT80",
198
+ "CAPG",
199
+ "ZCCHC7",
200
+ "ANKRD28",
201
+ "PAPOLG",
202
+ "ZBTB44",
203
+ "HOXB2",
204
+ "RPL13AP5",
205
+ "CANT1",
206
+ "LDLR",
207
+ "METAP1",
208
+ "FAM120A",
209
+ "TGFBI",
210
+ "KLHL28",
211
+ "HLA-DRB5",
212
+ "KRTAP10-4",
213
+ "UQCRFS1",
214
+ "TAMM41",
215
+ "THOC1",
216
+ "GNG7",
217
+ "TCF24",
218
+ "PLD1",
219
+ "SCIMP",
220
+ "SIDT1",
221
+ "BANF1",
222
+ "GNPDA2",
223
+ "PADI4",
224
+ "BLK",
225
+ "CLEC4D",
226
+ "ELAPOR1",
227
+ "PRR18",
228
+ "CYBB",
229
+ "SH3KBP1",
230
+ "PRORP",
231
+ "PLA2G4A",
232
+ "TRGC2",
233
+ "TPD52",
234
+ "UTF1",
235
+ "PRKCSH",
236
+ "TRIM43",
237
+ "RALBP1",
238
+ "MVP",
239
+ "CXXC5",
240
+ "LGALS3BP",
241
+ "ADI1",
242
+ "TMEM43",
243
+ "DCTN5",
244
+ "ZNF208",
245
+ "GDI2",
246
+ "TRIM27",
247
+ "ZNF532",
248
+ "MAN1A2",
249
+ "SOCS1",
250
+ "PORCN",
251
+ "KLRD1",
252
+ "RFX7",
253
+ "STX8",
254
+ "NCAM1",
255
+ "FLJ42627",
256
+ "SNORD96A",
257
+ "SIDT2",
258
+ "SPTLC2",
259
+ "DGCR6L",
260
+ "APOD",
261
+ "RGS10",
262
+ "SFT2D1",
263
+ "EIF3J",
264
+ "MLXIP",
265
+ "PRPF18",
266
+ "ACP3",
267
+ "PSPH",
268
+ "S100P",
269
+ "PLAGL2",
270
+ "TIMM23",
271
+ "SLC6A19",
272
+ "RTCA",
273
+ "USP37",
274
+ "GPR84",
275
+ "PIK3R6",
276
+ "RUNX2",
277
+ "KCNAB2",
278
+ "TVP23B",
279
+ "VPS53",
280
+ "EDRF1",
281
+ "CYBRD1",
282
+ "PEPD",
283
+ "ERAP1",
284
+ "ATMIN",
285
+ "MIR212",
286
+ "GRK5",
287
+ "ZNFX1",
288
+ "ARPP19",
289
+ "ZNF813",
290
+ "ANKS1A",
291
+ "TMEM87A",
292
+ "NANS",
293
+ "SDHAP1",
294
+ "MAP2K1",
295
+ "SKIL",
296
+ "RAVER2",
297
+ "CHORDC1",
298
+ "WIPI1",
299
+ "IVD",
300
+ "TANGO2",
301
+ "PMS2P1",
302
+ "TP53INP1",
303
+ "ABCA7",
304
+ "MARCHF1",
305
+ "OMG",
306
+ "ZCCHC9",
307
+ "ARHGAP9",
308
+ "PIK3C2A",
309
+ "ARPIN-AP3S2",
310
+ "MTCH1",
311
+ "CXCR3",
312
+ "EI24",
313
+ "MORF4L2",
314
+ "PLXDC1",
315
+ "ANKRD36B",
316
+ "AK5",
317
+ "RAB3GAP2",
318
+ "SRXN1",
319
+ "TUBA1B",
320
+ "SNORA40",
321
+ "KRTAP21-1",
322
+ "EEFSEC",
323
+ "SNORA75",
324
+ "FSHMD1A",
325
+ "C11orf54",
326
+ "ACO1",
327
+ "PARP6",
328
+ "SMURF1",
329
+ "TTLL3",
330
+ "GOLGA8H",
331
+ "RNU4-1",
332
+ "NBR2",
333
+ "IL2RA",
334
+ "RFC2",
335
+ "VOPP1",
336
+ "DPH6",
337
+ "MRE11",
338
+ "AMN",
339
+ "RHCE",
340
+ "HMGA2",
341
+ "MCEMP1",
342
+ "RPL36AL",
343
+ "APOBEC3A",
344
+ "SNORA41",
345
+ "KRTAP10-2",
346
+ "LDB1",
347
+ "GNB4",
348
+ "ERMP1",
349
+ "ZFAS1",
350
+ "DNAAF11",
351
+ "EIF4EBP2",
352
+ "DHX34",
353
+ "RPPH1",
354
+ "BST1",
355
+ "GNL3L",
356
+ "FLVCR1",
357
+ "HBG1",
358
+ "RPS9",
359
+ "ANKRD11",
360
+ "EEF2",
361
+ "PRICKLE1",
362
+ "HSD17B7",
363
+ "ISCA1",
364
+ "SPRYD3",
365
+ "ZNF354A",
366
+ "GAB3",
367
+ "PRKRA",
368
+ "PMS2P5",
369
+ "SNORA27",
370
+ "CD177",
371
+ "AFDN",
372
+ "NDUFB6",
373
+ "SLMAP",
374
+ "ALG8",
375
+ "NUP210L",
376
+ "F2RL1",
377
+ "HDC",
378
+ "TMEM176A",
379
+ "BTN3A3",
380
+ "NSD1",
381
+ "TTC12",
382
+ "MMP8",
383
+ "OCLN",
384
+ "MMP25",
385
+ "CD101",
386
+ "KLHL5",
387
+ "AKTIP",
388
+ "ALPK1",
389
+ "MRPL47",
390
+ "SND1",
391
+ "SRPK2",
392
+ "PGM5",
393
+ "LRRC28",
394
+ "DSE",
395
+ "CD300LF",
396
+ "PEAK1",
397
+ "AKAP6",
398
+ "ELP2",
399
+ "FAM27B",
400
+ "FNDC3A",
401
+ "SGSH",
402
+ "SLC17A7",
403
+ "SNHG29",
404
+ "DNASE2",
405
+ "RPL23AP82",
406
+ "ZC2HC1A",
407
+ "CDC42EP5",
408
+ "TMTC1",
409
+ "CEP76",
410
+ "CALU",
411
+ "LPCAT1",
412
+ "SEPTIN14P20",
413
+ "UHMK1",
414
+ "MACO1",
415
+ "HAUS2",
416
+ "ARL17A",
417
+ "KRT73",
418
+ "NCAPG2",
419
+ "HNRNPUL2",
420
+ "MMRN1",
421
+ "CD300C",
422
+ "RRM1",
423
+ "PWARSN",
424
+ "RNPC3",
425
+ "MDGA1",
426
+ "PLB1",
427
+ "ZNF486",
428
+ "NSUN2",
429
+ "NXPE3",
430
+ "ZNF814",
431
+ "C1QTNF4",
432
+ "TMEM156",
433
+ "CXCL8",
434
+ "DESI1",
435
+ "SHTN1",
436
+ "RNASE6",
437
+ "GTF2H1",
438
+ "HIPK3",
439
+ "PGM5P2",
440
+ "PPDPF",
441
+ "CLCN7",
442
+ "TPST1",
443
+ "SSBP3",
444
+ "FCER1A",
445
+ "CD244",
446
+ "CUBN",
447
+ "TMTC4",
448
+ "NOD2",
449
+ "SAXO2",
450
+ "NIPAL2",
451
+ "MGAT5",
452
+ "BRD7",
453
+ "EIF3C",
454
+ "RABGGTB",
455
+ "CKAP4",
456
+ "PTPN1",
457
+ "SLC9A6",
458
+ "ID2",
459
+ "LPIN2",
460
+ "MAFF",
461
+ "RSPRY1",
462
+ "CENPC",
463
+ "SNORD8",
464
+ "USP39",
465
+ "ITPK1",
466
+ "CHD1L",
467
+ "PVALB",
468
+ "SHISA4",
469
+ "NT5DC1",
470
+ "RAP1A",
471
+ "TBC1D7",
472
+ "PDE8A",
473
+ "CXCL16",
474
+ "HLA-J",
475
+ "TBC1D9",
476
+ "GRHPR",
477
+ "PIK3R1",
478
+ "NDUFAF1",
479
+ "POLR2E",
480
+ "OR52N4",
481
+ "INTS3",
482
+ "EIF2AK3",
483
+ "WDR70",
484
+ "ZNF429",
485
+ "MRRF",
486
+ "ELP5",
487
+ "RPS26P11",
488
+ "TIAM1",
489
+ "IRAG2",
490
+ "IER3",
491
+ "MSL1",
492
+ "VNN3P",
493
+ "SHLD2",
494
+ "MCTS1",
495
+ "ZNF26",
496
+ "KCNJ4",
497
+ "PABPC4",
498
+ "SLC38A11",
499
+ "SNORA15",
500
+ "ZBTB8OS",
501
+ "LTA4H",
502
+ "PRLH",
503
+ "MZT2B",
504
+ "TMEM63C",
505
+ "DNAJB1",
506
+ "P2RY12",
507
+ "WSB2",
508
+ "YWHAH",
509
+ "SEMA4B",
510
+ "TLR3",
511
+ "YTHDC1",
512
+ "ASPH",
513
+ "GASK1B",
514
+ "ADGRG7",
515
+ "ID1",
516
+ "MDM1",
517
+ "TAS2R31",
518
+ "TSHZ2",
519
+ "ITPR3",
520
+ "ARG1",
521
+ "MROH6",
522
+ "CAB39",
523
+ "LINC00268",
524
+ "MS4A2",
525
+ "GSTO1",
526
+ "CTU1",
527
+ "TRANK1",
528
+ "DTX2",
529
+ "PFN3",
530
+ "ZNF706",
531
+ "LY75",
532
+ "IGKV2D-26",
533
+ "THEM4",
534
+ "THEM5",
535
+ "IKBKB",
536
+ "ZNF641",
537
+ "CAMK1D",
538
+ "ADPRM",
539
+ "EMB",
540
+ "ADGB",
541
+ "WARS1",
542
+ "CD40",
543
+ "TRMT1",
544
+ "LSMEM1",
545
+ "FAM185A",
546
+ "DUSP18",
547
+ "NOP10",
548
+ "GGTA1",
549
+ "DAPK1",
550
+ "PCBP1",
551
+ "LAP3",
552
+ "TACR3",
553
+ "ETHE1",
554
+ "SAC3D1",
555
+ "MILR1",
556
+ "HADHA",
557
+ "NFE2L1",
558
+ "SLFN12",
559
+ "DTHD1",
560
+ "MOSPD2",
561
+ "MBOAT1",
562
+ "ZNF518B",
563
+ "CLDN7",
564
+ "IMPA2",
565
+ "THUMPD3",
566
+ "ARHGEF3",
567
+ "ERP27",
568
+ "ASGR2",
569
+ "NTN1",
570
+ "FBXW7",
571
+ "GDE1",
572
+ "PAPSS1",
573
+ "HEXIM1",
574
+ "IL12RB2",
575
+ "CTLA4",
576
+ "PLP2",
577
+ "PTPN11",
578
+ "MT1F",
579
+ "NGDN",
580
+ "CYP1B1",
581
+ "EIF4H",
582
+ "H4C8",
583
+ "SCAMP1",
584
+ "SNAPC5",
585
+ "LINC00852",
586
+ "GUSBP15",
587
+ "MRI1",
588
+ "TUBD1",
589
+ "SMAD4",
590
+ "ZNF431",
591
+ "LILRA4",
592
+ "ERICH1",
593
+ "COMMD1",
594
+ "DND1",
595
+ "IWS1",
596
+ "MED7",
597
+ "ACP5",
598
+ "BNC2",
599
+ "SRCAP",
600
+ "SLC35E2B",
601
+ "MLKL",
602
+ "SLC48A1",
603
+ "ZFTRAF1",
604
+ "COA5",
605
+ "GLMP",
606
+ "PLG",
607
+ "RASAL3",
608
+ "GTF2H2",
609
+ "RCOR1",
610
+ "CD151",
611
+ "RTN1",
612
+ "FRG1BP",
613
+ "BCAP31",
614
+ "ZNF275",
615
+ "AP4E1",
616
+ "CKAP2",
617
+ "WDR5B",
618
+ "LPAR2",
619
+ "RBM12",
620
+ "GPR15",
621
+ "CASP9",
622
+ "ETV7",
623
+ "CARD11",
624
+ "BET1",
625
+ "STX2",
626
+ "RFPL4A",
627
+ "TMEM170A",
628
+ "CA1",
629
+ "PRICKLE3",
630
+ "SNORD35A",
631
+ "DDX11L2",
632
+ "POGZ",
633
+ "ZKSCAN1",
634
+ "RPL23AP7",
635
+ "CCDC59",
636
+ "COX2",
637
+ "SLC35A4",
638
+ "CDK2AP2",
639
+ "GPR132",
640
+ "CD37",
641
+ "DDX11",
642
+ "NKX3-1",
643
+ "CASP4",
644
+ "CDC16",
645
+ "SNORD107",
646
+ "GYPE",
647
+ "GSC2",
648
+ "DDT",
649
+ "POLI",
650
+ "HIVEP2",
651
+ "CMBL",
652
+ "JARID2",
653
+ "ZNF177",
654
+ "TOR1AIP1",
655
+ "C15orf39",
656
+ "PDE4DIP",
657
+ "SH3GL1",
658
+ "SNORD45B",
659
+ "BNIP3L",
660
+ "CLCN3",
661
+ "AK2",
662
+ "IDH1",
663
+ "ABCD3",
664
+ "H2BC20P",
665
+ "NEK6",
666
+ "AOC3",
667
+ "MOB1B",
668
+ "METTL6",
669
+ "SPRYD4",
670
+ "VSTM1",
671
+ "IGHV1OR15-9",
672
+ "SULT1A2",
673
+ "LHFPL2",
674
+ "RALGDS",
675
+ "LYZ",
676
+ "PRR35",
677
+ "ADNP",
678
+ "OR52K3P",
679
+ "AVIL",
680
+ "ZFP90",
681
+ "BRCA1",
682
+ "RLIG1",
683
+ "ZNF445",
684
+ "VCPKMT",
685
+ "NECAP2",
686
+ "BID",
687
+ "FCRL6",
688
+ "TLR7",
689
+ "TNFRSF1A",
690
+ "PSMC5",
691
+ "IGLV6-57",
692
+ "SNORD103A",
693
+ "PRPS1",
694
+ "RSU1",
695
+ "PPP6R1",
696
+ "SGMS1",
697
+ "SNORA16B",
698
+ "NUP153",
699
+ "PDZD4",
700
+ "PDXDC1",
701
+ "OSBPL3",
702
+ "GPR137B",
703
+ "HGSNAT",
704
+ "ADHFE1",
705
+ "MIR223",
706
+ "PRKCB",
707
+ "ASL",
708
+ "PLVAP",
709
+ "PPP1R12B",
710
+ "TBC1D10C",
711
+ "COIL",
712
+ "SNURF",
713
+ "PSD4",
714
+ "MRPS15",
715
+ "CDS2",
716
+ "KCNJ15",
717
+ "MAP7",
718
+ "SCAPER",
719
+ "FBP1",
720
+ "ZNF749",
721
+ "NUDT7",
722
+ "TMED8",
723
+ "VTRNA1-1",
724
+ "VNN1",
725
+ "HSPA1L",
726
+ "LRRC37A4P",
727
+ "GYPB",
728
+ "SEC61A1",
729
+ "ANKRD20A11P",
730
+ "SLC35A5",
731
+ "COQ8A",
732
+ "GBGT1",
733
+ "HCFC1",
734
+ "SNORA38",
735
+ "MIR210",
736
+ "MDK",
737
+ "SNORA20",
738
+ "CLEC1B",
739
+ "TPP2",
740
+ "KATNBL1",
741
+ "U2AF1",
742
+ "ARHGAP31",
743
+ "UBE2K",
744
+ "OXR1",
745
+ "DDX12P",
746
+ "SORD",
747
+ "SLC35E4",
748
+ "MX2",
749
+ "MYLIP",
750
+ "SUPT16H",
751
+ "TMEM144",
752
+ "RHOBTB3",
753
+ "ZNF816",
754
+ "ZNF559",
755
+ "YKT6",
756
+ "PDK4",
757
+ "NOMO1",
758
+ "MAB21L3",
759
+ "ALPL",
760
+ "ZNF683",
761
+ "APPBP2",
762
+ "EIF4E",
763
+ "CD80",
764
+ "SNORD62B",
765
+ "GPR89B",
766
+ "RHD",
767
+ "MAFIP",
768
+ "ARL17B",
769
+ "DDX11L9",
770
+ "HBG2",
771
+ "FAM120A2P",
772
+ "SDHAP2",
773
+ "TRIM43B",
774
+ "NOMO2",
775
+ "NOMO3"
776
+ ],
777
+ "Coefficient": [
778
+ 3.0892456328642726,
779
+ -2.385128157500443,
780
+ -2.323056976227148,
781
+ -2.2616904612834423,
782
+ 2.200508900324267,
783
+ -2.099203276987531,
784
+ 2.055434515260281,
785
+ 2.0120026209277824,
786
+ -1.9976877309704688,
787
+ 1.9778035268306586,
788
+ -1.792527604891326,
789
+ -1.6881903041148674,
790
+ -1.6443548688289626,
791
+ -1.6045194758088344,
792
+ 1.586025326909311,
793
+ -1.550005769658319,
794
+ 1.5297608258269675,
795
+ 1.5162160372360813,
796
+ -1.461791053646377,
797
+ -1.449187164182416,
798
+ -1.4479914341836537,
799
+ -1.4269931413265404,
800
+ 1.4196596696211172,
801
+ -1.406914685560304,
802
+ -1.3946216171067325,
803
+ -1.3914797032758721,
804
+ 1.361974477530045,
805
+ 1.3552728622097152,
806
+ 1.3545059944030646,
807
+ -1.3444025069968868,
808
+ 1.2925965688749206,
809
+ 1.2878731439267272,
810
+ -1.2736413062618344,
811
+ -1.2704033704339681,
812
+ -1.2643209452012723,
813
+ -1.2572733309298119,
814
+ -1.2204878925008962,
815
+ 1.2193957968815106,
816
+ 1.1982016296875226,
817
+ -1.1862170496894053,
818
+ 1.1649829063833226,
819
+ 1.1643020771222432,
820
+ -1.1479694987708438,
821
+ -1.143906155945285,
822
+ 1.1401751437704377,
823
+ -1.1125932967114367,
824
+ 1.0802936513373178,
825
+ 1.0801034171080404,
826
+ -1.0766182512839741,
827
+ -1.0681273262030122,
828
+ -1.0680719995479573,
829
+ 1.0649445452061723,
830
+ 1.0622701936832817,
831
+ -1.0449671742376239,
832
+ -1.037590729481633,
833
+ 1.0338942378184333,
834
+ 1.026275216168775,
835
+ 1.0244400397860356,
836
+ -1.014721797150272,
837
+ 1.0139690284361011,
838
+ -1.0070059395500341,
839
+ -0.997961657451321,
840
+ -0.9859008894103072,
841
+ 0.9823455699838075,
842
+ 0.9752022163197591,
843
+ 0.9641391923821896,
844
+ 0.9632125403274879,
845
+ 0.9621614854050747,
846
+ 0.9559482254293796,
847
+ -0.9453344318402696,
848
+ 0.9378948115473836,
849
+ 0.9377622608976544,
850
+ -0.9313641063497754,
851
+ -0.9310674732925193,
852
+ 0.9274921345843921,
853
+ -0.9152917462589873,
854
+ 0.9134950394754024,
855
+ -0.9070084150945448,
856
+ 0.90643839459599,
857
+ 0.9003207618972096,
858
+ 0.8986907926617628,
859
+ -0.8962644813502885,
860
+ 0.8878932670567036,
861
+ 0.8839837053891451,
862
+ -0.8781594159771228,
863
+ 0.876758724431541,
864
+ -0.8728932700388456,
865
+ 0.8692730837402792,
866
+ 0.8686770949503232,
867
+ -0.8679431185118239,
868
+ -0.8661065852099393,
869
+ -0.8573459471906811,
870
+ 0.8540709937302142,
871
+ -0.8475441869090872,
872
+ 0.8397373557299869,
873
+ -0.8335016995271197,
874
+ 0.8329033957737538,
875
+ -0.8323464279948478,
876
+ -0.8310018841435215,
877
+ 0.8275431198833663,
878
+ 0.8259845495299278,
879
+ 0.8211043386620794,
880
+ 0.819968789854246,
881
+ 0.8165969298885952,
882
+ 0.8074732604065455,
883
+ -0.804684374376812,
884
+ 0.7854667773815538,
885
+ -0.7846153084370587,
886
+ -0.7800116138163617,
887
+ 0.775260935452389,
888
+ -0.7709356967521535,
889
+ 0.767115249607006,
890
+ -0.7665643340096719,
891
+ -0.7626252203616172,
892
+ 0.762574611298054,
893
+ 0.7608188273267302,
894
+ -0.7597237773397763,
895
+ -0.757952673680189,
896
+ -0.7500679867229002,
897
+ -0.7494116014935353,
898
+ 0.7452348419493443,
899
+ 0.7326841725597834,
900
+ -0.7306458628882573,
901
+ -0.7297893269042554,
902
+ -0.726110623374225,
903
+ 0.725005576620592,
904
+ 0.7244211013016074,
905
+ 0.7210622160311134,
906
+ 0.7179493173448157,
907
+ 0.7172199268281099,
908
+ -0.7151797133959789,
909
+ -0.7144852881351987,
910
+ 0.7118299454758752,
911
+ -0.7114500697207925,
912
+ -0.7096099775305574,
913
+ -0.7053003559009345,
914
+ 0.7021749347122722,
915
+ 0.7005227595753515,
916
+ -0.6992247292238377,
917
+ -0.6939308162107659,
918
+ -0.6936963842985063,
919
+ -0.6932129028697576,
920
+ -0.6907543997853253,
921
+ 0.6906468105410583,
922
+ -0.6851049784694204,
923
+ 0.6844892281768339,
924
+ -0.6839034172639097,
925
+ -0.6838998463506273,
926
+ 0.6806685136929957,
927
+ -0.6781331298138086,
928
+ 0.6774684336424953,
929
+ -0.6767303242428636,
930
+ 0.6709069356300793,
931
+ -0.667334763151954,
932
+ -0.6652922527940527,
933
+ -0.6621423813664418,
934
+ -0.6617526495557191,
935
+ 0.6605259169680167,
936
+ -0.6590586336166782,
937
+ 0.6590526108506318,
938
+ 0.6590170195337264,
939
+ 0.657204781696651,
940
+ 0.6546005825124563,
941
+ -0.6544059156767025,
942
+ -0.6531855881209105,
943
+ 0.6510815668497405,
944
+ -0.6499884077099275,
945
+ 0.6478867700542315,
946
+ 0.6413706827159503,
947
+ 0.6377268698303202,
948
+ -0.6366538543905369,
949
+ 0.6345390056884513,
950
+ -0.6336339946296309,
951
+ -0.6327394101710513,
952
+ 0.6222691163776857,
953
+ 0.6187998437643751,
954
+ 0.6167350690644902,
955
+ 0.6122506637225379,
956
+ 0.6101534259624554,
957
+ -0.6096748005560279,
958
+ -0.6086415705390764,
959
+ -0.6074674491045976,
960
+ 0.6043191231418499,
961
+ 0.6032521889975639,
962
+ 0.6023610670739477,
963
+ -0.6009775240978936,
964
+ 0.59872486593684,
965
+ -0.5987139984807048,
966
+ -0.5970082473196957,
967
+ 0.5920469719949427,
968
+ 0.5896983679364826,
969
+ -0.5893006571348882,
970
+ -0.586318547537427,
971
+ 0.5836007934713651,
972
+ -0.582273903805526,
973
+ 0.5810747107829335,
974
+ 0.5802986361479414,
975
+ 0.5775771752258749,
976
+ -0.5745485717009999,
977
+ 0.5707251152760004,
978
+ -0.5655867664425985,
979
+ 0.5653400257958925,
980
+ -0.561241043218205,
981
+ 0.5603711146929591,
982
+ -0.558112620151161,
983
+ -0.5565220759285798,
984
+ 0.5563116549604998,
985
+ 0.5541059166709235,
986
+ 0.5507207217477812,
987
+ 0.5501110825166752,
988
+ -0.5483887442594955,
989
+ -0.5453537988863315,
990
+ -0.5415988062214823,
991
+ 0.536426120077126,
992
+ 0.531446296390337,
993
+ 0.5312963931750795,
994
+ 0.5281212450668923,
995
+ -0.5227339594448728,
996
+ 0.5179373605638546,
997
+ -0.5154207773072705,
998
+ -0.5136597083084089,
999
+ -0.5096007890154857,
1000
+ 0.5095854501850156,
1001
+ -0.5087853682163359,
1002
+ 0.5071408632962463,
1003
+ -0.505416332363161,
1004
+ 0.5052334012887546,
1005
+ 0.5047604453979031,
1006
+ 0.49903664379333146,
1007
+ 0.4983638002771162,
1008
+ 0.4972000379922412,
1009
+ 0.4960359768127863,
1010
+ 0.49225270294697937,
1011
+ 0.49219849854882786,
1012
+ 0.4915410236596481,
1013
+ 0.48647067662210564,
1014
+ 0.48170924939975956,
1015
+ 0.4813126634006026,
1016
+ 0.480188275255328,
1017
+ -0.4798679478966537,
1018
+ -0.4765414418146507,
1019
+ 0.47365702699849355,
1020
+ -0.47328870021887853,
1021
+ 0.4715070137675138,
1022
+ -0.4708244606933981,
1023
+ 0.4701528426638431,
1024
+ 0.469985299015265,
1025
+ 0.4669563761816519,
1026
+ 0.4625776204659421,
1027
+ -0.4622976179929704,
1028
+ -0.4583678349951219,
1029
+ -0.45789438994275644,
1030
+ -0.4569165008029494,
1031
+ 0.4565289780079485,
1032
+ 0.4540050106746964,
1033
+ 0.4527314045741138,
1034
+ -0.44310365619086284,
1035
+ 0.439663384980631,
1036
+ -0.4391997858009762,
1037
+ -0.4374844498492303,
1038
+ -0.43581362427671577,
1039
+ -0.4349790988869212,
1040
+ 0.43324687561117803,
1041
+ -0.43148345722773085,
1042
+ 0.4284467984527553,
1043
+ 0.4282865614121233,
1044
+ 0.42688710093686016,
1045
+ 0.42624429185509755,
1046
+ -0.4251156128594569,
1047
+ -0.42326461499598683,
1048
+ -0.4221987427499443,
1049
+ -0.4202930297540122,
1050
+ 0.41958541155643153,
1051
+ 0.41833939389572294,
1052
+ 0.4167180205179936,
1053
+ 0.4154480010120715,
1054
+ 0.4135786637731622,
1055
+ 0.4131615864463482,
1056
+ -0.4128595826819088,
1057
+ -0.410790877960968,
1058
+ 0.4101098092124339,
1059
+ 0.4092161035060471,
1060
+ -0.4085073320660251,
1061
+ 0.4065663339112204,
1062
+ -0.4060752365585899,
1063
+ 0.40428007775069347,
1064
+ 0.40229060850019344,
1065
+ 0.3983335953597837,
1066
+ -0.3949520390653563,
1067
+ 0.3949149672986124,
1068
+ 0.39469399097910224,
1069
+ -0.38788010851641014,
1070
+ 0.3872312092590698,
1071
+ 0.3854974159035137,
1072
+ 0.38525711937803886,
1073
+ 0.3822819687241767,
1074
+ -0.3813497956041328,
1075
+ 0.3807512354479495,
1076
+ -0.3776859704862714,
1077
+ 0.37728691650329543,
1078
+ 0.37651635644152204,
1079
+ -0.37573501794712766,
1080
+ 0.3751715952732961,
1081
+ -0.37440879989940956,
1082
+ 0.373070881298653,
1083
+ 0.3702965646532864,
1084
+ 0.37003906375037204,
1085
+ -0.3688219318988862,
1086
+ 0.3684448026924577,
1087
+ 0.3682331045100596,
1088
+ 0.3678835163735206,
1089
+ 0.366894558293652,
1090
+ 0.36409650827393775,
1091
+ 0.36208176525930486,
1092
+ 0.3618835098756949,
1093
+ -0.3615079438024652,
1094
+ -0.3594975699333054,
1095
+ -0.35562839339912894,
1096
+ 0.3512955484947272,
1097
+ 0.35018152364362615,
1098
+ 0.3487950369427362,
1099
+ -0.34772904279761374,
1100
+ 0.3459775467870036,
1101
+ 0.3455251102721434,
1102
+ 0.34403761247245856,
1103
+ -0.3417057163434706,
1104
+ -0.3396786880400146,
1105
+ 0.3388170733979146,
1106
+ 0.33843739731499484,
1107
+ 0.3322896407027679,
1108
+ -0.3313347190868959,
1109
+ -0.3305958996444607,
1110
+ 0.3298125693423245,
1111
+ -0.329753699325882,
1112
+ -0.3293012476086263,
1113
+ -0.3286182721571655,
1114
+ -0.32860840253189216,
1115
+ 0.3281836622794113,
1116
+ 0.324933967950521,
1117
+ -0.32452352212524616,
1118
+ -0.3244747962326477,
1119
+ 0.3231210529485298,
1120
+ -0.32284320662523575,
1121
+ -0.31955409737997137,
1122
+ -0.3091498059311809,
1123
+ 0.30679768473275487,
1124
+ 0.3051823156728036,
1125
+ -0.3050405856789058,
1126
+ 0.3039641039743864,
1127
+ 0.3025416563908921,
1128
+ -0.30208618823277017,
1129
+ 0.2994639100634603,
1130
+ -0.29858904499075334,
1131
+ -0.2985297891059055,
1132
+ -0.2977507205259189,
1133
+ -0.29770579339043657,
1134
+ -0.2964646396433205,
1135
+ 0.2957500245094776,
1136
+ -0.2957373276554942,
1137
+ 0.29486762364267527,
1138
+ -0.2944246727363951,
1139
+ 0.29406167858003424,
1140
+ -0.29279228259791573,
1141
+ 0.29181763454843473,
1142
+ 0.29138929156839677,
1143
+ 0.2913120728313126,
1144
+ 0.2906631519818009,
1145
+ -0.28936110850627433,
1146
+ 0.28923128670831016,
1147
+ -0.28801539863588976,
1148
+ 0.28747895999721873,
1149
+ -0.2873918935580358,
1150
+ 0.2845643511021011,
1151
+ -0.28216857405377793,
1152
+ 0.2803101357679671,
1153
+ 0.27852986249587347,
1154
+ 0.2761175803501007,
1155
+ -0.27406323860192605,
1156
+ -0.27364049369628707,
1157
+ 0.2736154824841284,
1158
+ -0.27225476631815826,
1159
+ -0.2718193231550237,
1160
+ 0.271237354369826,
1161
+ 0.27076712317058743,
1162
+ 0.2707631728147358,
1163
+ 0.2702099356929594,
1164
+ 0.27003426110957596,
1165
+ 0.268130155697364,
1166
+ -0.26614216782492905,
1167
+ -0.2635505266486199,
1168
+ 0.263488386558251,
1169
+ 0.2627981086951389,
1170
+ -0.26222555050405033,
1171
+ 0.2621876380686253,
1172
+ 0.25888826632265016,
1173
+ 0.2571630661593277,
1174
+ 0.2547538984028579,
1175
+ -0.25375631276343996,
1176
+ 0.25328769829196013,
1177
+ -0.2526542846599891,
1178
+ -0.25259607958574426,
1179
+ 0.2519994465152254,
1180
+ 0.2516255575914776,
1181
+ 0.2509127814519777,
1182
+ -0.24945892858786073,
1183
+ 0.24934681185821797,
1184
+ 0.2470638400689788,
1185
+ -0.2456198710570854,
1186
+ 0.24441279796837545,
1187
+ 0.2438359781022086,
1188
+ 0.24295840841085078,
1189
+ 0.24218694927016823,
1190
+ 0.24212471603811245,
1191
+ -0.241782433644981,
1192
+ -0.2412842691532954,
1193
+ -0.24123771302095057,
1194
+ 0.23698584443011597,
1195
+ 0.23681148881067987,
1196
+ -0.23392941293906855,
1197
+ 0.23338527255357375,
1198
+ -0.23329612327933166,
1199
+ -0.23247377878758393,
1200
+ 0.2319885726396822,
1201
+ -0.23085977169914676,
1202
+ 0.22993151837705791,
1203
+ -0.22901824836063586,
1204
+ 0.2266975828838329,
1205
+ -0.225190974137012,
1206
+ -0.2250313745452379,
1207
+ 0.2247104649308552,
1208
+ -0.22365624044451635,
1209
+ -0.22346515753247773,
1210
+ 0.2230984461609589,
1211
+ 0.22240654739992635,
1212
+ -0.21951304641417868,
1213
+ -0.21921814365615527,
1214
+ -0.21889641372904994,
1215
+ -0.21818749345816124,
1216
+ -0.21748200755610103,
1217
+ 0.21697919674106775,
1218
+ -0.21583032802933988,
1219
+ 0.21580535900816913,
1220
+ 0.21529081268637879,
1221
+ -0.2148406507645124,
1222
+ -0.21452541567439193,
1223
+ 0.21378031084373406,
1224
+ -0.2133607901080095,
1225
+ 0.21303210556423027,
1226
+ -0.21173919178243872,
1227
+ 0.2114104640904351,
1228
+ -0.21122737159516725,
1229
+ -0.21060656088561544,
1230
+ -0.20521312703403177,
1231
+ 0.2047045436233623,
1232
+ 0.2045662977527032,
1233
+ 0.2037581165353355,
1234
+ -0.20349591396821837,
1235
+ -0.20024527360510663,
1236
+ 0.19968808119460238,
1237
+ -0.19836877376927547,
1238
+ -0.19720215862178483,
1239
+ -0.19656104752383882,
1240
+ -0.19526912073090488,
1241
+ 0.19363475833873972,
1242
+ 0.19258918572279007,
1243
+ 0.19220263496267576,
1244
+ 0.1911489027989794,
1245
+ -0.1898625160256505,
1246
+ 0.18718857558414206,
1247
+ 0.18695948409370886,
1248
+ -0.1869280774539677,
1249
+ 0.18557437620917788,
1250
+ 0.1841766393112095,
1251
+ 0.1838649271131428,
1252
+ -0.18134788731818852,
1253
+ -0.181278986993138,
1254
+ -0.18090160038494216,
1255
+ -0.1802702498566342,
1256
+ -0.17938384607522023,
1257
+ 0.17899811752302502,
1258
+ 0.17696949978153279,
1259
+ 0.17677159645340387,
1260
+ 0.1755211053641583,
1261
+ 0.17535258467741835,
1262
+ 0.17482156197923765,
1263
+ 0.1747703708945427,
1264
+ -0.17432353359040653,
1265
+ -0.17414358893941473,
1266
+ 0.1733283651021631,
1267
+ -0.17205737585462874,
1268
+ 0.17186877275080092,
1269
+ -0.1696426108473624,
1270
+ 0.16941328939921824,
1271
+ -0.16660946302021773,
1272
+ -0.16608640823847187,
1273
+ 0.16584517721370778,
1274
+ -0.1654474441468281,
1275
+ -0.16402033771877988,
1276
+ -0.1632469028255498,
1277
+ 0.16207690610376058,
1278
+ 0.16140857035340972,
1279
+ -0.1610884812958301,
1280
+ -0.16071114690240704,
1281
+ -0.15738506188740975,
1282
+ 0.15589667080499653,
1283
+ -0.15588221562441493,
1284
+ 0.1553489958176279,
1285
+ 0.15491002108929014,
1286
+ 0.15424261629223393,
1287
+ -0.15367485283348575,
1288
+ 0.15329533774093668,
1289
+ -0.15313590247085,
1290
+ -0.15240538850284513,
1291
+ 0.15169796108106698,
1292
+ 0.14680827095222593,
1293
+ 0.14373214940130916,
1294
+ -0.14274657199352445,
1295
+ -0.14121935329255603,
1296
+ -0.13972414572162364,
1297
+ 0.13969131832949835,
1298
+ -0.1395749330633232,
1299
+ 0.13769609877602723,
1300
+ 0.1353227044346241,
1301
+ -0.13492746124154736,
1302
+ 0.13377196447950845,
1303
+ -0.1336935208959484,
1304
+ -0.13345897010777907,
1305
+ 0.13219750209182873,
1306
+ 0.13111323083464602,
1307
+ -0.13098970109123254,
1308
+ 0.12951329463534458,
1309
+ 0.12919366324152778,
1310
+ -0.12897794763882614,
1311
+ -0.1283889049754759,
1312
+ 0.12805055225588077,
1313
+ 0.1262299797788911,
1314
+ 0.12621866398588844,
1315
+ 0.12618656379184748,
1316
+ 0.12606287902388907,
1317
+ -0.1257297208763575,
1318
+ -0.1251251036843721,
1319
+ -0.12462339143047244,
1320
+ -0.12383160330248681,
1321
+ 0.12363272899946186,
1322
+ 0.12346970149280607,
1323
+ 0.12307568774658931,
1324
+ -0.12184545679548199,
1325
+ 0.12007874692398174,
1326
+ -0.11945773764915145,
1327
+ -0.1184303027311007,
1328
+ -0.11787540010332674,
1329
+ -0.11539187525979927,
1330
+ -0.11443261812306281,
1331
+ -0.11194758545065576,
1332
+ 0.11141524382160334,
1333
+ -0.11039615535658949,
1334
+ 0.11012218785425049,
1335
+ 0.10998766044469789,
1336
+ -0.10824039176767407,
1337
+ 0.107550012310526,
1338
+ 0.10665600442414007,
1339
+ 0.10270421706326054,
1340
+ 0.10152048257603573,
1341
+ 0.10074772641631824,
1342
+ -0.09981967385307866,
1343
+ -0.09967658190347813,
1344
+ 0.09931520933973585,
1345
+ -0.09885643416881233,
1346
+ -0.09862387044682228,
1347
+ 0.09675669721992877,
1348
+ 0.09589882271276161,
1349
+ 0.09500276758362837,
1350
+ -0.09412029861622284,
1351
+ 0.09376614127383433,
1352
+ 0.09366890345011573,
1353
+ 0.09314371041668876,
1354
+ 0.0930099673548353,
1355
+ -0.09158804946224218,
1356
+ -0.0909189115395127,
1357
+ 0.0882195536750408,
1358
+ 0.08696935544379464,
1359
+ 0.08692445553441798,
1360
+ 0.08654785842689426,
1361
+ -0.08621556604906934,
1362
+ 0.08550925145794273,
1363
+ -0.08486228134607153,
1364
+ 0.08295217884212756,
1365
+ -0.0828564016086717,
1366
+ -0.08280925301224439,
1367
+ 0.08271876180005323,
1368
+ -0.08236233855109819,
1369
+ -0.0822833459335767,
1370
+ 0.08212861225027507,
1371
+ 0.08142411914445295,
1372
+ -0.08079914910030941,
1373
+ -0.0804741280260652,
1374
+ -0.07975629315814017,
1375
+ -0.07949014432013932,
1376
+ -0.07930549218675205,
1377
+ -0.07863351007260504,
1378
+ -0.07860151965438743,
1379
+ -0.07832104269542105,
1380
+ -0.07435633162068608,
1381
+ 0.07428479324002825,
1382
+ 0.07409552828357226,
1383
+ -0.07346503380771303,
1384
+ -0.07332832353572356,
1385
+ 0.0723731662513113,
1386
+ 0.07070474160337277,
1387
+ 0.06942979378876182,
1388
+ -0.06868346725646088,
1389
+ 0.06861737946443545,
1390
+ 0.06767579068027933,
1391
+ -0.06691429337430606,
1392
+ -0.06658003406510495,
1393
+ -0.06557749743358832,
1394
+ 0.06553889153902707,
1395
+ -0.06432346684852104,
1396
+ 0.06335514322695944,
1397
+ 0.06327877401488992,
1398
+ 0.06317303687087282,
1399
+ -0.06279923392039202,
1400
+ 0.061105908973200035,
1401
+ -0.06004121940211625,
1402
+ -0.05926061986759722,
1403
+ -0.059113709398259516,
1404
+ -0.058861982990771666,
1405
+ -0.057908449104670925,
1406
+ -0.05688255908114023,
1407
+ 0.055790813250896645,
1408
+ 0.05503151167056069,
1409
+ 0.05477688027500745,
1410
+ -0.054489697745270856,
1411
+ 0.05287337791696624,
1412
+ 0.052794027152344346,
1413
+ 0.052255385970803925,
1414
+ -0.05224078581050435,
1415
+ 0.05174835476181749,
1416
+ -0.05068867842160858,
1417
+ 0.04979544733579156,
1418
+ -0.04960878562396344,
1419
+ 0.04937183374966751,
1420
+ 0.04926133152143684,
1421
+ -0.04849952494640104,
1422
+ 0.047226811377642584,
1423
+ 0.04702474873051163,
1424
+ -0.046610815155319056,
1425
+ 0.04558289522243165,
1426
+ 0.04418142350385325,
1427
+ -0.04351810023207839,
1428
+ 0.04308905426493498,
1429
+ 0.040335111213375616,
1430
+ 0.03916948697945268,
1431
+ -0.038991187652465314,
1432
+ -0.03834432436394302,
1433
+ 0.03807591035243921,
1434
+ 0.03747974439614473,
1435
+ -0.03690480466520771,
1436
+ 0.03666189570930715,
1437
+ 0.03490818631519779,
1438
+ -0.034455065891029146,
1439
+ -0.033163014950969794,
1440
+ -0.030937077183816844,
1441
+ 0.03083006047913631,
1442
+ -0.03068758105947793,
1443
+ -0.030384611784671545,
1444
+ -0.02991557367512756,
1445
+ -0.029567631005347823,
1446
+ -0.028513257751532226,
1447
+ -0.02816029314011517,
1448
+ -0.028061207263869105,
1449
+ -0.027976307064969553,
1450
+ 0.027273472937169665,
1451
+ 0.02708938253886977,
1452
+ 0.026433512041999566,
1453
+ 0.025938949521466685,
1454
+ 0.025938310031285588,
1455
+ 0.025550246699669724,
1456
+ 0.025209663578785655,
1457
+ -0.02520170650158692,
1458
+ -0.023890255591014882,
1459
+ 0.02371438747210732,
1460
+ 0.023675812088362468,
1461
+ 0.02362913443082733,
1462
+ -0.021671215617743357,
1463
+ 0.02147690126724197,
1464
+ 0.021139052843187598,
1465
+ -0.02052430079756816,
1466
+ 0.020485048217172005,
1467
+ 0.020245459385628294,
1468
+ 0.019033300477178307,
1469
+ 0.017694044499808825,
1470
+ 0.0171930227961497,
1471
+ -0.01646794112795702,
1472
+ 0.01573471033773751,
1473
+ 0.01551169180287684,
1474
+ -0.015455874502569553,
1475
+ 0.015109063354281851,
1476
+ 0.015042715416742377,
1477
+ 0.014089663005914195,
1478
+ 0.013927248347988402,
1479
+ 0.01341735324399416,
1480
+ -0.013203921164215314,
1481
+ 0.012828287213732638,
1482
+ 0.012216877966354758,
1483
+ 0.011074696039250997,
1484
+ 0.010971689304527214,
1485
+ -0.010700671751685951,
1486
+ 0.01050862022564721,
1487
+ -0.010349930773377472,
1488
+ 0.010179577983663925,
1489
+ -0.00953736632327658,
1490
+ 0.009303408713932431,
1491
+ 0.009271337709005827,
1492
+ 0.008794648295394985,
1493
+ 0.008444114985527815,
1494
+ -0.008412593306218817,
1495
+ 0.007828059651576461,
1496
+ -0.007747494545275908,
1497
+ 0.006378701551276794,
1498
+ -0.006139400125315527,
1499
+ 0.006068187950088103,
1500
+ -0.005814434878758704,
1501
+ 0.005675226647372792,
1502
+ -0.005663669971538572,
1503
+ 0.005206998949836377,
1504
+ 0.004830976467736075,
1505
+ -0.004525609636391185,
1506
+ -0.0043401206634002655,
1507
+ -0.0043274817979629746,
1508
+ -0.004233609826764936,
1509
+ -0.0040898818348447455,
1510
+ 0.004036285519060924,
1511
+ 0.003584673226209781,
1512
+ -0.00357104084633101,
1513
+ 0.0034316388965172084,
1514
+ -0.003316972224918831,
1515
+ -0.0032643412392920077,
1516
+ -0.003093344474962348,
1517
+ 0.0028802021243936435,
1518
+ 0.0025404531861500158,
1519
+ 0.0018504397844765256,
1520
+ -0.0015039456024117206,
1521
+ -0.0014270878546392641,
1522
+ -0.0013154534264798194,
1523
+ 0.0011905715337960532,
1524
+ 0.0010873754619882359,
1525
+ 0.001079572093862317,
1526
+ -0.0009251649659365983,
1527
+ 0.0008777297758871942,
1528
+ -0.0005556870204930671,
1529
+ -0.0005375252787443444,
1530
+ 0.0003965053371125001,
1531
+ -0.0003952878078343019,
1532
+ 0.0003569873392604214,
1533
+ -0.00018336550417736517,
1534
+ 0.00017875354728710835,
1535
+ 0.00012214508425163298,
1536
+ 0.00010558389576118546,
1537
+ -9.882630445364206e-05,
1538
+ 4.725747337075401e-14,
1539
+ -3.356236954186843e-14,
1540
+ -1.7708995304301036e-14,
1541
+ -7.760137752449825e-15,
1542
+ 5.228125857260632e-15,
1543
+ -2.1058146012400362e-15,
1544
+ -1.8728625384901515e-15,
1545
+ -4.548898579727042e-16,
1546
+ 3.766846312610612e-17,
1547
+ 1.3046329300011898e-17,
1548
+ -2.7228557070431553e-18,
1549
+ -1.3614278535215776e-18
1550
+ ],
1551
+ "Absolute Coefficient": [
1552
+ 3.0892456328642726,
1553
+ 2.385128157500443,
1554
+ 2.323056976227148,
1555
+ 2.2616904612834423,
1556
+ 2.200508900324267,
1557
+ 2.099203276987531,
1558
+ 2.055434515260281,
1559
+ 2.0120026209277824,
1560
+ 1.9976877309704688,
1561
+ 1.9778035268306586,
1562
+ 1.792527604891326,
1563
+ 1.6881903041148674,
1564
+ 1.6443548688289626,
1565
+ 1.6045194758088344,
1566
+ 1.586025326909311,
1567
+ 1.550005769658319,
1568
+ 1.5297608258269675,
1569
+ 1.5162160372360813,
1570
+ 1.461791053646377,
1571
+ 1.449187164182416,
1572
+ 1.4479914341836537,
1573
+ 1.4269931413265404,
1574
+ 1.4196596696211172,
1575
+ 1.406914685560304,
1576
+ 1.3946216171067325,
1577
+ 1.3914797032758721,
1578
+ 1.361974477530045,
1579
+ 1.3552728622097152,
1580
+ 1.3545059944030646,
1581
+ 1.3444025069968868,
1582
+ 1.2925965688749206,
1583
+ 1.2878731439267272,
1584
+ 1.2736413062618344,
1585
+ 1.2704033704339681,
1586
+ 1.2643209452012723,
1587
+ 1.2572733309298119,
1588
+ 1.2204878925008962,
1589
+ 1.2193957968815106,
1590
+ 1.1982016296875226,
1591
+ 1.1862170496894053,
1592
+ 1.1649829063833226,
1593
+ 1.1643020771222432,
1594
+ 1.1479694987708438,
1595
+ 1.143906155945285,
1596
+ 1.1401751437704377,
1597
+ 1.1125932967114367,
1598
+ 1.0802936513373178,
1599
+ 1.0801034171080404,
1600
+ 1.0766182512839741,
1601
+ 1.0681273262030122,
1602
+ 1.0680719995479573,
1603
+ 1.0649445452061723,
1604
+ 1.0622701936832817,
1605
+ 1.0449671742376239,
1606
+ 1.037590729481633,
1607
+ 1.0338942378184333,
1608
+ 1.026275216168775,
1609
+ 1.0244400397860356,
1610
+ 1.014721797150272,
1611
+ 1.0139690284361011,
1612
+ 1.0070059395500341,
1613
+ 0.997961657451321,
1614
+ 0.9859008894103072,
1615
+ 0.9823455699838075,
1616
+ 0.9752022163197591,
1617
+ 0.9641391923821896,
1618
+ 0.9632125403274879,
1619
+ 0.9621614854050747,
1620
+ 0.9559482254293796,
1621
+ 0.9453344318402696,
1622
+ 0.9378948115473836,
1623
+ 0.9377622608976544,
1624
+ 0.9313641063497754,
1625
+ 0.9310674732925193,
1626
+ 0.9274921345843921,
1627
+ 0.9152917462589873,
1628
+ 0.9134950394754024,
1629
+ 0.9070084150945448,
1630
+ 0.90643839459599,
1631
+ 0.9003207618972096,
1632
+ 0.8986907926617628,
1633
+ 0.8962644813502885,
1634
+ 0.8878932670567036,
1635
+ 0.8839837053891451,
1636
+ 0.8781594159771228,
1637
+ 0.876758724431541,
1638
+ 0.8728932700388456,
1639
+ 0.8692730837402792,
1640
+ 0.8686770949503232,
1641
+ 0.8679431185118239,
1642
+ 0.8661065852099393,
1643
+ 0.8573459471906811,
1644
+ 0.8540709937302142,
1645
+ 0.8475441869090872,
1646
+ 0.8397373557299869,
1647
+ 0.8335016995271197,
1648
+ 0.8329033957737538,
1649
+ 0.8323464279948478,
1650
+ 0.8310018841435215,
1651
+ 0.8275431198833663,
1652
+ 0.8259845495299278,
1653
+ 0.8211043386620794,
1654
+ 0.819968789854246,
1655
+ 0.8165969298885952,
1656
+ 0.8074732604065455,
1657
+ 0.804684374376812,
1658
+ 0.7854667773815538,
1659
+ 0.7846153084370587,
1660
+ 0.7800116138163617,
1661
+ 0.775260935452389,
1662
+ 0.7709356967521535,
1663
+ 0.767115249607006,
1664
+ 0.7665643340096719,
1665
+ 0.7626252203616172,
1666
+ 0.762574611298054,
1667
+ 0.7608188273267302,
1668
+ 0.7597237773397763,
1669
+ 0.757952673680189,
1670
+ 0.7500679867229002,
1671
+ 0.7494116014935353,
1672
+ 0.7452348419493443,
1673
+ 0.7326841725597834,
1674
+ 0.7306458628882573,
1675
+ 0.7297893269042554,
1676
+ 0.726110623374225,
1677
+ 0.725005576620592,
1678
+ 0.7244211013016074,
1679
+ 0.7210622160311134,
1680
+ 0.7179493173448157,
1681
+ 0.7172199268281099,
1682
+ 0.7151797133959789,
1683
+ 0.7144852881351987,
1684
+ 0.7118299454758752,
1685
+ 0.7114500697207925,
1686
+ 0.7096099775305574,
1687
+ 0.7053003559009345,
1688
+ 0.7021749347122722,
1689
+ 0.7005227595753515,
1690
+ 0.6992247292238377,
1691
+ 0.6939308162107659,
1692
+ 0.6936963842985063,
1693
+ 0.6932129028697576,
1694
+ 0.6907543997853253,
1695
+ 0.6906468105410583,
1696
+ 0.6851049784694204,
1697
+ 0.6844892281768339,
1698
+ 0.6839034172639097,
1699
+ 0.6838998463506273,
1700
+ 0.6806685136929957,
1701
+ 0.6781331298138086,
1702
+ 0.6774684336424953,
1703
+ 0.6767303242428636,
1704
+ 0.6709069356300793,
1705
+ 0.667334763151954,
1706
+ 0.6652922527940527,
1707
+ 0.6621423813664418,
1708
+ 0.6617526495557191,
1709
+ 0.6605259169680167,
1710
+ 0.6590586336166782,
1711
+ 0.6590526108506318,
1712
+ 0.6590170195337264,
1713
+ 0.657204781696651,
1714
+ 0.6546005825124563,
1715
+ 0.6544059156767025,
1716
+ 0.6531855881209105,
1717
+ 0.6510815668497405,
1718
+ 0.6499884077099275,
1719
+ 0.6478867700542315,
1720
+ 0.6413706827159503,
1721
+ 0.6377268698303202,
1722
+ 0.6366538543905369,
1723
+ 0.6345390056884513,
1724
+ 0.6336339946296309,
1725
+ 0.6327394101710513,
1726
+ 0.6222691163776857,
1727
+ 0.6187998437643751,
1728
+ 0.6167350690644902,
1729
+ 0.6122506637225379,
1730
+ 0.6101534259624554,
1731
+ 0.6096748005560279,
1732
+ 0.6086415705390764,
1733
+ 0.6074674491045976,
1734
+ 0.6043191231418499,
1735
+ 0.6032521889975639,
1736
+ 0.6023610670739477,
1737
+ 0.6009775240978936,
1738
+ 0.59872486593684,
1739
+ 0.5987139984807048,
1740
+ 0.5970082473196957,
1741
+ 0.5920469719949427,
1742
+ 0.5896983679364826,
1743
+ 0.5893006571348882,
1744
+ 0.586318547537427,
1745
+ 0.5836007934713651,
1746
+ 0.582273903805526,
1747
+ 0.5810747107829335,
1748
+ 0.5802986361479414,
1749
+ 0.5775771752258749,
1750
+ 0.5745485717009999,
1751
+ 0.5707251152760004,
1752
+ 0.5655867664425985,
1753
+ 0.5653400257958925,
1754
+ 0.561241043218205,
1755
+ 0.5603711146929591,
1756
+ 0.558112620151161,
1757
+ 0.5565220759285798,
1758
+ 0.5563116549604998,
1759
+ 0.5541059166709235,
1760
+ 0.5507207217477812,
1761
+ 0.5501110825166752,
1762
+ 0.5483887442594955,
1763
+ 0.5453537988863315,
1764
+ 0.5415988062214823,
1765
+ 0.536426120077126,
1766
+ 0.531446296390337,
1767
+ 0.5312963931750795,
1768
+ 0.5281212450668923,
1769
+ 0.5227339594448728,
1770
+ 0.5179373605638546,
1771
+ 0.5154207773072705,
1772
+ 0.5136597083084089,
1773
+ 0.5096007890154857,
1774
+ 0.5095854501850156,
1775
+ 0.5087853682163359,
1776
+ 0.5071408632962463,
1777
+ 0.505416332363161,
1778
+ 0.5052334012887546,
1779
+ 0.5047604453979031,
1780
+ 0.49903664379333146,
1781
+ 0.4983638002771162,
1782
+ 0.4972000379922412,
1783
+ 0.4960359768127863,
1784
+ 0.49225270294697937,
1785
+ 0.49219849854882786,
1786
+ 0.4915410236596481,
1787
+ 0.48647067662210564,
1788
+ 0.48170924939975956,
1789
+ 0.4813126634006026,
1790
+ 0.480188275255328,
1791
+ 0.4798679478966537,
1792
+ 0.4765414418146507,
1793
+ 0.47365702699849355,
1794
+ 0.47328870021887853,
1795
+ 0.4715070137675138,
1796
+ 0.4708244606933981,
1797
+ 0.4701528426638431,
1798
+ 0.469985299015265,
1799
+ 0.4669563761816519,
1800
+ 0.4625776204659421,
1801
+ 0.4622976179929704,
1802
+ 0.4583678349951219,
1803
+ 0.45789438994275644,
1804
+ 0.4569165008029494,
1805
+ 0.4565289780079485,
1806
+ 0.4540050106746964,
1807
+ 0.4527314045741138,
1808
+ 0.44310365619086284,
1809
+ 0.439663384980631,
1810
+ 0.4391997858009762,
1811
+ 0.4374844498492303,
1812
+ 0.43581362427671577,
1813
+ 0.4349790988869212,
1814
+ 0.43324687561117803,
1815
+ 0.43148345722773085,
1816
+ 0.4284467984527553,
1817
+ 0.4282865614121233,
1818
+ 0.42688710093686016,
1819
+ 0.42624429185509755,
1820
+ 0.4251156128594569,
1821
+ 0.42326461499598683,
1822
+ 0.4221987427499443,
1823
+ 0.4202930297540122,
1824
+ 0.41958541155643153,
1825
+ 0.41833939389572294,
1826
+ 0.4167180205179936,
1827
+ 0.4154480010120715,
1828
+ 0.4135786637731622,
1829
+ 0.4131615864463482,
1830
+ 0.4128595826819088,
1831
+ 0.410790877960968,
1832
+ 0.4101098092124339,
1833
+ 0.4092161035060471,
1834
+ 0.4085073320660251,
1835
+ 0.4065663339112204,
1836
+ 0.4060752365585899,
1837
+ 0.40428007775069347,
1838
+ 0.40229060850019344,
1839
+ 0.3983335953597837,
1840
+ 0.3949520390653563,
1841
+ 0.3949149672986124,
1842
+ 0.39469399097910224,
1843
+ 0.38788010851641014,
1844
+ 0.3872312092590698,
1845
+ 0.3854974159035137,
1846
+ 0.38525711937803886,
1847
+ 0.3822819687241767,
1848
+ 0.3813497956041328,
1849
+ 0.3807512354479495,
1850
+ 0.3776859704862714,
1851
+ 0.37728691650329543,
1852
+ 0.37651635644152204,
1853
+ 0.37573501794712766,
1854
+ 0.3751715952732961,
1855
+ 0.37440879989940956,
1856
+ 0.373070881298653,
1857
+ 0.3702965646532864,
1858
+ 0.37003906375037204,
1859
+ 0.3688219318988862,
1860
+ 0.3684448026924577,
1861
+ 0.3682331045100596,
1862
+ 0.3678835163735206,
1863
+ 0.366894558293652,
1864
+ 0.36409650827393775,
1865
+ 0.36208176525930486,
1866
+ 0.3618835098756949,
1867
+ 0.3615079438024652,
1868
+ 0.3594975699333054,
1869
+ 0.35562839339912894,
1870
+ 0.3512955484947272,
1871
+ 0.35018152364362615,
1872
+ 0.3487950369427362,
1873
+ 0.34772904279761374,
1874
+ 0.3459775467870036,
1875
+ 0.3455251102721434,
1876
+ 0.34403761247245856,
1877
+ 0.3417057163434706,
1878
+ 0.3396786880400146,
1879
+ 0.3388170733979146,
1880
+ 0.33843739731499484,
1881
+ 0.3322896407027679,
1882
+ 0.3313347190868959,
1883
+ 0.3305958996444607,
1884
+ 0.3298125693423245,
1885
+ 0.329753699325882,
1886
+ 0.3293012476086263,
1887
+ 0.3286182721571655,
1888
+ 0.32860840253189216,
1889
+ 0.3281836622794113,
1890
+ 0.324933967950521,
1891
+ 0.32452352212524616,
1892
+ 0.3244747962326477,
1893
+ 0.3231210529485298,
1894
+ 0.32284320662523575,
1895
+ 0.31955409737997137,
1896
+ 0.3091498059311809,
1897
+ 0.30679768473275487,
1898
+ 0.3051823156728036,
1899
+ 0.3050405856789058,
1900
+ 0.3039641039743864,
1901
+ 0.3025416563908921,
1902
+ 0.30208618823277017,
1903
+ 0.2994639100634603,
1904
+ 0.29858904499075334,
1905
+ 0.2985297891059055,
1906
+ 0.2977507205259189,
1907
+ 0.29770579339043657,
1908
+ 0.2964646396433205,
1909
+ 0.2957500245094776,
1910
+ 0.2957373276554942,
1911
+ 0.29486762364267527,
1912
+ 0.2944246727363951,
1913
+ 0.29406167858003424,
1914
+ 0.29279228259791573,
1915
+ 0.29181763454843473,
1916
+ 0.29138929156839677,
1917
+ 0.2913120728313126,
1918
+ 0.2906631519818009,
1919
+ 0.28936110850627433,
1920
+ 0.28923128670831016,
1921
+ 0.28801539863588976,
1922
+ 0.28747895999721873,
1923
+ 0.2873918935580358,
1924
+ 0.2845643511021011,
1925
+ 0.28216857405377793,
1926
+ 0.2803101357679671,
1927
+ 0.27852986249587347,
1928
+ 0.2761175803501007,
1929
+ 0.27406323860192605,
1930
+ 0.27364049369628707,
1931
+ 0.2736154824841284,
1932
+ 0.27225476631815826,
1933
+ 0.2718193231550237,
1934
+ 0.271237354369826,
1935
+ 0.27076712317058743,
1936
+ 0.2707631728147358,
1937
+ 0.2702099356929594,
1938
+ 0.27003426110957596,
1939
+ 0.268130155697364,
1940
+ 0.26614216782492905,
1941
+ 0.2635505266486199,
1942
+ 0.263488386558251,
1943
+ 0.2627981086951389,
1944
+ 0.26222555050405033,
1945
+ 0.2621876380686253,
1946
+ 0.25888826632265016,
1947
+ 0.2571630661593277,
1948
+ 0.2547538984028579,
1949
+ 0.25375631276343996,
1950
+ 0.25328769829196013,
1951
+ 0.2526542846599891,
1952
+ 0.25259607958574426,
1953
+ 0.2519994465152254,
1954
+ 0.2516255575914776,
1955
+ 0.2509127814519777,
1956
+ 0.24945892858786073,
1957
+ 0.24934681185821797,
1958
+ 0.2470638400689788,
1959
+ 0.2456198710570854,
1960
+ 0.24441279796837545,
1961
+ 0.2438359781022086,
1962
+ 0.24295840841085078,
1963
+ 0.24218694927016823,
1964
+ 0.24212471603811245,
1965
+ 0.241782433644981,
1966
+ 0.2412842691532954,
1967
+ 0.24123771302095057,
1968
+ 0.23698584443011597,
1969
+ 0.23681148881067987,
1970
+ 0.23392941293906855,
1971
+ 0.23338527255357375,
1972
+ 0.23329612327933166,
1973
+ 0.23247377878758393,
1974
+ 0.2319885726396822,
1975
+ 0.23085977169914676,
1976
+ 0.22993151837705791,
1977
+ 0.22901824836063586,
1978
+ 0.2266975828838329,
1979
+ 0.225190974137012,
1980
+ 0.2250313745452379,
1981
+ 0.2247104649308552,
1982
+ 0.22365624044451635,
1983
+ 0.22346515753247773,
1984
+ 0.2230984461609589,
1985
+ 0.22240654739992635,
1986
+ 0.21951304641417868,
1987
+ 0.21921814365615527,
1988
+ 0.21889641372904994,
1989
+ 0.21818749345816124,
1990
+ 0.21748200755610103,
1991
+ 0.21697919674106775,
1992
+ 0.21583032802933988,
1993
+ 0.21580535900816913,
1994
+ 0.21529081268637879,
1995
+ 0.2148406507645124,
1996
+ 0.21452541567439193,
1997
+ 0.21378031084373406,
1998
+ 0.2133607901080095,
1999
+ 0.21303210556423027,
2000
+ 0.21173919178243872,
2001
+ 0.2114104640904351,
2002
+ 0.21122737159516725,
2003
+ 0.21060656088561544,
2004
+ 0.20521312703403177,
2005
+ 0.2047045436233623,
2006
+ 0.2045662977527032,
2007
+ 0.2037581165353355,
2008
+ 0.20349591396821837,
2009
+ 0.20024527360510663,
2010
+ 0.19968808119460238,
2011
+ 0.19836877376927547,
2012
+ 0.19720215862178483,
2013
+ 0.19656104752383882,
2014
+ 0.19526912073090488,
2015
+ 0.19363475833873972,
2016
+ 0.19258918572279007,
2017
+ 0.19220263496267576,
2018
+ 0.1911489027989794,
2019
+ 0.1898625160256505,
2020
+ 0.18718857558414206,
2021
+ 0.18695948409370886,
2022
+ 0.1869280774539677,
2023
+ 0.18557437620917788,
2024
+ 0.1841766393112095,
2025
+ 0.1838649271131428,
2026
+ 0.18134788731818852,
2027
+ 0.181278986993138,
2028
+ 0.18090160038494216,
2029
+ 0.1802702498566342,
2030
+ 0.17938384607522023,
2031
+ 0.17899811752302502,
2032
+ 0.17696949978153279,
2033
+ 0.17677159645340387,
2034
+ 0.1755211053641583,
2035
+ 0.17535258467741835,
2036
+ 0.17482156197923765,
2037
+ 0.1747703708945427,
2038
+ 0.17432353359040653,
2039
+ 0.17414358893941473,
2040
+ 0.1733283651021631,
2041
+ 0.17205737585462874,
2042
+ 0.17186877275080092,
2043
+ 0.1696426108473624,
2044
+ 0.16941328939921824,
2045
+ 0.16660946302021773,
2046
+ 0.16608640823847187,
2047
+ 0.16584517721370778,
2048
+ 0.1654474441468281,
2049
+ 0.16402033771877988,
2050
+ 0.1632469028255498,
2051
+ 0.16207690610376058,
2052
+ 0.16140857035340972,
2053
+ 0.1610884812958301,
2054
+ 0.16071114690240704,
2055
+ 0.15738506188740975,
2056
+ 0.15589667080499653,
2057
+ 0.15588221562441493,
2058
+ 0.1553489958176279,
2059
+ 0.15491002108929014,
2060
+ 0.15424261629223393,
2061
+ 0.15367485283348575,
2062
+ 0.15329533774093668,
2063
+ 0.15313590247085,
2064
+ 0.15240538850284513,
2065
+ 0.15169796108106698,
2066
+ 0.14680827095222593,
2067
+ 0.14373214940130916,
2068
+ 0.14274657199352445,
2069
+ 0.14121935329255603,
2070
+ 0.13972414572162364,
2071
+ 0.13969131832949835,
2072
+ 0.1395749330633232,
2073
+ 0.13769609877602723,
2074
+ 0.1353227044346241,
2075
+ 0.13492746124154736,
2076
+ 0.13377196447950845,
2077
+ 0.1336935208959484,
2078
+ 0.13345897010777907,
2079
+ 0.13219750209182873,
2080
+ 0.13111323083464602,
2081
+ 0.13098970109123254,
2082
+ 0.12951329463534458,
2083
+ 0.12919366324152778,
2084
+ 0.12897794763882614,
2085
+ 0.1283889049754759,
2086
+ 0.12805055225588077,
2087
+ 0.1262299797788911,
2088
+ 0.12621866398588844,
2089
+ 0.12618656379184748,
2090
+ 0.12606287902388907,
2091
+ 0.1257297208763575,
2092
+ 0.1251251036843721,
2093
+ 0.12462339143047244,
2094
+ 0.12383160330248681,
2095
+ 0.12363272899946186,
2096
+ 0.12346970149280607,
2097
+ 0.12307568774658931,
2098
+ 0.12184545679548199,
2099
+ 0.12007874692398174,
2100
+ 0.11945773764915145,
2101
+ 0.1184303027311007,
2102
+ 0.11787540010332674,
2103
+ 0.11539187525979927,
2104
+ 0.11443261812306281,
2105
+ 0.11194758545065576,
2106
+ 0.11141524382160334,
2107
+ 0.11039615535658949,
2108
+ 0.11012218785425049,
2109
+ 0.10998766044469789,
2110
+ 0.10824039176767407,
2111
+ 0.107550012310526,
2112
+ 0.10665600442414007,
2113
+ 0.10270421706326054,
2114
+ 0.10152048257603573,
2115
+ 0.10074772641631824,
2116
+ 0.09981967385307866,
2117
+ 0.09967658190347813,
2118
+ 0.09931520933973585,
2119
+ 0.09885643416881233,
2120
+ 0.09862387044682228,
2121
+ 0.09675669721992877,
2122
+ 0.09589882271276161,
2123
+ 0.09500276758362837,
2124
+ 0.09412029861622284,
2125
+ 0.09376614127383433,
2126
+ 0.09366890345011573,
2127
+ 0.09314371041668876,
2128
+ 0.0930099673548353,
2129
+ 0.09158804946224218,
2130
+ 0.0909189115395127,
2131
+ 0.0882195536750408,
2132
+ 0.08696935544379464,
2133
+ 0.08692445553441798,
2134
+ 0.08654785842689426,
2135
+ 0.08621556604906934,
2136
+ 0.08550925145794273,
2137
+ 0.08486228134607153,
2138
+ 0.08295217884212756,
2139
+ 0.0828564016086717,
2140
+ 0.08280925301224439,
2141
+ 0.08271876180005323,
2142
+ 0.08236233855109819,
2143
+ 0.0822833459335767,
2144
+ 0.08212861225027507,
2145
+ 0.08142411914445295,
2146
+ 0.08079914910030941,
2147
+ 0.0804741280260652,
2148
+ 0.07975629315814017,
2149
+ 0.07949014432013932,
2150
+ 0.07930549218675205,
2151
+ 0.07863351007260504,
2152
+ 0.07860151965438743,
2153
+ 0.07832104269542105,
2154
+ 0.07435633162068608,
2155
+ 0.07428479324002825,
2156
+ 0.07409552828357226,
2157
+ 0.07346503380771303,
2158
+ 0.07332832353572356,
2159
+ 0.0723731662513113,
2160
+ 0.07070474160337277,
2161
+ 0.06942979378876182,
2162
+ 0.06868346725646088,
2163
+ 0.06861737946443545,
2164
+ 0.06767579068027933,
2165
+ 0.06691429337430606,
2166
+ 0.06658003406510495,
2167
+ 0.06557749743358832,
2168
+ 0.06553889153902707,
2169
+ 0.06432346684852104,
2170
+ 0.06335514322695944,
2171
+ 0.06327877401488992,
2172
+ 0.06317303687087282,
2173
+ 0.06279923392039202,
2174
+ 0.061105908973200035,
2175
+ 0.06004121940211625,
2176
+ 0.05926061986759722,
2177
+ 0.059113709398259516,
2178
+ 0.058861982990771666,
2179
+ 0.057908449104670925,
2180
+ 0.05688255908114023,
2181
+ 0.055790813250896645,
2182
+ 0.05503151167056069,
2183
+ 0.05477688027500745,
2184
+ 0.054489697745270856,
2185
+ 0.05287337791696624,
2186
+ 0.052794027152344346,
2187
+ 0.052255385970803925,
2188
+ 0.05224078581050435,
2189
+ 0.05174835476181749,
2190
+ 0.05068867842160858,
2191
+ 0.04979544733579156,
2192
+ 0.04960878562396344,
2193
+ 0.04937183374966751,
2194
+ 0.04926133152143684,
2195
+ 0.04849952494640104,
2196
+ 0.047226811377642584,
2197
+ 0.04702474873051163,
2198
+ 0.046610815155319056,
2199
+ 0.04558289522243165,
2200
+ 0.04418142350385325,
2201
+ 0.04351810023207839,
2202
+ 0.04308905426493498,
2203
+ 0.040335111213375616,
2204
+ 0.03916948697945268,
2205
+ 0.038991187652465314,
2206
+ 0.03834432436394302,
2207
+ 0.03807591035243921,
2208
+ 0.03747974439614473,
2209
+ 0.03690480466520771,
2210
+ 0.03666189570930715,
2211
+ 0.03490818631519779,
2212
+ 0.034455065891029146,
2213
+ 0.033163014950969794,
2214
+ 0.030937077183816844,
2215
+ 0.03083006047913631,
2216
+ 0.03068758105947793,
2217
+ 0.030384611784671545,
2218
+ 0.02991557367512756,
2219
+ 0.029567631005347823,
2220
+ 0.028513257751532226,
2221
+ 0.02816029314011517,
2222
+ 0.028061207263869105,
2223
+ 0.027976307064969553,
2224
+ 0.027273472937169665,
2225
+ 0.02708938253886977,
2226
+ 0.026433512041999566,
2227
+ 0.025938949521466685,
2228
+ 0.025938310031285588,
2229
+ 0.025550246699669724,
2230
+ 0.025209663578785655,
2231
+ 0.02520170650158692,
2232
+ 0.023890255591014882,
2233
+ 0.02371438747210732,
2234
+ 0.023675812088362468,
2235
+ 0.02362913443082733,
2236
+ 0.021671215617743357,
2237
+ 0.02147690126724197,
2238
+ 0.021139052843187598,
2239
+ 0.02052430079756816,
2240
+ 0.020485048217172005,
2241
+ 0.020245459385628294,
2242
+ 0.019033300477178307,
2243
+ 0.017694044499808825,
2244
+ 0.0171930227961497,
2245
+ 0.01646794112795702,
2246
+ 0.01573471033773751,
2247
+ 0.01551169180287684,
2248
+ 0.015455874502569553,
2249
+ 0.015109063354281851,
2250
+ 0.015042715416742377,
2251
+ 0.014089663005914195,
2252
+ 0.013927248347988402,
2253
+ 0.01341735324399416,
2254
+ 0.013203921164215314,
2255
+ 0.012828287213732638,
2256
+ 0.012216877966354758,
2257
+ 0.011074696039250997,
2258
+ 0.010971689304527214,
2259
+ 0.010700671751685951,
2260
+ 0.01050862022564721,
2261
+ 0.010349930773377472,
2262
+ 0.010179577983663925,
2263
+ 0.00953736632327658,
2264
+ 0.009303408713932431,
2265
+ 0.009271337709005827,
2266
+ 0.008794648295394985,
2267
+ 0.008444114985527815,
2268
+ 0.008412593306218817,
2269
+ 0.007828059651576461,
2270
+ 0.007747494545275908,
2271
+ 0.006378701551276794,
2272
+ 0.006139400125315527,
2273
+ 0.006068187950088103,
2274
+ 0.005814434878758704,
2275
+ 0.005675226647372792,
2276
+ 0.005663669971538572,
2277
+ 0.005206998949836377,
2278
+ 0.004830976467736075,
2279
+ 0.004525609636391185,
2280
+ 0.0043401206634002655,
2281
+ 0.0043274817979629746,
2282
+ 0.004233609826764936,
2283
+ 0.0040898818348447455,
2284
+ 0.004036285519060924,
2285
+ 0.003584673226209781,
2286
+ 0.00357104084633101,
2287
+ 0.0034316388965172084,
2288
+ 0.003316972224918831,
2289
+ 0.0032643412392920077,
2290
+ 0.003093344474962348,
2291
+ 0.0028802021243936435,
2292
+ 0.0025404531861500158,
2293
+ 0.0018504397844765256,
2294
+ 0.0015039456024117206,
2295
+ 0.0014270878546392641,
2296
+ 0.0013154534264798194,
2297
+ 0.0011905715337960532,
2298
+ 0.0010873754619882359,
2299
+ 0.001079572093862317,
2300
+ 0.0009251649659365983,
2301
+ 0.0008777297758871942,
2302
+ 0.0005556870204930671,
2303
+ 0.0005375252787443444,
2304
+ 0.0003965053371125001,
2305
+ 0.0003952878078343019,
2306
+ 0.0003569873392604214,
2307
+ 0.00018336550417736517,
2308
+ 0.00017875354728710835,
2309
+ 0.00012214508425163298,
2310
+ 0.00010558389576118546,
2311
+ 9.882630445364206e-05,
2312
+ 4.725747337075401e-14,
2313
+ 3.356236954186843e-14,
2314
+ 1.7708995304301036e-14,
2315
+ 7.760137752449825e-15,
2316
+ 5.228125857260632e-15,
2317
+ 2.1058146012400362e-15,
2318
+ 1.8728625384901515e-15,
2319
+ 4.548898579727042e-16,
2320
+ 3.766846312610612e-17,
2321
+ 1.3046329300011898e-17,
2322
+ 2.7228557070431553e-18,
2323
+ 1.3614278535215776e-18
2324
+ ]
2325
+ },
2326
+ "cv_performance": {
2327
+ "prediction": {
2328
+ "accuracy": 90.89430894308944,
2329
+ "precision": 90.89430894308944,
2330
+ "recall": 100.0,
2331
+ "f1": 95.22439900006279
2332
+ },
2333
+ "selection": {
2334
+ "precision": 4.780412905471058,
2335
+ "recall": 7.35632183908046,
2336
+ "f1": 5.794929809551111,
2337
+ "jaccard": 2.984098120995251
2338
+ }
2339
+ }
2340
+ }
p3/regress/Parkinsons_Disease/significant_genes_condition_Gender.json ADDED
@@ -0,0 +1,2355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ACO2",
5
+ "CYTIP",
6
+ "APOBEC3G",
7
+ "CRLF3",
8
+ "EPHX2",
9
+ "CALHM2",
10
+ "CD99",
11
+ "IL3RA",
12
+ "IRX2",
13
+ "MON2",
14
+ "AP3M1",
15
+ "ADGRE1",
16
+ "ELOVL7",
17
+ "ETFRF1",
18
+ "SATB1",
19
+ "WDCP",
20
+ "PATL1",
21
+ "TCN2",
22
+ "NUDCD3",
23
+ "RAF1",
24
+ "CALM3",
25
+ "AKR1E2",
26
+ "NIPA2",
27
+ "APOL3",
28
+ "GTF2E1",
29
+ "ZNF717",
30
+ "STAMBP",
31
+ "MRLN",
32
+ "CARMIL1",
33
+ "MGRN1",
34
+ "ABTB3",
35
+ "TNKS2",
36
+ "STAG3L4",
37
+ "CD36",
38
+ "ZNF770",
39
+ "RPAIN",
40
+ "FGFBP2",
41
+ "ZNF234",
42
+ "ANXA2P2",
43
+ "GPR89A",
44
+ "STRN",
45
+ "CDV3",
46
+ "IER2",
47
+ "NIPSNAP3A",
48
+ "ARL11",
49
+ "CUL5",
50
+ "HSD17B10",
51
+ "PPM1F",
52
+ "TOMM22",
53
+ "SMIM24",
54
+ "LRRFIP2",
55
+ "B3GNTL1",
56
+ "ZNF124",
57
+ "ZNF493",
58
+ "KIAA0825",
59
+ "NR1H2",
60
+ "SLC45A2",
61
+ "COPS4",
62
+ "RBM23",
63
+ "AP2B1",
64
+ "TGM2",
65
+ "R3HDM2",
66
+ "CSAD",
67
+ "NLRP6",
68
+ "TARS1",
69
+ "ARL15",
70
+ "GALNS",
71
+ "IGFBP7",
72
+ "PGP",
73
+ "NCAPD2",
74
+ "LRRC37A",
75
+ "FAM135A",
76
+ "ARHGAP12",
77
+ "BTF3",
78
+ "MAPK8IP1",
79
+ "SDHD",
80
+ "SFRP2",
81
+ "NMD3",
82
+ "ZNF154",
83
+ "INPP5B",
84
+ "CAMP",
85
+ "ZNF101",
86
+ "NADSYN1",
87
+ "LRRC25",
88
+ "AIM2",
89
+ "SNORD62A",
90
+ "TNFRSF17",
91
+ "CMTR2",
92
+ "ZNF79",
93
+ "NEDD8",
94
+ "HRK",
95
+ "DCP1B",
96
+ "PRDX3",
97
+ "GRAPL",
98
+ "MFSD14B",
99
+ "MIR632",
100
+ "GSDMB",
101
+ "CHSY1",
102
+ "CPNE1",
103
+ "RNASEK",
104
+ "LNPK",
105
+ "PLOD1",
106
+ "CXCR4",
107
+ "SLC38A6",
108
+ "POLR1B",
109
+ "BORCS5",
110
+ "SNORD38B",
111
+ "MARCKSL1",
112
+ "PRMT2",
113
+ "GCNT2",
114
+ "JKAMP",
115
+ "GSKIP",
116
+ "POLR1HASP",
117
+ "CEP170",
118
+ "CARD8",
119
+ "MKNK1",
120
+ "UBC",
121
+ "NODAL",
122
+ "LCLAT1",
123
+ "LILRA5",
124
+ "SETDB1",
125
+ "BSCL2",
126
+ "SIX2",
127
+ "MSH3",
128
+ "TOMM34",
129
+ "RBPMS2",
130
+ "CEACAM1",
131
+ "CNN2",
132
+ "ABI3",
133
+ "GLYATL2",
134
+ "DAPK2",
135
+ "VPREB3",
136
+ "BHLHA9",
137
+ "RIC1",
138
+ "ST3GAL1",
139
+ "APH1B",
140
+ "ID3",
141
+ "CRHR1",
142
+ "FKBP6",
143
+ "HLA-DQA1",
144
+ "BHLHE23",
145
+ "GPR180",
146
+ "MOSPD1",
147
+ "ALCAM",
148
+ "SNX20",
149
+ "CCDC146",
150
+ "ITM2C",
151
+ "OR7E125P",
152
+ "PDS5B",
153
+ "EBF1",
154
+ "RTKN2",
155
+ "ADGRG3",
156
+ "LAMTOR4",
157
+ "IL18RAP",
158
+ "ECE1",
159
+ "ZBTB44",
160
+ "NTNG2",
161
+ "C4BPA",
162
+ "HLTF",
163
+ "MYO15B",
164
+ "APOOL",
165
+ "ANPEP",
166
+ "TMX1",
167
+ "GCC2",
168
+ "IGSF6",
169
+ "SEC31B",
170
+ "NSMCE2",
171
+ "GRK6",
172
+ "MRPL45",
173
+ "DTWD1",
174
+ "ERI1",
175
+ "BCAS3",
176
+ "ELMO1",
177
+ "SLC18B1",
178
+ "HOXB2",
179
+ "STN1",
180
+ "ZNF841",
181
+ "DHX35",
182
+ "NAT10",
183
+ "ZNF852",
184
+ "SNORA62",
185
+ "FAM120A",
186
+ "CAPG",
187
+ "CARHSP1",
188
+ "FBXO25",
189
+ "RPL13AP5",
190
+ "TAMM41",
191
+ "ZNF134",
192
+ "SNORD30",
193
+ "RPS23",
194
+ "KRTAP10-4",
195
+ "LDLR",
196
+ "FZD9",
197
+ "DCK",
198
+ "KLHL28",
199
+ "THOC1",
200
+ "CANT1",
201
+ "NAA38",
202
+ "ANKRD28",
203
+ "TFAP2A",
204
+ "UQCRFS1",
205
+ "GNG7",
206
+ "TCF24",
207
+ "TESK2",
208
+ "ZNFX1",
209
+ "GOLPH3L",
210
+ "TRGC2",
211
+ "ZXDC",
212
+ "HLA-DRB5",
213
+ "RALBP1",
214
+ "H2AC6",
215
+ "ZNF208",
216
+ "PRKCSH",
217
+ "EIF3J",
218
+ "GNPDA2",
219
+ "GDI2",
220
+ "HEATR6",
221
+ "PADI4",
222
+ "PRR18",
223
+ "UTF1",
224
+ "ELAPOR1",
225
+ "SH3KBP1",
226
+ "TPD52",
227
+ "PRORP",
228
+ "RFX7",
229
+ "SCIMP",
230
+ "PLA2G4A",
231
+ "TGFBI",
232
+ "SIDT1",
233
+ "TMEM43",
234
+ "METAP1",
235
+ "LGALS3BP",
236
+ "TRIM43",
237
+ "SKIL",
238
+ "IFT80",
239
+ "ZCCHC7",
240
+ "PLD1",
241
+ "TRIM27",
242
+ "ZNF813",
243
+ "STX8",
244
+ "CXXC5",
245
+ "ACP3",
246
+ "PIK3R6",
247
+ "ZNF532",
248
+ "BANF1",
249
+ "SOCS1",
250
+ "RTCA",
251
+ "NCAM1",
252
+ "GPR84",
253
+ "APOD",
254
+ "SIDT2",
255
+ "DCTN5",
256
+ "PAPOLG",
257
+ "KCNAB2",
258
+ "TIMM23",
259
+ "ARHGAP9",
260
+ "OMG",
261
+ "PRPF18",
262
+ "TMEM87A",
263
+ "FLJ42627",
264
+ "ADI1",
265
+ "LDB1",
266
+ "VPS53",
267
+ "MVP",
268
+ "MLXIP",
269
+ "BLK",
270
+ "ZCCHC9",
271
+ "ARPP19",
272
+ "SPTLC2",
273
+ "DGCR6L",
274
+ "RUNX2",
275
+ "SNORD96A",
276
+ "PORCN",
277
+ "CLEC4D",
278
+ "SFT2D1",
279
+ "RAVER2",
280
+ "MIR212",
281
+ "S100P",
282
+ "IVD",
283
+ "SLC6A19",
284
+ "SLMAP",
285
+ "PLAGL2",
286
+ "DHX34",
287
+ "CYBRD1",
288
+ "PEPD",
289
+ "KLRD1",
290
+ "CYBB",
291
+ "CHORDC1",
292
+ "KRTAP21-1",
293
+ "TUBA1B",
294
+ "TVP23B",
295
+ "MAN1A2",
296
+ "PIK3C2A",
297
+ "ABCA7",
298
+ "NANS",
299
+ "FSHMD1A",
300
+ "RGS10",
301
+ "MORF4L2",
302
+ "TP53INP1",
303
+ "PMS2P1",
304
+ "MAP2K1",
305
+ "SRXN1",
306
+ "PSPH",
307
+ "USP37",
308
+ "ARPIN-AP3S2",
309
+ "MRE11",
310
+ "SNORA41",
311
+ "ANKS1A",
312
+ "RNU4-1",
313
+ "WIPI1",
314
+ "RAB3GAP2",
315
+ "NDUFB6",
316
+ "ERAP1",
317
+ "C11orf54",
318
+ "ANKRD36B",
319
+ "RFC2",
320
+ "TMEM176A",
321
+ "APOBEC3A",
322
+ "GRK5",
323
+ "SND1",
324
+ "PRKRA",
325
+ "SNORA40",
326
+ "PLXDC1",
327
+ "ACO1",
328
+ "MARCHF1",
329
+ "AK5",
330
+ "ATMIN",
331
+ "PTPN1",
332
+ "EDRF1",
333
+ "AFDN",
334
+ "TANGO2",
335
+ "RPPH1",
336
+ "VOPP1",
337
+ "SMURF1",
338
+ "RHCE",
339
+ "TTLL3",
340
+ "SNORA75",
341
+ "MTCH1",
342
+ "GOLGA8H",
343
+ "RPS9",
344
+ "FLVCR1",
345
+ "HDC",
346
+ "ANKRD11",
347
+ "C1QTNF4",
348
+ "ISCA1",
349
+ "SEPTIN14P20",
350
+ "NUP210L",
351
+ "BST1",
352
+ "CEP76",
353
+ "KRTAP10-2",
354
+ "EI24",
355
+ "ZFAS1",
356
+ "MCEMP1",
357
+ "SLC17A7",
358
+ "IL2RA",
359
+ "NSD1",
360
+ "AKTIP",
361
+ "SDHAP1",
362
+ "ID2",
363
+ "OCLN",
364
+ "DPH6",
365
+ "RPL36AL",
366
+ "HAUS2",
367
+ "ERMP1",
368
+ "F2RL1",
369
+ "DSE",
370
+ "GNL3L",
371
+ "NCAPG2",
372
+ "DNASE2",
373
+ "GAB3",
374
+ "ZC2HC1A",
375
+ "CXCR3",
376
+ "CXCL8",
377
+ "HBG1",
378
+ "SHTN1",
379
+ "ALPK1",
380
+ "SRPK2",
381
+ "ZNF354A",
382
+ "NBR2",
383
+ "CD300LF",
384
+ "AKAP6",
385
+ "PARP6",
386
+ "TMTC1",
387
+ "DNAAF11",
388
+ "MDGA1",
389
+ "NDUFAF1",
390
+ "SPRYD3",
391
+ "ITPK1",
392
+ "LRRC28",
393
+ "KLHL5",
394
+ "TTC12",
395
+ "MRPL47",
396
+ "CD101",
397
+ "GNB4",
398
+ "KRT73",
399
+ "AMN",
400
+ "HMGA2",
401
+ "RABGGTB",
402
+ "CD177",
403
+ "MACO1",
404
+ "EEFSEC",
405
+ "CALU",
406
+ "NXPE3",
407
+ "PPDPF",
408
+ "PGM5",
409
+ "ZNF814",
410
+ "ALG8",
411
+ "HSD17B7",
412
+ "MMRN1",
413
+ "NIPAL2",
414
+ "ZNF486",
415
+ "RPL23AP82",
416
+ "SNORA27",
417
+ "WARS1",
418
+ "CUBN",
419
+ "DTX2",
420
+ "EIF4EBP2",
421
+ "RRM1",
422
+ "ARHGEF3",
423
+ "SNORA15",
424
+ "BRD7",
425
+ "ARL17A",
426
+ "SNORD8",
427
+ "CHD1L",
428
+ "HIPK3",
429
+ "RNPC3",
430
+ "SHLD2",
431
+ "NT5DC1",
432
+ "FAM27B",
433
+ "UHMK1",
434
+ "WDR70",
435
+ "SGSH",
436
+ "EEF2",
437
+ "PFN3",
438
+ "EIF4H",
439
+ "HLA-J",
440
+ "CDC42EP5",
441
+ "PGM5P2",
442
+ "PEAK1",
443
+ "SSBP3",
444
+ "NSUN2",
445
+ "TPST1",
446
+ "PRICKLE1",
447
+ "MGAT5",
448
+ "PLB1",
449
+ "PWARSN",
450
+ "TBC1D9",
451
+ "RNASE6",
452
+ "LPCAT1",
453
+ "PVALB",
454
+ "CD244",
455
+ "PIK3R1",
456
+ "THEM4",
457
+ "RPS26P11",
458
+ "P2RY12",
459
+ "SNHG29",
460
+ "PCBP1",
461
+ "LPIN2",
462
+ "FCER1A",
463
+ "PMS2P5",
464
+ "SLC35A4",
465
+ "SAXO2",
466
+ "FNDC3A",
467
+ "CLCN7",
468
+ "MMP25",
469
+ "TMTC4",
470
+ "CXCL16",
471
+ "EIF3C",
472
+ "USP39",
473
+ "TAS2R31",
474
+ "GDE1",
475
+ "ELP2",
476
+ "MRRF",
477
+ "GRHPR",
478
+ "IRAG2",
479
+ "DESI1",
480
+ "ID1",
481
+ "CD300C",
482
+ "ASPH",
483
+ "NOD2",
484
+ "ZNF26",
485
+ "ADGB",
486
+ "YWHAH",
487
+ "GGTA1",
488
+ "SLFN12",
489
+ "TMEM156",
490
+ "IER3",
491
+ "TLR3",
492
+ "ZNF429",
493
+ "MSL1",
494
+ "POLR2E",
495
+ "CTU1",
496
+ "MOSPD2",
497
+ "CD40",
498
+ "SHISA4",
499
+ "ADGRG7",
500
+ "EMB",
501
+ "SLC38A11",
502
+ "GTF2H1",
503
+ "COMMD1",
504
+ "MILR1",
505
+ "IGKV2D-26",
506
+ "TSHZ2",
507
+ "DNAJB1",
508
+ "CAB39",
509
+ "ZNF641",
510
+ "PABPC4",
511
+ "MAFF",
512
+ "CENPC",
513
+ "ZNF706",
514
+ "RAP1A",
515
+ "ZFTRAF1",
516
+ "DAPK1",
517
+ "TBC1D7",
518
+ "TUBD1",
519
+ "HNRNPUL2",
520
+ "ZBTB8OS",
521
+ "MBOAT1",
522
+ "MMP8",
523
+ "ITPR3",
524
+ "PDE8A",
525
+ "MROH6",
526
+ "SEMA4B",
527
+ "ARG1",
528
+ "BTN3A3",
529
+ "OR52N4",
530
+ "YTHDC1",
531
+ "DHX36",
532
+ "LY75",
533
+ "RASAL3",
534
+ "MED7",
535
+ "SAC3D1",
536
+ "DTHD1",
537
+ "HADHA",
538
+ "GLMP",
539
+ "GASK1B",
540
+ "TRMT1",
541
+ "RBM12",
542
+ "MCTS1",
543
+ "MZT2B",
544
+ "MS4A2",
545
+ "INTS3",
546
+ "MDM1",
547
+ "ACP5",
548
+ "LTA4H",
549
+ "LINC00852",
550
+ "CAMK1D",
551
+ "ZNF518B",
552
+ "FBXW7",
553
+ "WSB2",
554
+ "LPAR2",
555
+ "PLP2",
556
+ "ELP5",
557
+ "ADPRM",
558
+ "TMEM63C",
559
+ "ASGR2",
560
+ "THEM5",
561
+ "MT1F",
562
+ "VNN3P",
563
+ "PRKCB",
564
+ "IMPA2",
565
+ "PAPSS1",
566
+ "C15orf39",
567
+ "KCNJ4",
568
+ "NFE2L1",
569
+ "BNC2",
570
+ "TACR3",
571
+ "SF3B4",
572
+ "LILRA4",
573
+ "LINC00268",
574
+ "IKBKB",
575
+ "PRLH",
576
+ "BRCA1",
577
+ "EIF2AK3",
578
+ "CKAP2",
579
+ "FAM185A",
580
+ "GSTO1",
581
+ "SLC35E2B",
582
+ "SULT1A2",
583
+ "MLKL",
584
+ "PTPN11",
585
+ "SLC48A1",
586
+ "MRI1",
587
+ "FPGT",
588
+ "CD151",
589
+ "SMAD4",
590
+ "NGDN",
591
+ "SNAPC5",
592
+ "CKAP4",
593
+ "NOP10",
594
+ "IL12RB2",
595
+ "COX2",
596
+ "ZNF275",
597
+ "ETHE1",
598
+ "FRG1BP",
599
+ "H4C8",
600
+ "RLIG1",
601
+ "TMEM170A",
602
+ "SLC9A6",
603
+ "RTN1",
604
+ "SCAMP1",
605
+ "ERP27",
606
+ "ERICH1",
607
+ "SRCAP",
608
+ "MOB1B",
609
+ "CYP1B1",
610
+ "RCOR1",
611
+ "NTN1",
612
+ "BCAP31",
613
+ "DUSP18",
614
+ "DND1",
615
+ "LSMEM1",
616
+ "THUMPD3",
617
+ "LAP3",
618
+ "TIAM1",
619
+ "DDT",
620
+ "RFPL4A",
621
+ "RSPRY1",
622
+ "COA5",
623
+ "HEXIM1",
624
+ "CCDC59",
625
+ "POLI",
626
+ "PRICKLE3",
627
+ "AOC3",
628
+ "ADNP",
629
+ "SNORD35A",
630
+ "SPRYD4",
631
+ "JARID2",
632
+ "PPP1R12B",
633
+ "CASP4",
634
+ "LYZ",
635
+ "GUSBP15",
636
+ "RSU1",
637
+ "ZNF431",
638
+ "PLG",
639
+ "GTF2H2",
640
+ "POLD3",
641
+ "GYPE",
642
+ "CTLA4",
643
+ "IWS1",
644
+ "ADHFE1",
645
+ "CA1",
646
+ "AP4E1",
647
+ "H2BC20P",
648
+ "ETV7",
649
+ "IDH1",
650
+ "SNORA20",
651
+ "DDX11",
652
+ "METTL6",
653
+ "ZKSCAN1",
654
+ "GPR15",
655
+ "CMBL",
656
+ "SNORD107",
657
+ "MRPS15",
658
+ "CLCN3",
659
+ "EIF4E",
660
+ "CARD11",
661
+ "STX2",
662
+ "COIL",
663
+ "TRMT11",
664
+ "NEK6",
665
+ "CDS2",
666
+ "ZNF177",
667
+ "RPL23AP7",
668
+ "CASP9",
669
+ "DDX11L2",
670
+ "VCPKMT",
671
+ "GBGT1",
672
+ "DGAT1",
673
+ "VNN1",
674
+ "ZNF445",
675
+ "OR52K3P",
676
+ "WDR5B",
677
+ "HSPA1L",
678
+ "GPR132",
679
+ "SHKBP1",
680
+ "RHOBTB3",
681
+ "CYTB",
682
+ "PPP6R1",
683
+ "IGLV6-57",
684
+ "ASL",
685
+ "PDZD4",
686
+ "POGZ",
687
+ "U2AF1",
688
+ "MIR210",
689
+ "IGKV3-7",
690
+ "AVIL",
691
+ "PSD4",
692
+ "ABCD3",
693
+ "LHFPL2",
694
+ "NKX3-1",
695
+ "PDXDC1",
696
+ "NECAP2",
697
+ "SNORA38",
698
+ "DAB1",
699
+ "BID",
700
+ "SNORD45B",
701
+ "DNMBP",
702
+ "KATNBL1",
703
+ "HIVEP2",
704
+ "TMED8",
705
+ "GPR137B",
706
+ "BET1",
707
+ "STK35",
708
+ "SNURF",
709
+ "TBC1D10C",
710
+ "SNORD103A",
711
+ "GUSBP3",
712
+ "VSTM1",
713
+ "CLDN7",
714
+ "PDE4DIP",
715
+ "CABP2",
716
+ "EVA1C",
717
+ "TOR1AIP1",
718
+ "SH3GL1",
719
+ "CLEC1B",
720
+ "CDC16",
721
+ "VNN2",
722
+ "ZNF816",
723
+ "ZNF594",
724
+ "RALGDS",
725
+ "TRAP1",
726
+ "CLEC4GP1",
727
+ "ZNF749",
728
+ "ALPL",
729
+ "PPP6C",
730
+ "HGSNAT",
731
+ "GLRX",
732
+ "SNX9",
733
+ "ADAD2",
734
+ "EIF4E2",
735
+ "VTRNA1-1",
736
+ "FMN1",
737
+ "ANKRD20A11P",
738
+ "NDUFV2",
739
+ "SLC8B1",
740
+ "OSBPL3",
741
+ "COG5",
742
+ "UBE2K",
743
+ "HCFC1",
744
+ "ZFP90",
745
+ "FCGR2B",
746
+ "GIMAP5",
747
+ "SLC35A5",
748
+ "XPO1",
749
+ "UGT2B7",
750
+ "GYPB",
751
+ "TNFRSF1A",
752
+ "CFD",
753
+ "PDK4",
754
+ "SGMS1",
755
+ "REEP4",
756
+ "DDX12P",
757
+ "NOTCH2NLB",
758
+ "ZNF83",
759
+ "CYTOR",
760
+ "NOMO1",
761
+ "YKT6",
762
+ "KCNJ15",
763
+ "RNF144B",
764
+ "GPR89B",
765
+ "SNORD62B",
766
+ "RHD",
767
+ "ARL17B",
768
+ "MAFIP",
769
+ "HBG2",
770
+ "DDX11L9",
771
+ "FAM120A2P",
772
+ "TFAP2E",
773
+ "SDHAP2",
774
+ "CD40LG",
775
+ "GTF2H2B",
776
+ "EIF3CL",
777
+ "PLGLA",
778
+ "NOMO2",
779
+ "NOMO3",
780
+ "SNORD103B"
781
+ ],
782
+ "Coefficient": [
783
+ 3.0495451169582664,
784
+ -2.4207294750714494,
785
+ -2.338298466693457,
786
+ -2.337533644985635,
787
+ 2.232119930126059,
788
+ -2.0289307700683143,
789
+ 2.0207113898548292,
790
+ 2.00405153474868,
791
+ 1.9961530242518615,
792
+ -1.9567469135729083,
793
+ -1.84374787852823,
794
+ -1.6825866209996239,
795
+ -1.6648037116101961,
796
+ 1.5866437114535585,
797
+ -1.5650497100641878,
798
+ -1.5513999771629818,
799
+ 1.511514499531604,
800
+ -1.4830238714095998,
801
+ -1.4812838973251143,
802
+ 1.448666282390313,
803
+ -1.4362990414840395,
804
+ -1.4327285780578813,
805
+ -1.4040113860891552,
806
+ 1.4018957577212814,
807
+ -1.3963360339196547,
808
+ -1.3757558607517937,
809
+ 1.365239730943117,
810
+ -1.3438962462239255,
811
+ -1.3398928573433078,
812
+ -1.3396218355229657,
813
+ 1.3379493430549743,
814
+ 1.3245950369111157,
815
+ -1.2876349431688696,
816
+ 1.2806566478556016,
817
+ -1.265322605173977,
818
+ 1.2244356234753266,
819
+ 1.2185102123064178,
820
+ 1.2080461808737244,
821
+ -1.1938156500805317,
822
+ -1.1852086341255605,
823
+ 1.1843663284408983,
824
+ 1.1760511357872923,
825
+ -1.1672300950053873,
826
+ -1.146666872345024,
827
+ 1.131464807682636,
828
+ -1.1275156434859677,
829
+ -1.113580099212384,
830
+ -1.105559081555191,
831
+ 1.0946824535881177,
832
+ 1.0887400085702168,
833
+ -1.085733191351862,
834
+ 1.0802330431977807,
835
+ -1.0671436513208796,
836
+ 1.0571192104030356,
837
+ -1.0530080500506542,
838
+ 1.050443880920816,
839
+ 1.0480776754174286,
840
+ 1.0464826400902838,
841
+ 1.0254131027325937,
842
+ -1.0116878852917914,
843
+ -1.0100188564758104,
844
+ -0.9923164264600633,
845
+ -0.9920223108495673,
846
+ 0.983543334992723,
847
+ -0.9835084609418456,
848
+ 0.9812691144450737,
849
+ 0.9749705768909271,
850
+ 0.9716833303385858,
851
+ 0.9682261810825974,
852
+ 0.9577404748660305,
853
+ -0.9470890245327164,
854
+ 0.9470867772675396,
855
+ 0.9359628401408455,
856
+ -0.9231001471422144,
857
+ -0.9177252272392555,
858
+ -0.9124206474961278,
859
+ 0.9122050067435927,
860
+ 0.9002185100159735,
861
+ 0.8998304006725157,
862
+ 0.8919956223973974,
863
+ -0.8917650651251646,
864
+ 0.8911037530382571,
865
+ -0.8883639175871956,
866
+ -0.885548389706633,
867
+ -0.8791872598691993,
868
+ 0.8787072911556655,
869
+ 0.8772804462602073,
870
+ 0.8716679085165745,
871
+ -0.8684411052196729,
872
+ 0.8649458859515614,
873
+ -0.8599623137575354,
874
+ -0.85711079497475,
875
+ 0.8562645928954093,
876
+ 0.8468508110713348,
877
+ 0.8450164334631122,
878
+ 0.8424768890873154,
879
+ 0.8378699447601634,
880
+ -0.8355962695319485,
881
+ -0.8354152844478375,
882
+ 0.8278817762961118,
883
+ 0.8261900511522717,
884
+ 0.8251513921360362,
885
+ 0.8192951943790767,
886
+ -0.8127286253179137,
887
+ -0.8070602604829951,
888
+ 0.8057428778861414,
889
+ 0.8005383362794427,
890
+ 0.7960660999523053,
891
+ 0.794010798821805,
892
+ 0.7867183989390376,
893
+ -0.7863296694342795,
894
+ -0.7839088098657611,
895
+ -0.7812128151952009,
896
+ -0.7771225970482442,
897
+ 0.768204268456414,
898
+ 0.7665274346012898,
899
+ 0.763860507117854,
900
+ -0.7630930269489123,
901
+ 0.761812892537672,
902
+ -0.7609123287748742,
903
+ -0.7596906788177067,
904
+ 0.7594441278672527,
905
+ 0.7549523146671011,
906
+ -0.7519273439163985,
907
+ -0.7476749755360708,
908
+ -0.7406772477542717,
909
+ -0.7389942805814445,
910
+ 0.7361978150655162,
911
+ 0.7350610112187692,
912
+ -0.7312223860281054,
913
+ -0.7302262827858049,
914
+ 0.7295783320528522,
915
+ -0.7278377641137953,
916
+ -0.7260227717968396,
917
+ -0.7243946612692856,
918
+ -0.724049900366832,
919
+ 0.7205544988291915,
920
+ -0.7188606089937414,
921
+ 0.7165114658290748,
922
+ -0.706266465371216,
923
+ 0.7041932584329537,
924
+ -0.6982125509650527,
925
+ 0.6960474092166081,
926
+ -0.692629670559782,
927
+ -0.6921766395404859,
928
+ -0.6907970613334576,
929
+ 0.6827297187154298,
930
+ 0.6808065510510422,
931
+ 0.6773340052944208,
932
+ -0.6750665933848286,
933
+ -0.6750128150454705,
934
+ -0.6747598203204155,
935
+ -0.6744599672541999,
936
+ -0.6724178795179987,
937
+ -0.6721565250496812,
938
+ -0.6721365472291353,
939
+ 0.6704844337208807,
940
+ -0.6662387308725345,
941
+ -0.664488376119898,
942
+ 0.6622600259666189,
943
+ 0.6585448208005609,
944
+ -0.6540371527758652,
945
+ 0.648352834086083,
946
+ 0.642975564254894,
947
+ 0.6408280477339936,
948
+ -0.6367796048682748,
949
+ 0.6367478847498432,
950
+ 0.6361931476123659,
951
+ -0.6356311287244962,
952
+ -0.6335657965000093,
953
+ 0.6333047350437035,
954
+ -0.632576044893308,
955
+ 0.6317388213666236,
956
+ -0.62855001873581,
957
+ 0.623670458122002,
958
+ -0.6192338493296144,
959
+ 0.6185834209055279,
960
+ 0.6158530893035209,
961
+ 0.6155462110293753,
962
+ -0.6125867555088285,
963
+ 0.6116464525833848,
964
+ -0.6065967210942863,
965
+ -0.6016878077745474,
966
+ 0.5948752716286013,
967
+ -0.594712146902159,
968
+ -0.5940201789998203,
969
+ -0.5913733129202516,
970
+ -0.5894969308444264,
971
+ 0.5869188375588092,
972
+ 0.5860665532486738,
973
+ 0.5860143141217404,
974
+ -0.583324751450337,
975
+ 0.5827354121336457,
976
+ -0.5809918349832276,
977
+ 0.5786644560545393,
978
+ -0.5752985110063832,
979
+ 0.5710036446406782,
980
+ -0.5690801085683934,
981
+ 0.5690546431937543,
982
+ -0.5680699055929961,
983
+ 0.5633184494088427,
984
+ -0.5621099241695331,
985
+ 0.5555199568528995,
986
+ -0.548128067511973,
987
+ 0.5452228587809167,
988
+ 0.544940404096238,
989
+ 0.5436899204227321,
990
+ -0.5426545765592055,
991
+ 0.5425686403706902,
992
+ 0.5356778063014246,
993
+ 0.5306557293491412,
994
+ -0.5272679690614085,
995
+ 0.5261468091518077,
996
+ -0.5256553025179049,
997
+ 0.5178590775991243,
998
+ 0.5173228208015054,
999
+ 0.5168869378383949,
1000
+ -0.5128892474226598,
1001
+ -0.5127487137506939,
1002
+ 0.5108518035378087,
1003
+ 0.5100771702622491,
1004
+ -0.5088314149909792,
1005
+ 0.5074983108169329,
1006
+ 0.5050100599075938,
1007
+ 0.5043457892882967,
1008
+ 0.5037197533632282,
1009
+ 0.5012878143348326,
1010
+ -0.5005526247052968,
1011
+ 0.49853313401878546,
1012
+ 0.4980576176448634,
1013
+ 0.4949451059516819,
1014
+ 0.4949314282499548,
1015
+ 0.4916195354683285,
1016
+ -0.4898031024255051,
1017
+ 0.48870465037306315,
1018
+ 0.48841287376312015,
1019
+ 0.485255497634758,
1020
+ -0.48468503192110457,
1021
+ 0.48374505623712744,
1022
+ -0.4806140484271017,
1023
+ 0.47884677468834785,
1024
+ 0.4783918617676825,
1025
+ -0.47673930886754745,
1026
+ 0.47538952184191297,
1027
+ -0.47397409008006736,
1028
+ 0.4728598347273892,
1029
+ -0.4721441344280673,
1030
+ -0.4694453712036674,
1031
+ -0.46616821574724,
1032
+ -0.46329014865465584,
1033
+ 0.4632038910896434,
1034
+ -0.46312117528053265,
1035
+ 0.4608625002002548,
1036
+ 0.4603703782680053,
1037
+ 0.4578913530357095,
1038
+ -0.4571593894812448,
1039
+ -0.4536208261770831,
1040
+ -0.45269409500935276,
1041
+ 0.45161305274661195,
1042
+ -0.44711250420303195,
1043
+ 0.44636434987068047,
1044
+ -0.44614350084508364,
1045
+ 0.44315574765715576,
1046
+ 0.4417551187059142,
1047
+ -0.4415922251687496,
1048
+ -0.44078316255456823,
1049
+ 0.43983849530260055,
1050
+ -0.4397364411075177,
1051
+ 0.4380593665631082,
1052
+ 0.437205847077994,
1053
+ 0.4349106795461709,
1054
+ -0.43223495604683887,
1055
+ 0.43119740616668556,
1056
+ -0.42754750017833465,
1057
+ -0.42535426181264724,
1058
+ 0.4250332289559164,
1059
+ 0.4228068011827951,
1060
+ 0.4206214138033699,
1061
+ 0.4200757640004385,
1062
+ 0.4184038281333372,
1063
+ -0.4166220227120176,
1064
+ 0.41325328303083286,
1065
+ 0.41137960218225295,
1066
+ 0.40986781941975764,
1067
+ -0.4098174788309801,
1068
+ 0.40594875146788023,
1069
+ 0.40585319482811866,
1070
+ 0.4057362983796704,
1071
+ -0.4025817818228809,
1072
+ -0.39620664983191084,
1073
+ 0.39469217987390054,
1074
+ -0.3936808319809152,
1075
+ 0.39202011171745466,
1076
+ 0.39088073473503093,
1077
+ -0.39043731743393895,
1078
+ 0.3874454923030035,
1079
+ 0.38561867721993426,
1080
+ 0.3848957818532789,
1081
+ -0.38398384328329627,
1082
+ 0.38306686186278394,
1083
+ 0.3827991219751885,
1084
+ 0.3817940168741468,
1085
+ -0.38071308733308573,
1086
+ -0.3775120299172445,
1087
+ 0.3757914000858212,
1088
+ -0.3749450993613287,
1089
+ -0.3640705014312404,
1090
+ 0.36144417172161925,
1091
+ 0.36141316987384986,
1092
+ 0.36011582933784503,
1093
+ 0.35502961379062264,
1094
+ 0.35020698782642523,
1095
+ -0.349634440015386,
1096
+ -0.34772754957605556,
1097
+ 0.34559882922006796,
1098
+ -0.34472754400441863,
1099
+ 0.34429046130282376,
1100
+ -0.34362246681593184,
1101
+ -0.3411487283377963,
1102
+ 0.3408847124608738,
1103
+ 0.33454402954515405,
1104
+ -0.33437532575734774,
1105
+ 0.3335064654075687,
1106
+ 0.332472727630619,
1107
+ 0.3323757649327558,
1108
+ 0.3320042984560367,
1109
+ 0.3318006815476197,
1110
+ -0.3308004843467832,
1111
+ 0.3303408494647966,
1112
+ -0.3303337500779637,
1113
+ -0.33028679163159425,
1114
+ 0.3289952268960549,
1115
+ -0.3289454043258279,
1116
+ 0.32887540223413536,
1117
+ -0.32735806602786144,
1118
+ -0.32735160170534994,
1119
+ 0.32660849671609093,
1120
+ 0.3231009088808757,
1121
+ -0.3219897054234815,
1122
+ -0.3212420337507568,
1123
+ -0.3203961296988454,
1124
+ -0.3201484879702039,
1125
+ -0.3193889112315444,
1126
+ -0.3185851417576075,
1127
+ 0.3159788813051541,
1128
+ 0.30890007690451826,
1129
+ -0.30867262730407646,
1130
+ -0.305040137575813,
1131
+ 0.3042458854695704,
1132
+ 0.3031299316603829,
1133
+ 0.29992842979560236,
1134
+ 0.29976791019510113,
1135
+ 0.2991273281330257,
1136
+ 0.2988551087884943,
1137
+ 0.296858852436873,
1138
+ 0.2938904947024314,
1139
+ 0.29265830473471416,
1140
+ 0.290596733480178,
1141
+ 0.290590230058365,
1142
+ 0.28928450630897473,
1143
+ 0.28918733403090313,
1144
+ 0.2890960916698934,
1145
+ 0.2826319375950786,
1146
+ -0.2820396162715542,
1147
+ 0.2810147193794833,
1148
+ 0.27780079551109615,
1149
+ 0.2774183608171398,
1150
+ -0.2773982038737304,
1151
+ -0.27701049015898555,
1152
+ -0.27573714676001054,
1153
+ 0.2755548065190733,
1154
+ -0.2748518764719626,
1155
+ 0.2745950143196967,
1156
+ -0.27441200370277224,
1157
+ -0.2740936122273323,
1158
+ 0.27370539616827105,
1159
+ 0.27306364706563013,
1160
+ 0.272142916881331,
1161
+ 0.2720796828710829,
1162
+ 0.27053858623118393,
1163
+ 0.27017285939408076,
1164
+ 0.2689117802463188,
1165
+ -0.26825992009872135,
1166
+ 0.2682429466426699,
1167
+ -0.26775490901455534,
1168
+ -0.26721160206714795,
1169
+ -0.2667243621089158,
1170
+ -0.26602241864102383,
1171
+ -0.2646040888034694,
1172
+ 0.26077293108736016,
1173
+ -0.26010874017871166,
1174
+ 0.25977534789926304,
1175
+ -0.25869404563958603,
1176
+ -0.2580534284776915,
1177
+ -0.2572262172486661,
1178
+ -0.2565025340189852,
1179
+ -0.25619974019378877,
1180
+ -0.2560427958030977,
1181
+ 0.25593224146453264,
1182
+ 0.25459220556145923,
1183
+ 0.25410870532718505,
1184
+ 0.2539189523522902,
1185
+ -0.2521594189978277,
1186
+ -0.25166311197031355,
1187
+ -0.25098006934315104,
1188
+ 0.2504869537232284,
1189
+ 0.25017069214981363,
1190
+ -0.25014526285997535,
1191
+ 0.2498725467313771,
1192
+ -0.24915250326088992,
1193
+ -0.24816649498876067,
1194
+ 0.2461464197316183,
1195
+ 0.24495917182209473,
1196
+ 0.24477701046615177,
1197
+ 0.24413035842699587,
1198
+ 0.24347714719895408,
1199
+ -0.2417139003755802,
1200
+ -0.24111435450128998,
1201
+ 0.24020781434333402,
1202
+ 0.2399558463721132,
1203
+ -0.23783711199043278,
1204
+ 0.23706864830322316,
1205
+ -0.23446379477819143,
1206
+ -0.23445553266808275,
1207
+ -0.2342621334586133,
1208
+ -0.2340078360686661,
1209
+ -0.23334937353897459,
1210
+ 0.23170673726809704,
1211
+ 0.23168660352441903,
1212
+ 0.23111935083913687,
1213
+ 0.22998458033678187,
1214
+ -0.22887554631693335,
1215
+ -0.2253144014186329,
1216
+ -0.22390641645032572,
1217
+ -0.22257154817786787,
1218
+ -0.22188295109962716,
1219
+ 0.22119872883002006,
1220
+ -0.22116332065525665,
1221
+ -0.22078846689964568,
1222
+ 0.2200628125440549,
1223
+ 0.21979834853135358,
1224
+ -0.21955367254782412,
1225
+ 0.21866821193333746,
1226
+ 0.215942967291194,
1227
+ 0.215608914709566,
1228
+ 0.21412462224011775,
1229
+ 0.2137091481236181,
1230
+ 0.2123774085354473,
1231
+ -0.21191854265198576,
1232
+ 0.2115602915610079,
1233
+ 0.2080639428558842,
1234
+ 0.20641062441840935,
1235
+ -0.20578180101728386,
1236
+ 0.20556950402606078,
1237
+ -0.20451278224360153,
1238
+ -0.20343561838044785,
1239
+ -0.2032729610603404,
1240
+ 0.19948666590119718,
1241
+ -0.1970864563502463,
1242
+ 0.19690489976453823,
1243
+ 0.19680672804335392,
1244
+ 0.19658641413148095,
1245
+ 0.19603998063688774,
1246
+ -0.1950774707216699,
1247
+ -0.19483237692504296,
1248
+ -0.19212363031258214,
1249
+ 0.19006887043725382,
1250
+ 0.18959050688690043,
1251
+ -0.18868333590600064,
1252
+ 0.18742697534065336,
1253
+ -0.18463261516185134,
1254
+ 0.1819277635699972,
1255
+ 0.18079825555046816,
1256
+ 0.18079821840896926,
1257
+ 0.17980515529923025,
1258
+ -0.17852287188109792,
1259
+ -0.17846445111795847,
1260
+ 0.1781267741071238,
1261
+ 0.17707890241782492,
1262
+ -0.17632917542984158,
1263
+ -0.17614875129557714,
1264
+ 0.1742729384058944,
1265
+ 0.17358341460955834,
1266
+ 0.17233499875448077,
1267
+ 0.1695152537490343,
1268
+ -0.1688202417405144,
1269
+ -0.16855513308857276,
1270
+ 0.16852776901916378,
1271
+ 0.16647901556736372,
1272
+ -0.1660976930568453,
1273
+ -0.16593288218669514,
1274
+ 0.16574733370890068,
1275
+ 0.16268922640065023,
1276
+ 0.1625372755867566,
1277
+ 0.16240608229773978,
1278
+ 0.16117987442837994,
1279
+ 0.16069737237574666,
1280
+ -0.16050058292266076,
1281
+ 0.15864818441787035,
1282
+ 0.1567210975290897,
1283
+ -0.15629345913175438,
1284
+ 0.1541173381857393,
1285
+ 0.154100889043975,
1286
+ -0.1525802568184699,
1287
+ -0.15257995035526697,
1288
+ -0.15257130679651795,
1289
+ -0.14928453075283982,
1290
+ -0.14433873207668832,
1291
+ 0.14287501624709664,
1292
+ -0.14158931904429226,
1293
+ 0.14154271642597582,
1294
+ -0.14120188062071037,
1295
+ 0.13922366023412125,
1296
+ -0.13884916000086087,
1297
+ 0.13865589968163006,
1298
+ -0.13835719317779424,
1299
+ -0.13742902839155643,
1300
+ 0.13597488088225496,
1301
+ -0.13450957926812268,
1302
+ 0.13390862567494505,
1303
+ 0.1339034574609285,
1304
+ -0.13333175063870006,
1305
+ -0.13222757105140967,
1306
+ -0.13193957512340482,
1307
+ 0.1319392039915601,
1308
+ -0.1315245198694419,
1309
+ 0.13070220624030007,
1310
+ 0.13015497889443473,
1311
+ 0.12835764663356755,
1312
+ 0.12760636352228502,
1313
+ 0.12570154421128152,
1314
+ -0.12568121123951287,
1315
+ -0.1250169575475791,
1316
+ -0.1243732838339121,
1317
+ -0.12415685620326175,
1318
+ -0.12414304723254502,
1319
+ -0.12405688538339892,
1320
+ -0.1214848776508576,
1321
+ 0.1207068708971853,
1322
+ 0.12036040613786544,
1323
+ -0.11996202915249257,
1324
+ -0.11902953641148012,
1325
+ -0.11861806635917672,
1326
+ 0.11851234817625074,
1327
+ -0.11822657273739375,
1328
+ 0.11742328375007326,
1329
+ -0.11626245208890985,
1330
+ -0.1154784136408359,
1331
+ 0.1153113190557713,
1332
+ -0.1149478594295715,
1333
+ -0.11475737406854976,
1334
+ -0.11398633459576989,
1335
+ 0.11143025973773257,
1336
+ 0.10872138918974188,
1337
+ 0.10855561429685039,
1338
+ -0.10852486257302249,
1339
+ 0.10836893304682171,
1340
+ 0.10824258138182903,
1341
+ 0.10656861830621939,
1342
+ -0.10622004119617325,
1343
+ 0.105970391403923,
1344
+ -0.1048262649127304,
1345
+ 0.1048165784119627,
1346
+ 0.10410538582635699,
1347
+ -0.10398884750912721,
1348
+ -0.1039637629695562,
1349
+ -0.10301909825505744,
1350
+ -0.10196280384218763,
1351
+ -0.10121971538531875,
1352
+ 0.10039400247080044,
1353
+ 0.1003782489372615,
1354
+ -0.10035122517390556,
1355
+ 0.09953994742719696,
1356
+ -0.09711331038096092,
1357
+ 0.09699830858454031,
1358
+ -0.09668196781777968,
1359
+ 0.09467632098279297,
1360
+ -0.09463851078446618,
1361
+ -0.09391438433860913,
1362
+ -0.09329090529075285,
1363
+ 0.09292659470680398,
1364
+ -0.09292011374229149,
1365
+ -0.09145532741368809,
1366
+ 0.09127202929601318,
1367
+ -0.09033317919668112,
1368
+ -0.09022704411003805,
1369
+ 0.09004717758571566,
1370
+ 0.08882630036597977,
1371
+ -0.08720548383219609,
1372
+ 0.08676072935039701,
1373
+ 0.08280201058808594,
1374
+ -0.08206268497012059,
1375
+ -0.08124934708935971,
1376
+ -0.08116101172690923,
1377
+ 0.0808844190759575,
1378
+ -0.08048855802412036,
1379
+ 0.07965953367476053,
1380
+ -0.07709930250955628,
1381
+ 0.07673347165702911,
1382
+ 0.07601038927071926,
1383
+ 0.07577845764975409,
1384
+ 0.07481135983287264,
1385
+ -0.07407742235045045,
1386
+ -0.07295076145769691,
1387
+ 0.07281074145167292,
1388
+ 0.07260360409055507,
1389
+ -0.07144043095528502,
1390
+ -0.07140447819801865,
1391
+ 0.07127261711797579,
1392
+ -0.07124029502435322,
1393
+ -0.06994779268727665,
1394
+ -0.06887125653592388,
1395
+ 0.06810791660194876,
1396
+ 0.06763820664738968,
1397
+ 0.06724830873920044,
1398
+ 0.06671227452525122,
1399
+ 0.06578431855951791,
1400
+ -0.06538708489705454,
1401
+ -0.06402643120721961,
1402
+ 0.0625900597200317,
1403
+ 0.06239910353618918,
1404
+ 0.06228710576794751,
1405
+ -0.06025258933185724,
1406
+ -0.06009443959007375,
1407
+ 0.059034425637914764,
1408
+ -0.058637930897558116,
1409
+ -0.057692344925984594,
1410
+ 0.057415596656205756,
1411
+ 0.05723195509460354,
1412
+ 0.057207263672803516,
1413
+ -0.05702781640207501,
1414
+ 0.05675045637216678,
1415
+ 0.05517760789365202,
1416
+ 0.05479693217179866,
1417
+ -0.05144482114405123,
1418
+ 0.04897374323365874,
1419
+ -0.047239349813337814,
1420
+ 0.0469726095288704,
1421
+ 0.04667494391939159,
1422
+ -0.04665423100992755,
1423
+ 0.04651519168183908,
1424
+ -0.0461711295402484,
1425
+ 0.04591806261208721,
1426
+ -0.04516181511320811,
1427
+ 0.04507830836247638,
1428
+ 0.044028267764767696,
1429
+ 0.04349185037271284,
1430
+ 0.042537384676483866,
1431
+ -0.04245774146041946,
1432
+ 0.04208565204268112,
1433
+ 0.041810439167758034,
1434
+ 0.041602774305041376,
1435
+ 0.03920691988919333,
1436
+ 0.03797150990716987,
1437
+ 0.03734262605348307,
1438
+ 0.03652329596940407,
1439
+ 0.0364707012070835,
1440
+ -0.03549297452588565,
1441
+ -0.03520534186632468,
1442
+ -0.03471833788169176,
1443
+ -0.034012986986230474,
1444
+ -0.03305448699320627,
1445
+ -0.03077603128250348,
1446
+ 0.030580705004605246,
1447
+ -0.030404580669763273,
1448
+ -0.030105322223585692,
1449
+ -0.03000482297952474,
1450
+ -0.028587850523858347,
1451
+ 0.028274942871888257,
1452
+ -0.027413402536668588,
1453
+ -0.027280355589054162,
1454
+ 0.02715080376245565,
1455
+ -0.026423817489510806,
1456
+ 0.025825181013308114,
1457
+ 0.025775771809177613,
1458
+ -0.025674683864059328,
1459
+ -0.025670708544385273,
1460
+ -0.025662796126319387,
1461
+ 0.023214533056411576,
1462
+ -0.022382253842533412,
1463
+ 0.022208864855411486,
1464
+ 0.021580606479448892,
1465
+ -0.020619170716824838,
1466
+ -0.01955095030873016,
1467
+ -0.01891662950724925,
1468
+ -0.018722392292486095,
1469
+ 0.01841060055313497,
1470
+ -0.018024725930658087,
1471
+ 0.017965844620094568,
1472
+ -0.017169656597013486,
1473
+ -0.016805180109860027,
1474
+ -0.016270584754218866,
1475
+ 0.01514516375665268,
1476
+ -0.015090422393383788,
1477
+ 0.01460412724602205,
1478
+ 0.014510242840033195,
1479
+ -0.014198331955420519,
1480
+ 0.014050653970010103,
1481
+ -0.013875884968543382,
1482
+ -0.01375611029389641,
1483
+ -0.013744075472203774,
1484
+ 0.013368170936054125,
1485
+ 0.012110386984616518,
1486
+ 0.01194574169991156,
1487
+ 0.011259174413609909,
1488
+ 0.010841907175830475,
1489
+ 0.01058738418883308,
1490
+ 0.01046686789899578,
1491
+ -0.010264847104586245,
1492
+ 0.01013491443555325,
1493
+ 0.010106845892554724,
1494
+ 0.010058263963963471,
1495
+ -0.009754296223587176,
1496
+ 0.00974838290738517,
1497
+ -0.00933218414927997,
1498
+ -0.009057017344001814,
1499
+ -0.009002773344990904,
1500
+ 0.00868866149100519,
1501
+ 0.008492822747322541,
1502
+ 0.00844787701496707,
1503
+ -0.008195490268823241,
1504
+ -0.007784625571184732,
1505
+ -0.007683612809620788,
1506
+ -0.0071713311464833614,
1507
+ -0.0070895678266997665,
1508
+ 0.007078158305605789,
1509
+ 0.0067989921637001596,
1510
+ 0.0065280431599026275,
1511
+ -0.006414187391892571,
1512
+ 0.006323520889399259,
1513
+ -0.006299560676530118,
1514
+ 0.005907136397146557,
1515
+ -0.0056255523527381675,
1516
+ 0.005412583288120112,
1517
+ 0.004842727434677165,
1518
+ 0.004784470908953576,
1519
+ 0.00463425847083761,
1520
+ 0.004525894660603065,
1521
+ 0.004209525144423133,
1522
+ -0.003996888548603437,
1523
+ 0.003910048501157666,
1524
+ 0.0033833653910629365,
1525
+ -0.0033437860673319933,
1526
+ 0.003329900791543432,
1527
+ 0.0032915972581516665,
1528
+ -0.0030481983565211488,
1529
+ 0.002894249711145246,
1530
+ 0.00251263267568497,
1531
+ 0.0024347366943799974,
1532
+ 0.0022235107728498615,
1533
+ 0.0017132465692877986,
1534
+ 0.001214239497241157,
1535
+ 0.0009620027271998763,
1536
+ -0.0007549279647169099,
1537
+ 0.0005615306762165144,
1538
+ -0.0005358902544947412,
1539
+ -0.0004263049034322724,
1540
+ -0.0003494347847181727,
1541
+ 0.00012323389066074404,
1542
+ -5.298965282778086e-05,
1543
+ -5.715828234098866e-14,
1544
+ 4.3168769738023586e-14,
1545
+ -1.9259468961692756e-14,
1546
+ 4.7095493379636095e-15,
1547
+ -4.19340043983522e-15,
1548
+ -3.0184125883672035e-15,
1549
+ -1.4008073393632972e-15,
1550
+ -2.961522512843126e-16,
1551
+ -5.312269410054926e-17,
1552
+ 4.6124648725844234e-17,
1553
+ 3.2055784341809656e-17,
1554
+ 8.36691911317943e-18,
1555
+ 6.479256251031042e-18,
1556
+ -5.152402776706417e-18,
1557
+ -4.084283560564733e-18,
1558
+ -2.7228557070431553e-18,
1559
+ 1.1369612232472261e-18
1560
+ ],
1561
+ "Absolute Coefficient": [
1562
+ 3.0495451169582664,
1563
+ 2.4207294750714494,
1564
+ 2.338298466693457,
1565
+ 2.337533644985635,
1566
+ 2.232119930126059,
1567
+ 2.0289307700683143,
1568
+ 2.0207113898548292,
1569
+ 2.00405153474868,
1570
+ 1.9961530242518615,
1571
+ 1.9567469135729083,
1572
+ 1.84374787852823,
1573
+ 1.6825866209996239,
1574
+ 1.6648037116101961,
1575
+ 1.5866437114535585,
1576
+ 1.5650497100641878,
1577
+ 1.5513999771629818,
1578
+ 1.511514499531604,
1579
+ 1.4830238714095998,
1580
+ 1.4812838973251143,
1581
+ 1.448666282390313,
1582
+ 1.4362990414840395,
1583
+ 1.4327285780578813,
1584
+ 1.4040113860891552,
1585
+ 1.4018957577212814,
1586
+ 1.3963360339196547,
1587
+ 1.3757558607517937,
1588
+ 1.365239730943117,
1589
+ 1.3438962462239255,
1590
+ 1.3398928573433078,
1591
+ 1.3396218355229657,
1592
+ 1.3379493430549743,
1593
+ 1.3245950369111157,
1594
+ 1.2876349431688696,
1595
+ 1.2806566478556016,
1596
+ 1.265322605173977,
1597
+ 1.2244356234753266,
1598
+ 1.2185102123064178,
1599
+ 1.2080461808737244,
1600
+ 1.1938156500805317,
1601
+ 1.1852086341255605,
1602
+ 1.1843663284408983,
1603
+ 1.1760511357872923,
1604
+ 1.1672300950053873,
1605
+ 1.146666872345024,
1606
+ 1.131464807682636,
1607
+ 1.1275156434859677,
1608
+ 1.113580099212384,
1609
+ 1.105559081555191,
1610
+ 1.0946824535881177,
1611
+ 1.0887400085702168,
1612
+ 1.085733191351862,
1613
+ 1.0802330431977807,
1614
+ 1.0671436513208796,
1615
+ 1.0571192104030356,
1616
+ 1.0530080500506542,
1617
+ 1.050443880920816,
1618
+ 1.0480776754174286,
1619
+ 1.0464826400902838,
1620
+ 1.0254131027325937,
1621
+ 1.0116878852917914,
1622
+ 1.0100188564758104,
1623
+ 0.9923164264600633,
1624
+ 0.9920223108495673,
1625
+ 0.983543334992723,
1626
+ 0.9835084609418456,
1627
+ 0.9812691144450737,
1628
+ 0.9749705768909271,
1629
+ 0.9716833303385858,
1630
+ 0.9682261810825974,
1631
+ 0.9577404748660305,
1632
+ 0.9470890245327164,
1633
+ 0.9470867772675396,
1634
+ 0.9359628401408455,
1635
+ 0.9231001471422144,
1636
+ 0.9177252272392555,
1637
+ 0.9124206474961278,
1638
+ 0.9122050067435927,
1639
+ 0.9002185100159735,
1640
+ 0.8998304006725157,
1641
+ 0.8919956223973974,
1642
+ 0.8917650651251646,
1643
+ 0.8911037530382571,
1644
+ 0.8883639175871956,
1645
+ 0.885548389706633,
1646
+ 0.8791872598691993,
1647
+ 0.8787072911556655,
1648
+ 0.8772804462602073,
1649
+ 0.8716679085165745,
1650
+ 0.8684411052196729,
1651
+ 0.8649458859515614,
1652
+ 0.8599623137575354,
1653
+ 0.85711079497475,
1654
+ 0.8562645928954093,
1655
+ 0.8468508110713348,
1656
+ 0.8450164334631122,
1657
+ 0.8424768890873154,
1658
+ 0.8378699447601634,
1659
+ 0.8355962695319485,
1660
+ 0.8354152844478375,
1661
+ 0.8278817762961118,
1662
+ 0.8261900511522717,
1663
+ 0.8251513921360362,
1664
+ 0.8192951943790767,
1665
+ 0.8127286253179137,
1666
+ 0.8070602604829951,
1667
+ 0.8057428778861414,
1668
+ 0.8005383362794427,
1669
+ 0.7960660999523053,
1670
+ 0.794010798821805,
1671
+ 0.7867183989390376,
1672
+ 0.7863296694342795,
1673
+ 0.7839088098657611,
1674
+ 0.7812128151952009,
1675
+ 0.7771225970482442,
1676
+ 0.768204268456414,
1677
+ 0.7665274346012898,
1678
+ 0.763860507117854,
1679
+ 0.7630930269489123,
1680
+ 0.761812892537672,
1681
+ 0.7609123287748742,
1682
+ 0.7596906788177067,
1683
+ 0.7594441278672527,
1684
+ 0.7549523146671011,
1685
+ 0.7519273439163985,
1686
+ 0.7476749755360708,
1687
+ 0.7406772477542717,
1688
+ 0.7389942805814445,
1689
+ 0.7361978150655162,
1690
+ 0.7350610112187692,
1691
+ 0.7312223860281054,
1692
+ 0.7302262827858049,
1693
+ 0.7295783320528522,
1694
+ 0.7278377641137953,
1695
+ 0.7260227717968396,
1696
+ 0.7243946612692856,
1697
+ 0.724049900366832,
1698
+ 0.7205544988291915,
1699
+ 0.7188606089937414,
1700
+ 0.7165114658290748,
1701
+ 0.706266465371216,
1702
+ 0.7041932584329537,
1703
+ 0.6982125509650527,
1704
+ 0.6960474092166081,
1705
+ 0.692629670559782,
1706
+ 0.6921766395404859,
1707
+ 0.6907970613334576,
1708
+ 0.6827297187154298,
1709
+ 0.6808065510510422,
1710
+ 0.6773340052944208,
1711
+ 0.6750665933848286,
1712
+ 0.6750128150454705,
1713
+ 0.6747598203204155,
1714
+ 0.6744599672541999,
1715
+ 0.6724178795179987,
1716
+ 0.6721565250496812,
1717
+ 0.6721365472291353,
1718
+ 0.6704844337208807,
1719
+ 0.6662387308725345,
1720
+ 0.664488376119898,
1721
+ 0.6622600259666189,
1722
+ 0.6585448208005609,
1723
+ 0.6540371527758652,
1724
+ 0.648352834086083,
1725
+ 0.642975564254894,
1726
+ 0.6408280477339936,
1727
+ 0.6367796048682748,
1728
+ 0.6367478847498432,
1729
+ 0.6361931476123659,
1730
+ 0.6356311287244962,
1731
+ 0.6335657965000093,
1732
+ 0.6333047350437035,
1733
+ 0.632576044893308,
1734
+ 0.6317388213666236,
1735
+ 0.62855001873581,
1736
+ 0.623670458122002,
1737
+ 0.6192338493296144,
1738
+ 0.6185834209055279,
1739
+ 0.6158530893035209,
1740
+ 0.6155462110293753,
1741
+ 0.6125867555088285,
1742
+ 0.6116464525833848,
1743
+ 0.6065967210942863,
1744
+ 0.6016878077745474,
1745
+ 0.5948752716286013,
1746
+ 0.594712146902159,
1747
+ 0.5940201789998203,
1748
+ 0.5913733129202516,
1749
+ 0.5894969308444264,
1750
+ 0.5869188375588092,
1751
+ 0.5860665532486738,
1752
+ 0.5860143141217404,
1753
+ 0.583324751450337,
1754
+ 0.5827354121336457,
1755
+ 0.5809918349832276,
1756
+ 0.5786644560545393,
1757
+ 0.5752985110063832,
1758
+ 0.5710036446406782,
1759
+ 0.5690801085683934,
1760
+ 0.5690546431937543,
1761
+ 0.5680699055929961,
1762
+ 0.5633184494088427,
1763
+ 0.5621099241695331,
1764
+ 0.5555199568528995,
1765
+ 0.548128067511973,
1766
+ 0.5452228587809167,
1767
+ 0.544940404096238,
1768
+ 0.5436899204227321,
1769
+ 0.5426545765592055,
1770
+ 0.5425686403706902,
1771
+ 0.5356778063014246,
1772
+ 0.5306557293491412,
1773
+ 0.5272679690614085,
1774
+ 0.5261468091518077,
1775
+ 0.5256553025179049,
1776
+ 0.5178590775991243,
1777
+ 0.5173228208015054,
1778
+ 0.5168869378383949,
1779
+ 0.5128892474226598,
1780
+ 0.5127487137506939,
1781
+ 0.5108518035378087,
1782
+ 0.5100771702622491,
1783
+ 0.5088314149909792,
1784
+ 0.5074983108169329,
1785
+ 0.5050100599075938,
1786
+ 0.5043457892882967,
1787
+ 0.5037197533632282,
1788
+ 0.5012878143348326,
1789
+ 0.5005526247052968,
1790
+ 0.49853313401878546,
1791
+ 0.4980576176448634,
1792
+ 0.4949451059516819,
1793
+ 0.4949314282499548,
1794
+ 0.4916195354683285,
1795
+ 0.4898031024255051,
1796
+ 0.48870465037306315,
1797
+ 0.48841287376312015,
1798
+ 0.485255497634758,
1799
+ 0.48468503192110457,
1800
+ 0.48374505623712744,
1801
+ 0.4806140484271017,
1802
+ 0.47884677468834785,
1803
+ 0.4783918617676825,
1804
+ 0.47673930886754745,
1805
+ 0.47538952184191297,
1806
+ 0.47397409008006736,
1807
+ 0.4728598347273892,
1808
+ 0.4721441344280673,
1809
+ 0.4694453712036674,
1810
+ 0.46616821574724,
1811
+ 0.46329014865465584,
1812
+ 0.4632038910896434,
1813
+ 0.46312117528053265,
1814
+ 0.4608625002002548,
1815
+ 0.4603703782680053,
1816
+ 0.4578913530357095,
1817
+ 0.4571593894812448,
1818
+ 0.4536208261770831,
1819
+ 0.45269409500935276,
1820
+ 0.45161305274661195,
1821
+ 0.44711250420303195,
1822
+ 0.44636434987068047,
1823
+ 0.44614350084508364,
1824
+ 0.44315574765715576,
1825
+ 0.4417551187059142,
1826
+ 0.4415922251687496,
1827
+ 0.44078316255456823,
1828
+ 0.43983849530260055,
1829
+ 0.4397364411075177,
1830
+ 0.4380593665631082,
1831
+ 0.437205847077994,
1832
+ 0.4349106795461709,
1833
+ 0.43223495604683887,
1834
+ 0.43119740616668556,
1835
+ 0.42754750017833465,
1836
+ 0.42535426181264724,
1837
+ 0.4250332289559164,
1838
+ 0.4228068011827951,
1839
+ 0.4206214138033699,
1840
+ 0.4200757640004385,
1841
+ 0.4184038281333372,
1842
+ 0.4166220227120176,
1843
+ 0.41325328303083286,
1844
+ 0.41137960218225295,
1845
+ 0.40986781941975764,
1846
+ 0.4098174788309801,
1847
+ 0.40594875146788023,
1848
+ 0.40585319482811866,
1849
+ 0.4057362983796704,
1850
+ 0.4025817818228809,
1851
+ 0.39620664983191084,
1852
+ 0.39469217987390054,
1853
+ 0.3936808319809152,
1854
+ 0.39202011171745466,
1855
+ 0.39088073473503093,
1856
+ 0.39043731743393895,
1857
+ 0.3874454923030035,
1858
+ 0.38561867721993426,
1859
+ 0.3848957818532789,
1860
+ 0.38398384328329627,
1861
+ 0.38306686186278394,
1862
+ 0.3827991219751885,
1863
+ 0.3817940168741468,
1864
+ 0.38071308733308573,
1865
+ 0.3775120299172445,
1866
+ 0.3757914000858212,
1867
+ 0.3749450993613287,
1868
+ 0.3640705014312404,
1869
+ 0.36144417172161925,
1870
+ 0.36141316987384986,
1871
+ 0.36011582933784503,
1872
+ 0.35502961379062264,
1873
+ 0.35020698782642523,
1874
+ 0.349634440015386,
1875
+ 0.34772754957605556,
1876
+ 0.34559882922006796,
1877
+ 0.34472754400441863,
1878
+ 0.34429046130282376,
1879
+ 0.34362246681593184,
1880
+ 0.3411487283377963,
1881
+ 0.3408847124608738,
1882
+ 0.33454402954515405,
1883
+ 0.33437532575734774,
1884
+ 0.3335064654075687,
1885
+ 0.332472727630619,
1886
+ 0.3323757649327558,
1887
+ 0.3320042984560367,
1888
+ 0.3318006815476197,
1889
+ 0.3308004843467832,
1890
+ 0.3303408494647966,
1891
+ 0.3303337500779637,
1892
+ 0.33028679163159425,
1893
+ 0.3289952268960549,
1894
+ 0.3289454043258279,
1895
+ 0.32887540223413536,
1896
+ 0.32735806602786144,
1897
+ 0.32735160170534994,
1898
+ 0.32660849671609093,
1899
+ 0.3231009088808757,
1900
+ 0.3219897054234815,
1901
+ 0.3212420337507568,
1902
+ 0.3203961296988454,
1903
+ 0.3201484879702039,
1904
+ 0.3193889112315444,
1905
+ 0.3185851417576075,
1906
+ 0.3159788813051541,
1907
+ 0.30890007690451826,
1908
+ 0.30867262730407646,
1909
+ 0.305040137575813,
1910
+ 0.3042458854695704,
1911
+ 0.3031299316603829,
1912
+ 0.29992842979560236,
1913
+ 0.29976791019510113,
1914
+ 0.2991273281330257,
1915
+ 0.2988551087884943,
1916
+ 0.296858852436873,
1917
+ 0.2938904947024314,
1918
+ 0.29265830473471416,
1919
+ 0.290596733480178,
1920
+ 0.290590230058365,
1921
+ 0.28928450630897473,
1922
+ 0.28918733403090313,
1923
+ 0.2890960916698934,
1924
+ 0.2826319375950786,
1925
+ 0.2820396162715542,
1926
+ 0.2810147193794833,
1927
+ 0.27780079551109615,
1928
+ 0.2774183608171398,
1929
+ 0.2773982038737304,
1930
+ 0.27701049015898555,
1931
+ 0.27573714676001054,
1932
+ 0.2755548065190733,
1933
+ 0.2748518764719626,
1934
+ 0.2745950143196967,
1935
+ 0.27441200370277224,
1936
+ 0.2740936122273323,
1937
+ 0.27370539616827105,
1938
+ 0.27306364706563013,
1939
+ 0.272142916881331,
1940
+ 0.2720796828710829,
1941
+ 0.27053858623118393,
1942
+ 0.27017285939408076,
1943
+ 0.2689117802463188,
1944
+ 0.26825992009872135,
1945
+ 0.2682429466426699,
1946
+ 0.26775490901455534,
1947
+ 0.26721160206714795,
1948
+ 0.2667243621089158,
1949
+ 0.26602241864102383,
1950
+ 0.2646040888034694,
1951
+ 0.26077293108736016,
1952
+ 0.26010874017871166,
1953
+ 0.25977534789926304,
1954
+ 0.25869404563958603,
1955
+ 0.2580534284776915,
1956
+ 0.2572262172486661,
1957
+ 0.2565025340189852,
1958
+ 0.25619974019378877,
1959
+ 0.2560427958030977,
1960
+ 0.25593224146453264,
1961
+ 0.25459220556145923,
1962
+ 0.25410870532718505,
1963
+ 0.2539189523522902,
1964
+ 0.2521594189978277,
1965
+ 0.25166311197031355,
1966
+ 0.25098006934315104,
1967
+ 0.2504869537232284,
1968
+ 0.25017069214981363,
1969
+ 0.25014526285997535,
1970
+ 0.2498725467313771,
1971
+ 0.24915250326088992,
1972
+ 0.24816649498876067,
1973
+ 0.2461464197316183,
1974
+ 0.24495917182209473,
1975
+ 0.24477701046615177,
1976
+ 0.24413035842699587,
1977
+ 0.24347714719895408,
1978
+ 0.2417139003755802,
1979
+ 0.24111435450128998,
1980
+ 0.24020781434333402,
1981
+ 0.2399558463721132,
1982
+ 0.23783711199043278,
1983
+ 0.23706864830322316,
1984
+ 0.23446379477819143,
1985
+ 0.23445553266808275,
1986
+ 0.2342621334586133,
1987
+ 0.2340078360686661,
1988
+ 0.23334937353897459,
1989
+ 0.23170673726809704,
1990
+ 0.23168660352441903,
1991
+ 0.23111935083913687,
1992
+ 0.22998458033678187,
1993
+ 0.22887554631693335,
1994
+ 0.2253144014186329,
1995
+ 0.22390641645032572,
1996
+ 0.22257154817786787,
1997
+ 0.22188295109962716,
1998
+ 0.22119872883002006,
1999
+ 0.22116332065525665,
2000
+ 0.22078846689964568,
2001
+ 0.2200628125440549,
2002
+ 0.21979834853135358,
2003
+ 0.21955367254782412,
2004
+ 0.21866821193333746,
2005
+ 0.215942967291194,
2006
+ 0.215608914709566,
2007
+ 0.21412462224011775,
2008
+ 0.2137091481236181,
2009
+ 0.2123774085354473,
2010
+ 0.21191854265198576,
2011
+ 0.2115602915610079,
2012
+ 0.2080639428558842,
2013
+ 0.20641062441840935,
2014
+ 0.20578180101728386,
2015
+ 0.20556950402606078,
2016
+ 0.20451278224360153,
2017
+ 0.20343561838044785,
2018
+ 0.2032729610603404,
2019
+ 0.19948666590119718,
2020
+ 0.1970864563502463,
2021
+ 0.19690489976453823,
2022
+ 0.19680672804335392,
2023
+ 0.19658641413148095,
2024
+ 0.19603998063688774,
2025
+ 0.1950774707216699,
2026
+ 0.19483237692504296,
2027
+ 0.19212363031258214,
2028
+ 0.19006887043725382,
2029
+ 0.18959050688690043,
2030
+ 0.18868333590600064,
2031
+ 0.18742697534065336,
2032
+ 0.18463261516185134,
2033
+ 0.1819277635699972,
2034
+ 0.18079825555046816,
2035
+ 0.18079821840896926,
2036
+ 0.17980515529923025,
2037
+ 0.17852287188109792,
2038
+ 0.17846445111795847,
2039
+ 0.1781267741071238,
2040
+ 0.17707890241782492,
2041
+ 0.17632917542984158,
2042
+ 0.17614875129557714,
2043
+ 0.1742729384058944,
2044
+ 0.17358341460955834,
2045
+ 0.17233499875448077,
2046
+ 0.1695152537490343,
2047
+ 0.1688202417405144,
2048
+ 0.16855513308857276,
2049
+ 0.16852776901916378,
2050
+ 0.16647901556736372,
2051
+ 0.1660976930568453,
2052
+ 0.16593288218669514,
2053
+ 0.16574733370890068,
2054
+ 0.16268922640065023,
2055
+ 0.1625372755867566,
2056
+ 0.16240608229773978,
2057
+ 0.16117987442837994,
2058
+ 0.16069737237574666,
2059
+ 0.16050058292266076,
2060
+ 0.15864818441787035,
2061
+ 0.1567210975290897,
2062
+ 0.15629345913175438,
2063
+ 0.1541173381857393,
2064
+ 0.154100889043975,
2065
+ 0.1525802568184699,
2066
+ 0.15257995035526697,
2067
+ 0.15257130679651795,
2068
+ 0.14928453075283982,
2069
+ 0.14433873207668832,
2070
+ 0.14287501624709664,
2071
+ 0.14158931904429226,
2072
+ 0.14154271642597582,
2073
+ 0.14120188062071037,
2074
+ 0.13922366023412125,
2075
+ 0.13884916000086087,
2076
+ 0.13865589968163006,
2077
+ 0.13835719317779424,
2078
+ 0.13742902839155643,
2079
+ 0.13597488088225496,
2080
+ 0.13450957926812268,
2081
+ 0.13390862567494505,
2082
+ 0.1339034574609285,
2083
+ 0.13333175063870006,
2084
+ 0.13222757105140967,
2085
+ 0.13193957512340482,
2086
+ 0.1319392039915601,
2087
+ 0.1315245198694419,
2088
+ 0.13070220624030007,
2089
+ 0.13015497889443473,
2090
+ 0.12835764663356755,
2091
+ 0.12760636352228502,
2092
+ 0.12570154421128152,
2093
+ 0.12568121123951287,
2094
+ 0.1250169575475791,
2095
+ 0.1243732838339121,
2096
+ 0.12415685620326175,
2097
+ 0.12414304723254502,
2098
+ 0.12405688538339892,
2099
+ 0.1214848776508576,
2100
+ 0.1207068708971853,
2101
+ 0.12036040613786544,
2102
+ 0.11996202915249257,
2103
+ 0.11902953641148012,
2104
+ 0.11861806635917672,
2105
+ 0.11851234817625074,
2106
+ 0.11822657273739375,
2107
+ 0.11742328375007326,
2108
+ 0.11626245208890985,
2109
+ 0.1154784136408359,
2110
+ 0.1153113190557713,
2111
+ 0.1149478594295715,
2112
+ 0.11475737406854976,
2113
+ 0.11398633459576989,
2114
+ 0.11143025973773257,
2115
+ 0.10872138918974188,
2116
+ 0.10855561429685039,
2117
+ 0.10852486257302249,
2118
+ 0.10836893304682171,
2119
+ 0.10824258138182903,
2120
+ 0.10656861830621939,
2121
+ 0.10622004119617325,
2122
+ 0.105970391403923,
2123
+ 0.1048262649127304,
2124
+ 0.1048165784119627,
2125
+ 0.10410538582635699,
2126
+ 0.10398884750912721,
2127
+ 0.1039637629695562,
2128
+ 0.10301909825505744,
2129
+ 0.10196280384218763,
2130
+ 0.10121971538531875,
2131
+ 0.10039400247080044,
2132
+ 0.1003782489372615,
2133
+ 0.10035122517390556,
2134
+ 0.09953994742719696,
2135
+ 0.09711331038096092,
2136
+ 0.09699830858454031,
2137
+ 0.09668196781777968,
2138
+ 0.09467632098279297,
2139
+ 0.09463851078446618,
2140
+ 0.09391438433860913,
2141
+ 0.09329090529075285,
2142
+ 0.09292659470680398,
2143
+ 0.09292011374229149,
2144
+ 0.09145532741368809,
2145
+ 0.09127202929601318,
2146
+ 0.09033317919668112,
2147
+ 0.09022704411003805,
2148
+ 0.09004717758571566,
2149
+ 0.08882630036597977,
2150
+ 0.08720548383219609,
2151
+ 0.08676072935039701,
2152
+ 0.08280201058808594,
2153
+ 0.08206268497012059,
2154
+ 0.08124934708935971,
2155
+ 0.08116101172690923,
2156
+ 0.0808844190759575,
2157
+ 0.08048855802412036,
2158
+ 0.07965953367476053,
2159
+ 0.07709930250955628,
2160
+ 0.07673347165702911,
2161
+ 0.07601038927071926,
2162
+ 0.07577845764975409,
2163
+ 0.07481135983287264,
2164
+ 0.07407742235045045,
2165
+ 0.07295076145769691,
2166
+ 0.07281074145167292,
2167
+ 0.07260360409055507,
2168
+ 0.07144043095528502,
2169
+ 0.07140447819801865,
2170
+ 0.07127261711797579,
2171
+ 0.07124029502435322,
2172
+ 0.06994779268727665,
2173
+ 0.06887125653592388,
2174
+ 0.06810791660194876,
2175
+ 0.06763820664738968,
2176
+ 0.06724830873920044,
2177
+ 0.06671227452525122,
2178
+ 0.06578431855951791,
2179
+ 0.06538708489705454,
2180
+ 0.06402643120721961,
2181
+ 0.0625900597200317,
2182
+ 0.06239910353618918,
2183
+ 0.06228710576794751,
2184
+ 0.06025258933185724,
2185
+ 0.06009443959007375,
2186
+ 0.059034425637914764,
2187
+ 0.058637930897558116,
2188
+ 0.057692344925984594,
2189
+ 0.057415596656205756,
2190
+ 0.05723195509460354,
2191
+ 0.057207263672803516,
2192
+ 0.05702781640207501,
2193
+ 0.05675045637216678,
2194
+ 0.05517760789365202,
2195
+ 0.05479693217179866,
2196
+ 0.05144482114405123,
2197
+ 0.04897374323365874,
2198
+ 0.047239349813337814,
2199
+ 0.0469726095288704,
2200
+ 0.04667494391939159,
2201
+ 0.04665423100992755,
2202
+ 0.04651519168183908,
2203
+ 0.0461711295402484,
2204
+ 0.04591806261208721,
2205
+ 0.04516181511320811,
2206
+ 0.04507830836247638,
2207
+ 0.044028267764767696,
2208
+ 0.04349185037271284,
2209
+ 0.042537384676483866,
2210
+ 0.04245774146041946,
2211
+ 0.04208565204268112,
2212
+ 0.041810439167758034,
2213
+ 0.041602774305041376,
2214
+ 0.03920691988919333,
2215
+ 0.03797150990716987,
2216
+ 0.03734262605348307,
2217
+ 0.03652329596940407,
2218
+ 0.0364707012070835,
2219
+ 0.03549297452588565,
2220
+ 0.03520534186632468,
2221
+ 0.03471833788169176,
2222
+ 0.034012986986230474,
2223
+ 0.03305448699320627,
2224
+ 0.03077603128250348,
2225
+ 0.030580705004605246,
2226
+ 0.030404580669763273,
2227
+ 0.030105322223585692,
2228
+ 0.03000482297952474,
2229
+ 0.028587850523858347,
2230
+ 0.028274942871888257,
2231
+ 0.027413402536668588,
2232
+ 0.027280355589054162,
2233
+ 0.02715080376245565,
2234
+ 0.026423817489510806,
2235
+ 0.025825181013308114,
2236
+ 0.025775771809177613,
2237
+ 0.025674683864059328,
2238
+ 0.025670708544385273,
2239
+ 0.025662796126319387,
2240
+ 0.023214533056411576,
2241
+ 0.022382253842533412,
2242
+ 0.022208864855411486,
2243
+ 0.021580606479448892,
2244
+ 0.020619170716824838,
2245
+ 0.01955095030873016,
2246
+ 0.01891662950724925,
2247
+ 0.018722392292486095,
2248
+ 0.01841060055313497,
2249
+ 0.018024725930658087,
2250
+ 0.017965844620094568,
2251
+ 0.017169656597013486,
2252
+ 0.016805180109860027,
2253
+ 0.016270584754218866,
2254
+ 0.01514516375665268,
2255
+ 0.015090422393383788,
2256
+ 0.01460412724602205,
2257
+ 0.014510242840033195,
2258
+ 0.014198331955420519,
2259
+ 0.014050653970010103,
2260
+ 0.013875884968543382,
2261
+ 0.01375611029389641,
2262
+ 0.013744075472203774,
2263
+ 0.013368170936054125,
2264
+ 0.012110386984616518,
2265
+ 0.01194574169991156,
2266
+ 0.011259174413609909,
2267
+ 0.010841907175830475,
2268
+ 0.01058738418883308,
2269
+ 0.01046686789899578,
2270
+ 0.010264847104586245,
2271
+ 0.01013491443555325,
2272
+ 0.010106845892554724,
2273
+ 0.010058263963963471,
2274
+ 0.009754296223587176,
2275
+ 0.00974838290738517,
2276
+ 0.00933218414927997,
2277
+ 0.009057017344001814,
2278
+ 0.009002773344990904,
2279
+ 0.00868866149100519,
2280
+ 0.008492822747322541,
2281
+ 0.00844787701496707,
2282
+ 0.008195490268823241,
2283
+ 0.007784625571184732,
2284
+ 0.007683612809620788,
2285
+ 0.0071713311464833614,
2286
+ 0.0070895678266997665,
2287
+ 0.007078158305605789,
2288
+ 0.0067989921637001596,
2289
+ 0.0065280431599026275,
2290
+ 0.006414187391892571,
2291
+ 0.006323520889399259,
2292
+ 0.006299560676530118,
2293
+ 0.005907136397146557,
2294
+ 0.0056255523527381675,
2295
+ 0.005412583288120112,
2296
+ 0.004842727434677165,
2297
+ 0.004784470908953576,
2298
+ 0.00463425847083761,
2299
+ 0.004525894660603065,
2300
+ 0.004209525144423133,
2301
+ 0.003996888548603437,
2302
+ 0.003910048501157666,
2303
+ 0.0033833653910629365,
2304
+ 0.0033437860673319933,
2305
+ 0.003329900791543432,
2306
+ 0.0032915972581516665,
2307
+ 0.0030481983565211488,
2308
+ 0.002894249711145246,
2309
+ 0.00251263267568497,
2310
+ 0.0024347366943799974,
2311
+ 0.0022235107728498615,
2312
+ 0.0017132465692877986,
2313
+ 0.001214239497241157,
2314
+ 0.0009620027271998763,
2315
+ 0.0007549279647169099,
2316
+ 0.0005615306762165144,
2317
+ 0.0005358902544947412,
2318
+ 0.0004263049034322724,
2319
+ 0.0003494347847181727,
2320
+ 0.00012323389066074404,
2321
+ 5.298965282778086e-05,
2322
+ 5.715828234098866e-14,
2323
+ 4.3168769738023586e-14,
2324
+ 1.9259468961692756e-14,
2325
+ 4.7095493379636095e-15,
2326
+ 4.19340043983522e-15,
2327
+ 3.0184125883672035e-15,
2328
+ 1.4008073393632972e-15,
2329
+ 2.961522512843126e-16,
2330
+ 5.312269410054926e-17,
2331
+ 4.6124648725844234e-17,
2332
+ 3.2055784341809656e-17,
2333
+ 8.36691911317943e-18,
2334
+ 6.479256251031042e-18,
2335
+ 5.152402776706417e-18,
2336
+ 4.084283560564733e-18,
2337
+ 2.7228557070431553e-18,
2338
+ 1.1369612232472261e-18
2339
+ ]
2340
+ },
2341
+ "cv_performance": {
2342
+ "prediction": {
2343
+ "accuracy": 90.89430894308944,
2344
+ "precision": 90.89430894308944,
2345
+ "recall": 100.0,
2346
+ "f1": 95.22439900006279
2347
+ },
2348
+ "selection": {
2349
+ "precision": 4.717246342130148,
2350
+ "recall": 7.1724137931034475,
2351
+ "f1": 5.691244882067165,
2352
+ "jaccard": 2.9295249658991542
2353
+ }
2354
+ }
2355
+ }
p3/regress/Parkinsons_Disease/significant_genes_condition_Hypertension.json ADDED
@@ -0,0 +1,2340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "significant_genes": {
3
+ "Variable": [
4
+ "ACO2",
5
+ "CYTIP",
6
+ "APOBEC3G",
7
+ "CRLF3",
8
+ "EPHX2",
9
+ "CALHM2",
10
+ "IRX2",
11
+ "CD99",
12
+ "MON2",
13
+ "IL3RA",
14
+ "AP3M1",
15
+ "ADGRE1",
16
+ "ELOVL7",
17
+ "WDCP",
18
+ "ETFRF1",
19
+ "SATB1",
20
+ "PATL1",
21
+ "APOL3",
22
+ "TCN2",
23
+ "NUDCD3",
24
+ "AKR1E2",
25
+ "RAF1",
26
+ "NIPA2",
27
+ "CALM3",
28
+ "MRLN",
29
+ "ZNF717",
30
+ "STAMBP",
31
+ "ABTB3",
32
+ "GTF2E1",
33
+ "CD36",
34
+ "FGFBP2",
35
+ "ANXA2P2",
36
+ "TNKS2",
37
+ "CARMIL1",
38
+ "MGRN1",
39
+ "ZNF770",
40
+ "RPAIN",
41
+ "STAG3L4",
42
+ "CDV3",
43
+ "NIPSNAP3A",
44
+ "ARL11",
45
+ "STRN",
46
+ "ZNF234",
47
+ "CUL5",
48
+ "HSD17B10",
49
+ "GPR89A",
50
+ "TOMM22",
51
+ "IER2",
52
+ "B3GNTL1",
53
+ "LRRFIP2",
54
+ "SMIM24",
55
+ "KIAA0825",
56
+ "GALNS",
57
+ "AP2B1",
58
+ "SLC45A2",
59
+ "NCAPD2",
60
+ "PPM1F",
61
+ "NR1H2",
62
+ "TARS1",
63
+ "ZNF124",
64
+ "IGFBP7",
65
+ "RBM23",
66
+ "LRRC37A",
67
+ "TGM2",
68
+ "NLRP6",
69
+ "COPS4",
70
+ "PGP",
71
+ "CSAD",
72
+ "ARHGAP12",
73
+ "FAM135A",
74
+ "ARL15",
75
+ "ZNF154",
76
+ "R3HDM2",
77
+ "MAPK8IP1",
78
+ "NADSYN1",
79
+ "ZNF493",
80
+ "SNORD62A",
81
+ "AIM2",
82
+ "TNFRSF17",
83
+ "NMD3",
84
+ "SFRP2",
85
+ "CAMP",
86
+ "GRAPL",
87
+ "GSDMB",
88
+ "PRDX3",
89
+ "NEDD8",
90
+ "HRK",
91
+ "SDHD",
92
+ "JKAMP",
93
+ "BTF3",
94
+ "CMTR2",
95
+ "ZNF101",
96
+ "CHSY1",
97
+ "ZNF79",
98
+ "CXCR4",
99
+ "LRRC25",
100
+ "LNPK",
101
+ "MARCKSL1",
102
+ "CPNE1",
103
+ "SLC38A6",
104
+ "BORCS5",
105
+ "MFSD14B",
106
+ "ABI3",
107
+ "SNORD38B",
108
+ "INPP5B",
109
+ "SIX2",
110
+ "NODAL",
111
+ "RBPMS2",
112
+ "POLR1B",
113
+ "BSCL2",
114
+ "SETDB1",
115
+ "LILRA5",
116
+ "GPR180",
117
+ "POLR1HASP",
118
+ "RNASEK",
119
+ "MKNK1",
120
+ "PRMT2",
121
+ "BHLHA9",
122
+ "DCP1B",
123
+ "PLOD1",
124
+ "MSH3",
125
+ "CNN2",
126
+ "CARD8",
127
+ "UBC",
128
+ "GCNT2",
129
+ "RIC1",
130
+ "PDS5B",
131
+ "CEP170",
132
+ "RTKN2",
133
+ "H2AC6",
134
+ "ADGRG3",
135
+ "LAMTOR4",
136
+ "MIR632",
137
+ "TOMM34",
138
+ "CRHR1",
139
+ "ALCAM",
140
+ "FKBP6",
141
+ "ECE1",
142
+ "DAPK2",
143
+ "C4BPA",
144
+ "GLYATL2",
145
+ "ID3",
146
+ "HLA-DQA1",
147
+ "BHLHE23",
148
+ "ST3GAL1",
149
+ "SNX20",
150
+ "GRK6",
151
+ "LCLAT1",
152
+ "CEACAM1",
153
+ "ITM2C",
154
+ "VPREB3",
155
+ "APH1B",
156
+ "HEATR6",
157
+ "HLTF",
158
+ "STN1",
159
+ "NTNG2",
160
+ "IL18RAP",
161
+ "ZNF841",
162
+ "MOSPD1",
163
+ "APOOL",
164
+ "ANPEP",
165
+ "CCDC146",
166
+ "MRPL45",
167
+ "SNORA62",
168
+ "GSKIP",
169
+ "NAA38",
170
+ "OR7E125P",
171
+ "MYO15B",
172
+ "BCAS3",
173
+ "DCK",
174
+ "DTWD1",
175
+ "TFAP2A",
176
+ "TMX1",
177
+ "CARHSP1",
178
+ "RPS23",
179
+ "ELMO1",
180
+ "IGSF6",
181
+ "DHX35",
182
+ "GCC2",
183
+ "ZXDC",
184
+ "FZD9",
185
+ "SNORD30",
186
+ "ZNF134",
187
+ "ZNF852",
188
+ "SLC18B1",
189
+ "EBF1",
190
+ "TESK2",
191
+ "ANKRD28",
192
+ "ZCCHC7",
193
+ "GOLPH3L",
194
+ "ERI1",
195
+ "CAPG",
196
+ "FBXO25",
197
+ "PAPOLG",
198
+ "SEC31B",
199
+ "IFT80",
200
+ "NSMCE2",
201
+ "RPL13AP5",
202
+ "CANT1",
203
+ "HOXB2",
204
+ "NAT10",
205
+ "KLHL28",
206
+ "ZBTB44",
207
+ "TAMM41",
208
+ "FAM120A",
209
+ "KRTAP10-4",
210
+ "LDLR",
211
+ "METAP1",
212
+ "HLA-DRB5",
213
+ "THOC1",
214
+ "TGFBI",
215
+ "TCF24",
216
+ "UQCRFS1",
217
+ "GNG7",
218
+ "SCIMP",
219
+ "BANF1",
220
+ "PLD1",
221
+ "SIDT1",
222
+ "ELAPOR1",
223
+ "GNPDA2",
224
+ "PADI4",
225
+ "CYBB",
226
+ "BLK",
227
+ "PRR18",
228
+ "RALBP1",
229
+ "PRORP",
230
+ "PLA2G4A",
231
+ "TRGC2",
232
+ "CLEC4D",
233
+ "TPD52",
234
+ "MVP",
235
+ "SH3KBP1",
236
+ "TRIM43",
237
+ "PRKCSH",
238
+ "LGALS3BP",
239
+ "DCTN5",
240
+ "UTF1",
241
+ "TMEM43",
242
+ "KLRD1",
243
+ "TRIM27",
244
+ "MAN1A2",
245
+ "ADI1",
246
+ "ZNF208",
247
+ "ZNF532",
248
+ "CXXC5",
249
+ "GDI2",
250
+ "SIDT2",
251
+ "STX8",
252
+ "FLJ42627",
253
+ "SNORD96A",
254
+ "SOCS1",
255
+ "PORCN",
256
+ "NCAM1",
257
+ "DGCR6L",
258
+ "SPTLC2",
259
+ "RFX7",
260
+ "RGS10",
261
+ "MLXIP",
262
+ "EIF3J",
263
+ "PRPF18",
264
+ "PSPH",
265
+ "PIK3R6",
266
+ "APOD",
267
+ "TIMM23",
268
+ "ACP3",
269
+ "TMEM87A",
270
+ "RUNX2",
271
+ "SFT2D1",
272
+ "RTCA",
273
+ "KCNAB2",
274
+ "SLC6A19",
275
+ "GPR84",
276
+ "S100P",
277
+ "USP37",
278
+ "TVP23B",
279
+ "ZNFX1",
280
+ "PEPD",
281
+ "CYBRD1",
282
+ "EDRF1",
283
+ "GRK5",
284
+ "MAP2K1",
285
+ "VPS53",
286
+ "ERAP1",
287
+ "ARPP19",
288
+ "ATMIN",
289
+ "SKIL",
290
+ "ANKS1A",
291
+ "PLAGL2",
292
+ "CHORDC1",
293
+ "NANS",
294
+ "ZNF813",
295
+ "MIR212",
296
+ "TP53INP1",
297
+ "RAVER2",
298
+ "SDHAP1",
299
+ "ARHGAP9",
300
+ "OMG",
301
+ "ZCCHC9",
302
+ "CXCR3",
303
+ "IVD",
304
+ "C11orf54",
305
+ "PIK3C2A",
306
+ "MARCHF1",
307
+ "WIPI1",
308
+ "ARPIN-AP3S2",
309
+ "PMS2P1",
310
+ "PLXDC1",
311
+ "TANGO2",
312
+ "EI24",
313
+ "RAB3GAP2",
314
+ "MTCH1",
315
+ "ANKRD36B",
316
+ "TUBA1B",
317
+ "ABCA7",
318
+ "MORF4L2",
319
+ "SRXN1",
320
+ "SNORA41",
321
+ "KRTAP21-1",
322
+ "AK5",
323
+ "EEFSEC",
324
+ "SNORA75",
325
+ "TTLL3",
326
+ "FSHMD1A",
327
+ "ACO1",
328
+ "SMURF1",
329
+ "PARP6",
330
+ "RFC2",
331
+ "SNORA40",
332
+ "AMN",
333
+ "APOBEC3A",
334
+ "GOLGA8H",
335
+ "MRE11",
336
+ "DHX34",
337
+ "NBR2",
338
+ "RPL36AL",
339
+ "RNU4-1",
340
+ "DPH6",
341
+ "VOPP1",
342
+ "RHCE",
343
+ "KRTAP10-2",
344
+ "IL2RA",
345
+ "LDB1",
346
+ "GNB4",
347
+ "ERMP1",
348
+ "EIF4EBP2",
349
+ "HMGA2",
350
+ "RPS9",
351
+ "GNL3L",
352
+ "MCEMP1",
353
+ "FLVCR1",
354
+ "HBG1",
355
+ "DNAAF11",
356
+ "ZFAS1",
357
+ "SPRYD3",
358
+ "HSD17B7",
359
+ "GAB3",
360
+ "AFDN",
361
+ "ZNF354A",
362
+ "RPPH1",
363
+ "SND1",
364
+ "NUP210L",
365
+ "ISCA1",
366
+ "PRICKLE1",
367
+ "SNORA27",
368
+ "BST1",
369
+ "CD177",
370
+ "ANKRD11",
371
+ "TMEM176A",
372
+ "EEF2",
373
+ "PRKRA",
374
+ "BTN3A3",
375
+ "NDUFB6",
376
+ "F2RL1",
377
+ "PMS2P5",
378
+ "ALG8",
379
+ "HDC",
380
+ "AKTIP",
381
+ "SLMAP",
382
+ "AKAP6",
383
+ "KLHL5",
384
+ "TTC12",
385
+ "OCLN",
386
+ "NSD1",
387
+ "MMP25",
388
+ "CD101",
389
+ "DSE",
390
+ "MMP8",
391
+ "FAM27B",
392
+ "CEP76",
393
+ "LPCAT1",
394
+ "ELP2",
395
+ "PEAK1",
396
+ "SGSH",
397
+ "RPL23AP82",
398
+ "DNASE2",
399
+ "SRPK2",
400
+ "ALPK1",
401
+ "HAUS2",
402
+ "LRRC28",
403
+ "CD300LF",
404
+ "SNHG29",
405
+ "CALU",
406
+ "PGM5",
407
+ "TMTC1",
408
+ "MRPL47",
409
+ "SEPTIN14P20",
410
+ "ARL17A",
411
+ "MACO1",
412
+ "PLB1",
413
+ "FNDC3A",
414
+ "NCAPG2",
415
+ "SLC17A7",
416
+ "MDGA1",
417
+ "NXPE3",
418
+ "CD300C",
419
+ "ZNF486",
420
+ "KRT73",
421
+ "RNPC3",
422
+ "MMRN1",
423
+ "ZNF814",
424
+ "CDC42EP5",
425
+ "ZC2HC1A",
426
+ "RRM1",
427
+ "HNRNPUL2",
428
+ "HIPK3",
429
+ "C1QTNF4",
430
+ "SHTN1",
431
+ "BRD7",
432
+ "UHMK1",
433
+ "PGM5P2",
434
+ "PPDPF",
435
+ "SLC9A6",
436
+ "CXCL8",
437
+ "PWARSN",
438
+ "CUBN",
439
+ "NSUN2",
440
+ "TPST1",
441
+ "RNASE6",
442
+ "CD244",
443
+ "GTF2H1",
444
+ "FCER1A",
445
+ "DESI1",
446
+ "CKAP4",
447
+ "NIPAL2",
448
+ "TMTC4",
449
+ "ITPK1",
450
+ "NOD2",
451
+ "TMEM156",
452
+ "MGAT5",
453
+ "SNORD8",
454
+ "CLCN7",
455
+ "CENPC",
456
+ "MAFF",
457
+ "SSBP3",
458
+ "ID2",
459
+ "SAXO2",
460
+ "EIF3C",
461
+ "USP39",
462
+ "NDUFAF1",
463
+ "TBC1D7",
464
+ "RABGGTB",
465
+ "PVALB",
466
+ "LPIN2",
467
+ "HLA-J",
468
+ "CXCL16",
469
+ "RSPRY1",
470
+ "ZNF429",
471
+ "SHISA4",
472
+ "WDR70",
473
+ "RAP1A",
474
+ "NT5DC1",
475
+ "TBC1D9",
476
+ "PTPN1",
477
+ "GRHPR",
478
+ "EIF2AK3",
479
+ "CHD1L",
480
+ "POLR2E",
481
+ "VNN3P",
482
+ "ELP5",
483
+ "PDE8A",
484
+ "INTS3",
485
+ "MSL1",
486
+ "PIK3R1",
487
+ "MCTS1",
488
+ "RPS26P11",
489
+ "KCNJ4",
490
+ "OR52N4",
491
+ "SNORA15",
492
+ "WSB2",
493
+ "SHLD2",
494
+ "ZNF26",
495
+ "PABPC4",
496
+ "P2RY12",
497
+ "TIAM1",
498
+ "TMEM63C",
499
+ "MRRF",
500
+ "PRLH",
501
+ "YWHAH",
502
+ "ID1",
503
+ "TLR3",
504
+ "SLC38A11",
505
+ "MDM1",
506
+ "IER3",
507
+ "DNAJB1",
508
+ "ADGRG7",
509
+ "LTA4H",
510
+ "GASK1B",
511
+ "SEMA4B",
512
+ "TSHZ2",
513
+ "IGKV2D-26",
514
+ "IRAG2",
515
+ "ZBTB8OS",
516
+ "MZT2B",
517
+ "TAS2R31",
518
+ "ASPH",
519
+ "MROH6",
520
+ "YTHDC1",
521
+ "GSTO1",
522
+ "CAB39",
523
+ "EMB",
524
+ "THEM5",
525
+ "ARG1",
526
+ "TRANK1",
527
+ "MS4A2",
528
+ "PCBP1",
529
+ "THEM4",
530
+ "TRMT1",
531
+ "DTX2",
532
+ "ZNF641",
533
+ "CTU1",
534
+ "LY75",
535
+ "MBOAT1",
536
+ "CD40",
537
+ "ADPRM",
538
+ "ITPR3",
539
+ "IKBKB",
540
+ "LINC00268",
541
+ "PFN3",
542
+ "WARS1",
543
+ "ADGB",
544
+ "GGTA1",
545
+ "CAMK1D",
546
+ "ZNF706",
547
+ "SAC3D1",
548
+ "HADHA",
549
+ "DAPK1",
550
+ "NOP10",
551
+ "TACR3",
552
+ "LSMEM1",
553
+ "FAM185A",
554
+ "NFE2L1",
555
+ "ETHE1",
556
+ "MILR1",
557
+ "DUSP18",
558
+ "LAP3",
559
+ "MOSPD2",
560
+ "IMPA2",
561
+ "DTHD1",
562
+ "ARHGEF3",
563
+ "SLFN12",
564
+ "THUMPD3",
565
+ "PAPSS1",
566
+ "HEXIM1",
567
+ "PLP2",
568
+ "PTPN11",
569
+ "SMAD4",
570
+ "EIF4H",
571
+ "CTLA4",
572
+ "LINC00852",
573
+ "NTN1",
574
+ "GDE1",
575
+ "FBXW7",
576
+ "SRCAP",
577
+ "ZNF518B",
578
+ "ASGR2",
579
+ "ERP27",
580
+ "GUSBP15",
581
+ "LILRA4",
582
+ "H4C8",
583
+ "SCAMP1",
584
+ "RASAL3",
585
+ "IL12RB2",
586
+ "COA5",
587
+ "MRI1",
588
+ "NGDN",
589
+ "CYP1B1",
590
+ "SLC35E2B",
591
+ "CLDN7",
592
+ "MED7",
593
+ "GLMP",
594
+ "MT1F",
595
+ "SNAPC5",
596
+ "IWS1",
597
+ "ZFTRAF1",
598
+ "ACP5",
599
+ "TUBD1",
600
+ "ERICH1",
601
+ "SLC48A1",
602
+ "ZNF431",
603
+ "CD151",
604
+ "COMMD1",
605
+ "FRG1BP",
606
+ "BET1",
607
+ "CDK2AP2",
608
+ "RTN1",
609
+ "GPR15",
610
+ "MLKL",
611
+ "CKAP2",
612
+ "BNC2",
613
+ "DND1",
614
+ "PLG",
615
+ "CCDC59",
616
+ "RCOR1",
617
+ "AP4E1",
618
+ "GTF2H2",
619
+ "LPAR2",
620
+ "BCAP31",
621
+ "SLC35A4",
622
+ "ZNF275",
623
+ "POGZ",
624
+ "WDR5B",
625
+ "RBM12",
626
+ "CASP9",
627
+ "ZKSCAN1",
628
+ "STX2",
629
+ "COX2",
630
+ "CARD11",
631
+ "TMEM170A",
632
+ "PRICKLE3",
633
+ "SNORD35A",
634
+ "DDX11L2",
635
+ "RFPL4A",
636
+ "GPR132",
637
+ "ETV7",
638
+ "RPL23AP7",
639
+ "GSC2",
640
+ "C15orf39",
641
+ "DDX11",
642
+ "POLI",
643
+ "CA1",
644
+ "NKX3-1",
645
+ "BNIP3L",
646
+ "SNORD107",
647
+ "HIVEP2",
648
+ "CMBL",
649
+ "SH3GL1",
650
+ "JARID2",
651
+ "DDT",
652
+ "ZNF177",
653
+ "METTL6",
654
+ "CDC16",
655
+ "LYZ",
656
+ "CASP4",
657
+ "GYPE",
658
+ "SPRYD4",
659
+ "SNORD45B",
660
+ "PDE4DIP",
661
+ "OR52K3P",
662
+ "NEK6",
663
+ "PSMC5",
664
+ "TOR1AIP1",
665
+ "SULT1A2",
666
+ "ADNP",
667
+ "ABCD3",
668
+ "CD37",
669
+ "IDH1",
670
+ "RALGDS",
671
+ "FBP1",
672
+ "BRCA1",
673
+ "IGHV1OR15-9",
674
+ "H2BC20P",
675
+ "AOC3",
676
+ "VCPKMT",
677
+ "PPP6R1",
678
+ "MOB1B",
679
+ "PRR35",
680
+ "TPP2",
681
+ "RLIG1",
682
+ "ZFP90",
683
+ "OSBPL3",
684
+ "AVIL",
685
+ "LHFPL2",
686
+ "VSTM1",
687
+ "MIR223",
688
+ "SNORA16B",
689
+ "CLCN3",
690
+ "BID",
691
+ "ZNF445",
692
+ "IGLV6-57",
693
+ "TNFRSF1A",
694
+ "SNORD103A",
695
+ "MAP7",
696
+ "HSPA1L",
697
+ "AK2",
698
+ "PRPS1",
699
+ "RSU1",
700
+ "CDS2",
701
+ "FCRL6",
702
+ "ADHFE1",
703
+ "GPR137B",
704
+ "COIL",
705
+ "NECAP2",
706
+ "PRKCB",
707
+ "SCAPER",
708
+ "ASL",
709
+ "NUP153",
710
+ "PDXDC1",
711
+ "VTRNA1-1",
712
+ "VNN1",
713
+ "MRPS15",
714
+ "TLR7",
715
+ "PDZD4",
716
+ "SGMS1",
717
+ "PSD4",
718
+ "SNURF",
719
+ "TBC1D10C",
720
+ "PLVAP",
721
+ "SNORA20",
722
+ "GBGT1",
723
+ "U2AF1",
724
+ "LRRC37A4P",
725
+ "ZNF749",
726
+ "ANKRD20A11P",
727
+ "SEC61A1",
728
+ "SNORA38",
729
+ "FAM25A",
730
+ "MYLIP",
731
+ "TMED8",
732
+ "KATNBL1",
733
+ "MXRA7",
734
+ "ZNF816",
735
+ "SLC35E4",
736
+ "GYPB",
737
+ "MX2",
738
+ "MIR210",
739
+ "PPP1R12B",
740
+ "CLEC1B",
741
+ "UBE2K",
742
+ "ZNF683",
743
+ "PDK4",
744
+ "SLC35A5",
745
+ "DDX12P",
746
+ "HCFC1",
747
+ "SORD",
748
+ "YKT6",
749
+ "CYTB",
750
+ "EIF4E2",
751
+ "SUPT16H",
752
+ "ZNF559",
753
+ "CD80",
754
+ "NOMO1",
755
+ "GUSBP3",
756
+ "ALPL",
757
+ "ANKRD20A1",
758
+ "NUDT7",
759
+ "MAB21L3",
760
+ "EIF4E",
761
+ "GPR89B",
762
+ "SNORD62B",
763
+ "RHD",
764
+ "FAM25C",
765
+ "ARL17B",
766
+ "MAFIP",
767
+ "HBG2",
768
+ "DDX11L9",
769
+ "TRIM43B",
770
+ "GTF2H2B",
771
+ "NOMO2",
772
+ "SNORD103B",
773
+ "PLGLA",
774
+ "SDHAP2",
775
+ "DDTL"
776
+ ],
777
+ "Coefficient": [
778
+ 3.1034389768669643,
779
+ -2.3598557591041147,
780
+ -2.327712667761737,
781
+ -2.254975249650579,
782
+ 2.194848309803719,
783
+ -2.1060476181673455,
784
+ 2.067221536558282,
785
+ 2.008902706519641,
786
+ -1.9998497427007556,
787
+ 1.9706539523626228,
788
+ -1.791561585703038,
789
+ -1.6878034594133207,
790
+ -1.6413560062900565,
791
+ -1.6009395723077144,
792
+ 1.5776739632709007,
793
+ -1.5633294750371254,
794
+ 1.5347786406674857,
795
+ 1.5006732311300082,
796
+ -1.4794646611768758,
797
+ -1.4538806110481612,
798
+ -1.4489852855808496,
799
+ 1.443879896344682,
800
+ -1.4252056314286057,
801
+ -1.4065298260159154,
802
+ -1.391738111278441,
803
+ -1.3813408487637346,
804
+ 1.3629367175766376,
805
+ 1.3627125739517967,
806
+ -1.361311096819218,
807
+ 1.3463260891413793,
808
+ 1.2933225111236426,
809
+ -1.2793775567419585,
810
+ 1.2779369032263221,
811
+ -1.2712037795541578,
812
+ -1.2563008985695416,
813
+ -1.250764672500857,
814
+ 1.2311469301923006,
815
+ -1.22382147194491,
816
+ 1.2019026748665373,
817
+ -1.1776200571577031,
818
+ 1.1715737304617158,
819
+ 1.152552870780379,
820
+ 1.1462391845267212,
821
+ -1.1422512250582288,
822
+ -1.1344507384000764,
823
+ -1.1260998515908638,
824
+ 1.093438361619575,
825
+ -1.0880170235850213,
826
+ 1.0877815143831222,
827
+ -1.0671086212681087,
828
+ 1.0592720541332916,
829
+ -1.0552780618939765,
830
+ 1.0549337264122842,
831
+ -1.053994902600405,
832
+ 1.040877072623721,
833
+ 1.0312605633465806,
834
+ -1.024799317234394,
835
+ 1.018774246125695,
836
+ -1.014863221692147,
837
+ -1.0139400670362975,
838
+ 0.9875969796696339,
839
+ 0.9850512038075481,
840
+ -0.9846793497116905,
841
+ -0.9836791405005001,
842
+ 0.9735884497679697,
843
+ 0.9665684218526036,
844
+ 0.9618846615200195,
845
+ -0.9547793581938456,
846
+ 0.9502808961867261,
847
+ 0.9483634145674684,
848
+ 0.9460357129570093,
849
+ 0.9389681039015373,
850
+ -0.9285540331347409,
851
+ -0.9267445373473978,
852
+ -0.9145791127098942,
853
+ 0.9132725765614511,
854
+ 0.9088394221808405,
855
+ -0.9083672000061536,
856
+ 0.905919151379771,
857
+ 0.9024580747772312,
858
+ 0.8971285578227697,
859
+ -0.8970501913447501,
860
+ 0.8879085768891034,
861
+ 0.88272610395537,
862
+ 0.8799123259081477,
863
+ 0.8749309966181805,
864
+ -0.8684033258687338,
865
+ -0.8663745548676144,
866
+ -0.8651002790809488,
867
+ -0.8633396616497825,
868
+ 0.8626193027827068,
869
+ 0.8525784278792984,
870
+ -0.8521725600985308,
871
+ -0.848619420644615,
872
+ 0.8458902555792125,
873
+ -0.8413165011458601,
874
+ 0.8412439561779205,
875
+ 0.8334204396051712,
876
+ -0.827689007356622,
877
+ -0.8224802297438668,
878
+ 0.8216198987374713,
879
+ 0.8206338745852078,
880
+ 0.8197059274690566,
881
+ 0.8106377253606932,
882
+ 0.8069228021756805,
883
+ 0.7951748148464208,
884
+ -0.7914196419696738,
885
+ -0.7857564580276472,
886
+ -0.7822800282930007,
887
+ 0.777622722999135,
888
+ -0.7769617538316249,
889
+ -0.7724071802921386,
890
+ -0.771681532617407,
891
+ -0.7682280097261333,
892
+ 0.7674152588659439,
893
+ 0.7626231375129688,
894
+ 0.7573532547663577,
895
+ -0.7561895356469486,
896
+ -0.742360005329019,
897
+ 0.7386722280499588,
898
+ -0.7371694152901669,
899
+ 0.7359563589978522,
900
+ 0.7295690950044446,
901
+ 0.7254285237633639,
902
+ 0.7244867218984237,
903
+ -0.7235774944504081,
904
+ 0.7230063734497326,
905
+ -0.7229821596653051,
906
+ -0.7227182099405388,
907
+ 0.720034755737298,
908
+ -0.7194630252955849,
909
+ -0.7179881403896821,
910
+ 0.7179412785188122,
911
+ -0.7108512234150726,
912
+ -0.7099568342885182,
913
+ -0.7077789132432859,
914
+ 0.7036190242254421,
915
+ -0.6981383185468412,
916
+ -0.6941249577812733,
917
+ -0.6890669775072771,
918
+ -0.6855391445014302,
919
+ 0.6848268848025112,
920
+ -0.6845823207962441,
921
+ 0.6841108326675027,
922
+ -0.6833165488687273,
923
+ -0.6828130996361994,
924
+ 0.6817408250465258,
925
+ 0.6807098679798655,
926
+ -0.6771257606280119,
927
+ 0.6759941788698375,
928
+ 0.6724900407979021,
929
+ -0.6721201737088865,
930
+ 0.6710694317828013,
931
+ -0.6710253053050159,
932
+ -0.668079324710433,
933
+ 0.6653167275036866,
934
+ -0.6650934559826975,
935
+ 0.6635251765988925,
936
+ 0.6595725066459771,
937
+ 0.6592483832417296,
938
+ -0.6590514569385669,
939
+ -0.6588359994409201,
940
+ -0.6518732678075683,
941
+ 0.6517340709937193,
942
+ -0.6512694699250535,
943
+ -0.6504476852285942,
944
+ 0.6483017334000982,
945
+ 0.6469368119446995,
946
+ -0.6463948025243059,
947
+ -0.6447168879402828,
948
+ -0.6370571602242401,
949
+ -0.6338718171099651,
950
+ 0.627409004131566,
951
+ 0.618640767463766,
952
+ 0.617672284531689,
953
+ 0.6172797440627967,
954
+ 0.6142494991207016,
955
+ 0.6134860251020607,
956
+ 0.6110244639754014,
957
+ -0.6097973522401796,
958
+ 0.6090836246537965,
959
+ 0.6016723846982838,
960
+ -0.6007950534050569,
961
+ -0.5966162712362605,
962
+ -0.5949154718130256,
963
+ -0.5940824554884352,
964
+ -0.593967920643514,
965
+ 0.5938809559429533,
966
+ 0.5922723860098605,
967
+ 0.5920614153790534,
968
+ 0.591272893241214,
969
+ -0.5899786949687365,
970
+ -0.5845805096759987,
971
+ 0.5841929555728927,
972
+ -0.5840089757648721,
973
+ 0.5815643546575667,
974
+ 0.581434248634958,
975
+ -0.5794688551375652,
976
+ 0.5793254029666938,
977
+ 0.5756879237541754,
978
+ 0.5718048978609412,
979
+ 0.5691571102857776,
980
+ -0.5679704401045834,
981
+ -0.5657710563078511,
982
+ -0.5632512705451543,
983
+ 0.5614269253625718,
984
+ -0.5566958238746564,
985
+ 0.5546863164123318,
986
+ 0.5477317734420252,
987
+ -0.5462162619010895,
988
+ -0.5460284552826985,
989
+ 0.5436122893011791,
990
+ 0.5426746516594254,
991
+ -0.5373029177369569,
992
+ 0.528744454383085,
993
+ -0.5270787962063865,
994
+ 0.518931619715848,
995
+ 0.5176099417101427,
996
+ 0.5156017715491044,
997
+ 0.5145833330461433,
998
+ -0.5145484586370591,
999
+ 0.514385421071041,
1000
+ -0.5129167742415708,
1001
+ -0.5116041592738791,
1002
+ 0.5065387232751217,
1003
+ 0.5055745193335384,
1004
+ 0.5028052870050381,
1005
+ 0.49991865513926936,
1006
+ -0.4979103402895332,
1007
+ 0.4972554959132993,
1008
+ 0.49485288352401297,
1009
+ -0.4945222642222689,
1010
+ 0.4933158681232114,
1011
+ 0.4927514646813604,
1012
+ 0.4914455381377575,
1013
+ -0.4909755774718093,
1014
+ 0.48866188232679925,
1015
+ 0.4864367336661639,
1016
+ 0.48501726539985685,
1017
+ -0.48393713344732436,
1018
+ -0.4796528601977751,
1019
+ 0.47771292329758364,
1020
+ -0.47649204981817017,
1021
+ 0.47452200343967565,
1022
+ 0.4720903082220352,
1023
+ 0.4690932921049256,
1024
+ 0.4636554024540972,
1025
+ -0.46187916676178997,
1026
+ -0.46144985801393384,
1027
+ -0.46135929752402455,
1028
+ 0.4572785370689183,
1029
+ 0.4562285231508379,
1030
+ -0.4508878178513319,
1031
+ 0.4507663777050375,
1032
+ 0.44992297170621626,
1033
+ 0.4448045016153049,
1034
+ 0.4403851269835614,
1035
+ -0.43983006470616975,
1036
+ -0.43869657875196105,
1037
+ -0.4371215393181685,
1038
+ -0.43672311114695467,
1039
+ -0.4360276472295229,
1040
+ -0.43400664210204387,
1041
+ 0.43148243598873715,
1042
+ 0.431156905931842,
1043
+ 0.42963557282578946,
1044
+ 0.428943755040018,
1045
+ -0.4288312275543699,
1046
+ -0.427766998044169,
1047
+ 0.4272271156867371,
1048
+ 0.4260071785532826,
1049
+ -0.4248290505246133,
1050
+ 0.42401135077044017,
1051
+ -0.42386174212099287,
1052
+ 0.42322472605263034,
1053
+ 0.42126295073139974,
1054
+ -0.4193402424458987,
1055
+ 0.41605296447262413,
1056
+ 0.4125700248092322,
1057
+ -0.4117310971970479,
1058
+ 0.4106858845348482,
1059
+ 0.40937181847360754,
1060
+ -0.40476024613673045,
1061
+ -0.4032860405416866,
1062
+ 0.4030233177972064,
1063
+ -0.40171452554475123,
1064
+ 0.4013670478495376,
1065
+ 0.4000735478248364,
1066
+ 0.3983992540681275,
1067
+ -0.39757908207038467,
1068
+ 0.3954275199733549,
1069
+ 0.39528828768902424,
1070
+ -0.3925637325081316,
1071
+ 0.391888716716263,
1072
+ 0.38516411508018733,
1073
+ -0.3814113245958058,
1074
+ -0.3786391601202214,
1075
+ 0.3780959427105434,
1076
+ -0.3768579153026571,
1077
+ 0.3754403418085583,
1078
+ -0.3744269320015814,
1079
+ 0.3741092431898465,
1080
+ 0.3738851340426476,
1081
+ 0.373843218839238,
1082
+ 0.3732472543644085,
1083
+ 0.37286569693588406,
1084
+ 0.37114706868903863,
1085
+ -0.3709378826355684,
1086
+ 0.37021983223370203,
1087
+ 0.36771860317619814,
1088
+ 0.36720588996706727,
1089
+ 0.36533296867519477,
1090
+ -0.36409354181679326,
1091
+ 0.3623178551590047,
1092
+ 0.3607997955717198,
1093
+ 0.36064330561119373,
1094
+ -0.3581205346600437,
1095
+ -0.35664583416391715,
1096
+ 0.3522976108275947,
1097
+ 0.3484101073203529,
1098
+ 0.3482095849381366,
1099
+ -0.3465962785343452,
1100
+ 0.3456672407933391,
1101
+ 0.34351049604300554,
1102
+ 0.3424576304219184,
1103
+ 0.3423329384414075,
1104
+ -0.34129888539900693,
1105
+ -0.33742033813676653,
1106
+ -0.33710550124890626,
1107
+ -0.3364040622325094,
1108
+ -0.33600117528471213,
1109
+ -0.33576445275194733,
1110
+ 0.3338700680292357,
1111
+ 0.3336245876797671,
1112
+ 0.3325453636874433,
1113
+ 0.3320680758040538,
1114
+ 0.3312125300221723,
1115
+ -0.33044323679288495,
1116
+ -0.32954911307378637,
1117
+ 0.32803544927095796,
1118
+ 0.31756461240018224,
1119
+ -0.3136897378623359,
1120
+ -0.3123036096206116,
1121
+ -0.3098314420958602,
1122
+ -0.30849008736659916,
1123
+ -0.30593037931660855,
1124
+ -0.3027990714872049,
1125
+ 0.30261131100586663,
1126
+ 0.3017139887885073,
1127
+ -0.30106660860269857,
1128
+ -0.30029704937416357,
1129
+ 0.30004281283610545,
1130
+ 0.29995717851723513,
1131
+ -0.2963970926729953,
1132
+ -0.29638921614051705,
1133
+ -0.29615510956755076,
1134
+ -0.29380067764432016,
1135
+ 0.2930301921751317,
1136
+ 0.29282509441197896,
1137
+ 0.29159133530321873,
1138
+ -0.2915903123584539,
1139
+ 0.2915058978437172,
1140
+ 0.29149777029048635,
1141
+ 0.2908098235633912,
1142
+ -0.2902256221448678,
1143
+ 0.28805237475257883,
1144
+ -0.2878976978550956,
1145
+ 0.28706912911036864,
1146
+ -0.2868310193150855,
1147
+ 0.2866982624216042,
1148
+ 0.28612846964550503,
1149
+ 0.28602921416451366,
1150
+ 0.2841347755375834,
1151
+ 0.27895488727184237,
1152
+ 0.27879844706177365,
1153
+ -0.27796406101740817,
1154
+ 0.27693174274403115,
1155
+ -0.2767796334238019,
1156
+ 0.27566964706036035,
1157
+ 0.2748681639544418,
1158
+ -0.2733485821150009,
1159
+ 0.2727287057219406,
1160
+ 0.27260068514358476,
1161
+ -0.27190405664514766,
1162
+ -0.2708934118984864,
1163
+ 0.27004473995617195,
1164
+ -0.2674871992220583,
1165
+ 0.2671309017558819,
1166
+ 0.26575294417796674,
1167
+ -0.2631024671580356,
1168
+ 0.26294319558536255,
1169
+ -0.26225323001368483,
1170
+ -0.25989125783869127,
1171
+ 0.259804573864476,
1172
+ -0.258980869605709,
1173
+ 0.256752344882884,
1174
+ 0.25624549246355083,
1175
+ 0.2545648487951232,
1176
+ -0.25432285618430345,
1177
+ 0.25392480960699365,
1178
+ -0.2534086548831237,
1179
+ 0.25144285799202015,
1180
+ -0.2499229337113766,
1181
+ -0.24926873606814898,
1182
+ 0.24920982033255581,
1183
+ 0.24766068954938572,
1184
+ 0.24691629902584455,
1185
+ 0.2454041473469004,
1186
+ 0.2449735559902047,
1187
+ 0.24486673103418907,
1188
+ -0.24478729755221226,
1189
+ 0.24470673079971955,
1190
+ -0.24364186041706604,
1191
+ -0.24279425202985544,
1192
+ 0.2421206823732589,
1193
+ -0.239983017063109,
1194
+ -0.23859990494649605,
1195
+ -0.23779680600809047,
1196
+ 0.2368833991863561,
1197
+ 0.2361199743607065,
1198
+ 0.23541619947459894,
1199
+ 0.23470740735076961,
1200
+ -0.23339000090741957,
1201
+ -0.23253128067477793,
1202
+ -0.23149761504014932,
1203
+ -0.23131200477830227,
1204
+ -0.2307015841437392,
1205
+ -0.22825798527048916,
1206
+ 0.22739606425574638,
1207
+ -0.22483611588987548,
1208
+ -0.22396253794408771,
1209
+ 0.22361173858879957,
1210
+ 0.22359852858556323,
1211
+ 0.2232196338659051,
1212
+ 0.22205248133728736,
1213
+ 0.22137693028303543,
1214
+ -0.22094728432509217,
1215
+ 0.22052620259492497,
1216
+ 0.21967332472409576,
1217
+ 0.21896925946531495,
1218
+ -0.21715247807836435,
1219
+ -0.21465193934416757,
1220
+ -0.21417099835543993,
1221
+ -0.2135456096008293,
1222
+ -0.2133569389376047,
1223
+ -0.21173746972295807,
1224
+ -0.21086443578236105,
1225
+ -0.21078859973893288,
1226
+ 0.20941958637986507,
1227
+ -0.20883184447399014,
1228
+ -0.20881617841534358,
1229
+ 0.2079156593635385,
1230
+ -0.2072611269704271,
1231
+ 0.20720787054531611,
1232
+ 0.20626449090954962,
1233
+ 0.20590645163511004,
1234
+ 0.20294955448408014,
1235
+ -0.20288853446890384,
1236
+ -0.2003149857916965,
1237
+ -0.19898235732729389,
1238
+ -0.196312389889566,
1239
+ 0.1957652039793842,
1240
+ 0.1943339067904754,
1241
+ -0.1937104337226159,
1242
+ 0.1931185311179528,
1243
+ -0.19270124425190346,
1244
+ 0.19245181494080968,
1245
+ 0.19176192304451528,
1246
+ 0.1910368568842498,
1247
+ 0.1907369342631171,
1248
+ 0.1897204089924363,
1249
+ 0.18854886259095527,
1250
+ -0.18847133796661483,
1251
+ 0.18765382071078815,
1252
+ -0.18639453997239858,
1253
+ -0.18625478114871277,
1254
+ -0.18579783400156114,
1255
+ 0.18272448440850125,
1256
+ 0.17803805322214092,
1257
+ 0.17754745081266227,
1258
+ -0.17729308813290884,
1259
+ -0.17706022973941432,
1260
+ 0.17665333351847887,
1261
+ 0.1733098721481288,
1262
+ 0.17245388912424278,
1263
+ 0.17145341187313254,
1264
+ -0.17019319330984278,
1265
+ 0.17000667263825225,
1266
+ -0.1697470168518671,
1267
+ -0.1694972017822599,
1268
+ -0.16874733769495873,
1269
+ -0.16767553194028834,
1270
+ -0.16500119622964962,
1271
+ 0.16497961364701808,
1272
+ 0.16376284551898748,
1273
+ 0.1626100384234398,
1274
+ -0.16254990479591971,
1275
+ 0.16165003642686213,
1276
+ -0.16110547609374753,
1277
+ 0.16086007804918034,
1278
+ -0.16085119440540757,
1279
+ -0.160792136976309,
1280
+ -0.15890350663286013,
1281
+ -0.158220692051573,
1282
+ 0.158040568852156,
1283
+ -0.15719731500580805,
1284
+ -0.15643507123026903,
1285
+ -0.15498674168787893,
1286
+ 0.15395606030689762,
1287
+ 0.15294765295149074,
1288
+ 0.15172598580545582,
1289
+ -0.15074380321156516,
1290
+ 0.14776506738704828,
1291
+ 0.14577216149335653,
1292
+ 0.14536718709459842,
1293
+ -0.14535648475536259,
1294
+ 0.14357820198572907,
1295
+ 0.13920505419550508,
1296
+ -0.13649965827948002,
1297
+ 0.13582068715007725,
1298
+ 0.13561713998918168,
1299
+ -0.1346357847618935,
1300
+ -0.1344955308729958,
1301
+ -0.13444578969546578,
1302
+ -0.13417566586350196,
1303
+ -0.13393871140281885,
1304
+ -0.13392986567740525,
1305
+ 0.1329207927619884,
1306
+ -0.13190565146740435,
1307
+ 0.13165131009462833,
1308
+ 0.13131546191075702,
1309
+ 0.13130654328183294,
1310
+ 0.13083015204379037,
1311
+ 0.12951439982347443,
1312
+ 0.12868454591499925,
1313
+ 0.12866766677003966,
1314
+ 0.12767940317624663,
1315
+ -0.12645217191055394,
1316
+ 0.12609772247343953,
1317
+ 0.12608990419644223,
1318
+ 0.12533894088521216,
1319
+ -0.12490468046270675,
1320
+ -0.12418206596000454,
1321
+ -0.1238727823891853,
1322
+ -0.1225772230029034,
1323
+ 0.1209689907355913,
1324
+ 0.12019621542038973,
1325
+ -0.1199026581895443,
1326
+ -0.11883842326200697,
1327
+ -0.11740451374092713,
1328
+ -0.11739433107783258,
1329
+ -0.11618392268904351,
1330
+ -0.11508450452365776,
1331
+ -0.11352822046676642,
1332
+ 0.11301201269793912,
1333
+ 0.11233426385589562,
1334
+ 0.11103925188344028,
1335
+ -0.11074164981234537,
1336
+ 0.10991450667183605,
1337
+ 0.10924992189411031,
1338
+ 0.1086257069918064,
1339
+ -0.10829517515206648,
1340
+ 0.10644612932334963,
1341
+ -0.10451026803356084,
1342
+ 0.10322172199447585,
1343
+ -0.10095421409854193,
1344
+ -0.10024951880713077,
1345
+ 0.09907119410185229,
1346
+ 0.09873104900621021,
1347
+ -0.09830718982759087,
1348
+ -0.0979584416492112,
1349
+ 0.09775245374330009,
1350
+ -0.09755375525883068,
1351
+ -0.09721781252149334,
1352
+ -0.09590294608335218,
1353
+ 0.09399418569242109,
1354
+ 0.09273733519077111,
1355
+ -0.09135900839391621,
1356
+ -0.0910200260761492,
1357
+ 0.09014984793714476,
1358
+ 0.08927648077378882,
1359
+ 0.08874917147258113,
1360
+ -0.08778374547960552,
1361
+ -0.08679834514943473,
1362
+ 0.08600081713431683,
1363
+ 0.08503409159102154,
1364
+ -0.0849612956247658,
1365
+ 0.08422816611931767,
1366
+ 0.08397831607391325,
1367
+ -0.08359796175680419,
1368
+ 0.08297060907728548,
1369
+ 0.08295389412062784,
1370
+ -0.08256640675348349,
1371
+ -0.08145604679802232,
1372
+ 0.0809859802289542,
1373
+ 0.08035794364777012,
1374
+ -0.0781831310038922,
1375
+ -0.07728702940547308,
1376
+ 0.07653202347436519,
1377
+ -0.07629755935691504,
1378
+ 0.07591871950270512,
1379
+ 0.07472826182295537,
1380
+ 0.07441785181506996,
1381
+ 0.07398573946702745,
1382
+ 0.07377913571266947,
1383
+ 0.07324236161802221,
1384
+ -0.07315779436496145,
1385
+ 0.07231038316010097,
1386
+ -0.0712228338673019,
1387
+ -0.07075201960725706,
1388
+ -0.06915058313476473,
1389
+ 0.06848795269866079,
1390
+ -0.06755524543548828,
1391
+ 0.06740540335146125,
1392
+ 0.06598284629230326,
1393
+ -0.0658862255849857,
1394
+ 0.06581583048813658,
1395
+ 0.06521087124584544,
1396
+ -0.06436422648663838,
1397
+ -0.06265892478001876,
1398
+ -0.06212417810002264,
1399
+ -0.062012165758244836,
1400
+ -0.06194234940286878,
1401
+ 0.06135281942690904,
1402
+ -0.061120660202768295,
1403
+ -0.06023537017292833,
1404
+ 0.05975382137268922,
1405
+ -0.05968484374539634,
1406
+ -0.05891409871847574,
1407
+ -0.058565103908296445,
1408
+ -0.05831755213379829,
1409
+ 0.05773362964493269,
1410
+ 0.05771250019186368,
1411
+ 0.05769110869297182,
1412
+ 0.055441525179538806,
1413
+ -0.054324121133980365,
1414
+ 0.05424480100149834,
1415
+ 0.05331746145993072,
1416
+ 0.052624866689537454,
1417
+ -0.05250990929495546,
1418
+ -0.051352198093995306,
1419
+ 0.05023135791036208,
1420
+ 0.050226672864767286,
1421
+ -0.04888388182812825,
1422
+ 0.04817849189512067,
1423
+ -0.04816907288192558,
1424
+ 0.04510044640983852,
1425
+ 0.04474430198476855,
1426
+ -0.043180442174508366,
1427
+ -0.04200579662644752,
1428
+ -0.041947498505368615,
1429
+ -0.04135786955766649,
1430
+ 0.04134212673911458,
1431
+ 0.04121848587749309,
1432
+ -0.0411706073205694,
1433
+ -0.04103996957998131,
1434
+ 0.040713374284696645,
1435
+ 0.04060451957431156,
1436
+ -0.040086933191103354,
1437
+ 0.03826484399119686,
1438
+ 0.038007889409922155,
1439
+ -0.03679824911423236,
1440
+ 0.03563017052327115,
1441
+ 0.03524604258328258,
1442
+ -0.035046812095102506,
1443
+ 0.0347587667511142,
1444
+ -0.03362546602568046,
1445
+ 0.032531881135431866,
1446
+ 0.030893323598504222,
1447
+ -0.030061182836046165,
1448
+ -0.03002976890634688,
1449
+ -0.029697330393559065,
1450
+ -0.029238902473388787,
1451
+ 0.028968644734661955,
1452
+ 0.028862866866129773,
1453
+ 0.02796373481785238,
1454
+ 0.027650168873682362,
1455
+ 0.02713589738745707,
1456
+ 0.026892388195830855,
1457
+ 0.026168179207885254,
1458
+ 0.025167456887374394,
1459
+ -0.02503081364696117,
1460
+ -0.024218667502659386,
1461
+ 0.02381762392197678,
1462
+ -0.023724204944811995,
1463
+ 0.02225353439655242,
1464
+ 0.02181598902811553,
1465
+ -0.021814683250428818,
1466
+ -0.021699673376832256,
1467
+ 0.020951939757144444,
1468
+ 0.020871904533288414,
1469
+ 0.020452094233131535,
1470
+ 0.020264591570507976,
1471
+ -0.0194322449380515,
1472
+ 0.018576546507217625,
1473
+ 0.017869219030943368,
1474
+ -0.016691068369236672,
1475
+ 0.015346212032218242,
1476
+ 0.015291976101563206,
1477
+ 0.01454647495094289,
1478
+ -0.014098269058535791,
1479
+ 0.014011204195836706,
1480
+ -0.013562990511061484,
1481
+ 0.013450577192999578,
1482
+ 0.0130112359167411,
1483
+ 0.01265656908207806,
1484
+ -0.012514775741165772,
1485
+ 0.0121875832478886,
1486
+ -0.012115833323911808,
1487
+ 0.011865525492884773,
1488
+ -0.0110349134212666,
1489
+ 0.010629560626246504,
1490
+ 0.010156486142085655,
1491
+ -0.01004948875336141,
1492
+ 0.009900064707754733,
1493
+ 0.009601586345846392,
1494
+ 0.009123913977018333,
1495
+ 0.009048886268406007,
1496
+ -0.008487187862998454,
1497
+ -0.007486227412102116,
1498
+ -0.0066304434057381356,
1499
+ -0.006130005611303574,
1500
+ 0.005706274703808361,
1501
+ -0.004949573467501217,
1502
+ -0.004940384557188775,
1503
+ 0.004892916536630195,
1504
+ 0.0044754906265781465,
1505
+ -0.004369379978034514,
1506
+ -0.003789554930656021,
1507
+ 0.0034117570383169486,
1508
+ 0.0033693415555219913,
1509
+ -0.0031795199755068515,
1510
+ 0.003153597553524701,
1511
+ -0.0030914581202270636,
1512
+ -0.0027035968319700284,
1513
+ 0.002542608896830073,
1514
+ -0.0021915339140130123,
1515
+ 0.0020648607721568154,
1516
+ 0.0019692503356799045,
1517
+ 0.0019475448131422836,
1518
+ 0.0019408514200223044,
1519
+ 0.0018635124972287303,
1520
+ -0.0017961107560231849,
1521
+ -0.0014057288021904232,
1522
+ -0.0013218131845940434,
1523
+ -0.0011055991231360676,
1524
+ -0.0009737718958827847,
1525
+ 0.00092590725560769,
1526
+ -0.0005725974376664663,
1527
+ -0.0005456397703432546,
1528
+ -0.00039013124818748933,
1529
+ 0.00019167286055574582,
1530
+ -0.0001351774377320923,
1531
+ 5.120868422763328e-05,
1532
+ 3.9923983905337674e-05,
1533
+ 3.074217251658366e-05,
1534
+ 1.7681904366491453e-05,
1535
+ -4.465317894402503e-14,
1536
+ 3.92797775725836e-14,
1537
+ -2.0373078841105434e-14,
1538
+ 1.3723345465034951e-14,
1539
+ 7.0776471191012664e-15,
1540
+ -4.659740218360288e-15,
1541
+ -2.131301786252311e-15,
1542
+ -1.7138516086294612e-15,
1543
+ 6.709540782863262e-17,
1544
+ 2.2311784301811813e-17,
1545
+ -2.1782845656345242e-17,
1546
+ 1.478049590221394e-17,
1547
+ -1.3985093251060274e-17,
1548
+ 2.3062324362922115e-18,
1549
+ 7.864040154507261e-19
1550
+ ],
1551
+ "Absolute Coefficient": [
1552
+ 3.1034389768669643,
1553
+ 2.3598557591041147,
1554
+ 2.327712667761737,
1555
+ 2.254975249650579,
1556
+ 2.194848309803719,
1557
+ 2.1060476181673455,
1558
+ 2.067221536558282,
1559
+ 2.008902706519641,
1560
+ 1.9998497427007556,
1561
+ 1.9706539523626228,
1562
+ 1.791561585703038,
1563
+ 1.6878034594133207,
1564
+ 1.6413560062900565,
1565
+ 1.6009395723077144,
1566
+ 1.5776739632709007,
1567
+ 1.5633294750371254,
1568
+ 1.5347786406674857,
1569
+ 1.5006732311300082,
1570
+ 1.4794646611768758,
1571
+ 1.4538806110481612,
1572
+ 1.4489852855808496,
1573
+ 1.443879896344682,
1574
+ 1.4252056314286057,
1575
+ 1.4065298260159154,
1576
+ 1.391738111278441,
1577
+ 1.3813408487637346,
1578
+ 1.3629367175766376,
1579
+ 1.3627125739517967,
1580
+ 1.361311096819218,
1581
+ 1.3463260891413793,
1582
+ 1.2933225111236426,
1583
+ 1.2793775567419585,
1584
+ 1.2779369032263221,
1585
+ 1.2712037795541578,
1586
+ 1.2563008985695416,
1587
+ 1.250764672500857,
1588
+ 1.2311469301923006,
1589
+ 1.22382147194491,
1590
+ 1.2019026748665373,
1591
+ 1.1776200571577031,
1592
+ 1.1715737304617158,
1593
+ 1.152552870780379,
1594
+ 1.1462391845267212,
1595
+ 1.1422512250582288,
1596
+ 1.1344507384000764,
1597
+ 1.1260998515908638,
1598
+ 1.093438361619575,
1599
+ 1.0880170235850213,
1600
+ 1.0877815143831222,
1601
+ 1.0671086212681087,
1602
+ 1.0592720541332916,
1603
+ 1.0552780618939765,
1604
+ 1.0549337264122842,
1605
+ 1.053994902600405,
1606
+ 1.040877072623721,
1607
+ 1.0312605633465806,
1608
+ 1.024799317234394,
1609
+ 1.018774246125695,
1610
+ 1.014863221692147,
1611
+ 1.0139400670362975,
1612
+ 0.9875969796696339,
1613
+ 0.9850512038075481,
1614
+ 0.9846793497116905,
1615
+ 0.9836791405005001,
1616
+ 0.9735884497679697,
1617
+ 0.9665684218526036,
1618
+ 0.9618846615200195,
1619
+ 0.9547793581938456,
1620
+ 0.9502808961867261,
1621
+ 0.9483634145674684,
1622
+ 0.9460357129570093,
1623
+ 0.9389681039015373,
1624
+ 0.9285540331347409,
1625
+ 0.9267445373473978,
1626
+ 0.9145791127098942,
1627
+ 0.9132725765614511,
1628
+ 0.9088394221808405,
1629
+ 0.9083672000061536,
1630
+ 0.905919151379771,
1631
+ 0.9024580747772312,
1632
+ 0.8971285578227697,
1633
+ 0.8970501913447501,
1634
+ 0.8879085768891034,
1635
+ 0.88272610395537,
1636
+ 0.8799123259081477,
1637
+ 0.8749309966181805,
1638
+ 0.8684033258687338,
1639
+ 0.8663745548676144,
1640
+ 0.8651002790809488,
1641
+ 0.8633396616497825,
1642
+ 0.8626193027827068,
1643
+ 0.8525784278792984,
1644
+ 0.8521725600985308,
1645
+ 0.848619420644615,
1646
+ 0.8458902555792125,
1647
+ 0.8413165011458601,
1648
+ 0.8412439561779205,
1649
+ 0.8334204396051712,
1650
+ 0.827689007356622,
1651
+ 0.8224802297438668,
1652
+ 0.8216198987374713,
1653
+ 0.8206338745852078,
1654
+ 0.8197059274690566,
1655
+ 0.8106377253606932,
1656
+ 0.8069228021756805,
1657
+ 0.7951748148464208,
1658
+ 0.7914196419696738,
1659
+ 0.7857564580276472,
1660
+ 0.7822800282930007,
1661
+ 0.777622722999135,
1662
+ 0.7769617538316249,
1663
+ 0.7724071802921386,
1664
+ 0.771681532617407,
1665
+ 0.7682280097261333,
1666
+ 0.7674152588659439,
1667
+ 0.7626231375129688,
1668
+ 0.7573532547663577,
1669
+ 0.7561895356469486,
1670
+ 0.742360005329019,
1671
+ 0.7386722280499588,
1672
+ 0.7371694152901669,
1673
+ 0.7359563589978522,
1674
+ 0.7295690950044446,
1675
+ 0.7254285237633639,
1676
+ 0.7244867218984237,
1677
+ 0.7235774944504081,
1678
+ 0.7230063734497326,
1679
+ 0.7229821596653051,
1680
+ 0.7227182099405388,
1681
+ 0.720034755737298,
1682
+ 0.7194630252955849,
1683
+ 0.7179881403896821,
1684
+ 0.7179412785188122,
1685
+ 0.7108512234150726,
1686
+ 0.7099568342885182,
1687
+ 0.7077789132432859,
1688
+ 0.7036190242254421,
1689
+ 0.6981383185468412,
1690
+ 0.6941249577812733,
1691
+ 0.6890669775072771,
1692
+ 0.6855391445014302,
1693
+ 0.6848268848025112,
1694
+ 0.6845823207962441,
1695
+ 0.6841108326675027,
1696
+ 0.6833165488687273,
1697
+ 0.6828130996361994,
1698
+ 0.6817408250465258,
1699
+ 0.6807098679798655,
1700
+ 0.6771257606280119,
1701
+ 0.6759941788698375,
1702
+ 0.6724900407979021,
1703
+ 0.6721201737088865,
1704
+ 0.6710694317828013,
1705
+ 0.6710253053050159,
1706
+ 0.668079324710433,
1707
+ 0.6653167275036866,
1708
+ 0.6650934559826975,
1709
+ 0.6635251765988925,
1710
+ 0.6595725066459771,
1711
+ 0.6592483832417296,
1712
+ 0.6590514569385669,
1713
+ 0.6588359994409201,
1714
+ 0.6518732678075683,
1715
+ 0.6517340709937193,
1716
+ 0.6512694699250535,
1717
+ 0.6504476852285942,
1718
+ 0.6483017334000982,
1719
+ 0.6469368119446995,
1720
+ 0.6463948025243059,
1721
+ 0.6447168879402828,
1722
+ 0.6370571602242401,
1723
+ 0.6338718171099651,
1724
+ 0.627409004131566,
1725
+ 0.618640767463766,
1726
+ 0.617672284531689,
1727
+ 0.6172797440627967,
1728
+ 0.6142494991207016,
1729
+ 0.6134860251020607,
1730
+ 0.6110244639754014,
1731
+ 0.6097973522401796,
1732
+ 0.6090836246537965,
1733
+ 0.6016723846982838,
1734
+ 0.6007950534050569,
1735
+ 0.5966162712362605,
1736
+ 0.5949154718130256,
1737
+ 0.5940824554884352,
1738
+ 0.593967920643514,
1739
+ 0.5938809559429533,
1740
+ 0.5922723860098605,
1741
+ 0.5920614153790534,
1742
+ 0.591272893241214,
1743
+ 0.5899786949687365,
1744
+ 0.5845805096759987,
1745
+ 0.5841929555728927,
1746
+ 0.5840089757648721,
1747
+ 0.5815643546575667,
1748
+ 0.581434248634958,
1749
+ 0.5794688551375652,
1750
+ 0.5793254029666938,
1751
+ 0.5756879237541754,
1752
+ 0.5718048978609412,
1753
+ 0.5691571102857776,
1754
+ 0.5679704401045834,
1755
+ 0.5657710563078511,
1756
+ 0.5632512705451543,
1757
+ 0.5614269253625718,
1758
+ 0.5566958238746564,
1759
+ 0.5546863164123318,
1760
+ 0.5477317734420252,
1761
+ 0.5462162619010895,
1762
+ 0.5460284552826985,
1763
+ 0.5436122893011791,
1764
+ 0.5426746516594254,
1765
+ 0.5373029177369569,
1766
+ 0.528744454383085,
1767
+ 0.5270787962063865,
1768
+ 0.518931619715848,
1769
+ 0.5176099417101427,
1770
+ 0.5156017715491044,
1771
+ 0.5145833330461433,
1772
+ 0.5145484586370591,
1773
+ 0.514385421071041,
1774
+ 0.5129167742415708,
1775
+ 0.5116041592738791,
1776
+ 0.5065387232751217,
1777
+ 0.5055745193335384,
1778
+ 0.5028052870050381,
1779
+ 0.49991865513926936,
1780
+ 0.4979103402895332,
1781
+ 0.4972554959132993,
1782
+ 0.49485288352401297,
1783
+ 0.4945222642222689,
1784
+ 0.4933158681232114,
1785
+ 0.4927514646813604,
1786
+ 0.4914455381377575,
1787
+ 0.4909755774718093,
1788
+ 0.48866188232679925,
1789
+ 0.4864367336661639,
1790
+ 0.48501726539985685,
1791
+ 0.48393713344732436,
1792
+ 0.4796528601977751,
1793
+ 0.47771292329758364,
1794
+ 0.47649204981817017,
1795
+ 0.47452200343967565,
1796
+ 0.4720903082220352,
1797
+ 0.4690932921049256,
1798
+ 0.4636554024540972,
1799
+ 0.46187916676178997,
1800
+ 0.46144985801393384,
1801
+ 0.46135929752402455,
1802
+ 0.4572785370689183,
1803
+ 0.4562285231508379,
1804
+ 0.4508878178513319,
1805
+ 0.4507663777050375,
1806
+ 0.44992297170621626,
1807
+ 0.4448045016153049,
1808
+ 0.4403851269835614,
1809
+ 0.43983006470616975,
1810
+ 0.43869657875196105,
1811
+ 0.4371215393181685,
1812
+ 0.43672311114695467,
1813
+ 0.4360276472295229,
1814
+ 0.43400664210204387,
1815
+ 0.43148243598873715,
1816
+ 0.431156905931842,
1817
+ 0.42963557282578946,
1818
+ 0.428943755040018,
1819
+ 0.4288312275543699,
1820
+ 0.427766998044169,
1821
+ 0.4272271156867371,
1822
+ 0.4260071785532826,
1823
+ 0.4248290505246133,
1824
+ 0.42401135077044017,
1825
+ 0.42386174212099287,
1826
+ 0.42322472605263034,
1827
+ 0.42126295073139974,
1828
+ 0.4193402424458987,
1829
+ 0.41605296447262413,
1830
+ 0.4125700248092322,
1831
+ 0.4117310971970479,
1832
+ 0.4106858845348482,
1833
+ 0.40937181847360754,
1834
+ 0.40476024613673045,
1835
+ 0.4032860405416866,
1836
+ 0.4030233177972064,
1837
+ 0.40171452554475123,
1838
+ 0.4013670478495376,
1839
+ 0.4000735478248364,
1840
+ 0.3983992540681275,
1841
+ 0.39757908207038467,
1842
+ 0.3954275199733549,
1843
+ 0.39528828768902424,
1844
+ 0.3925637325081316,
1845
+ 0.391888716716263,
1846
+ 0.38516411508018733,
1847
+ 0.3814113245958058,
1848
+ 0.3786391601202214,
1849
+ 0.3780959427105434,
1850
+ 0.3768579153026571,
1851
+ 0.3754403418085583,
1852
+ 0.3744269320015814,
1853
+ 0.3741092431898465,
1854
+ 0.3738851340426476,
1855
+ 0.373843218839238,
1856
+ 0.3732472543644085,
1857
+ 0.37286569693588406,
1858
+ 0.37114706868903863,
1859
+ 0.3709378826355684,
1860
+ 0.37021983223370203,
1861
+ 0.36771860317619814,
1862
+ 0.36720588996706727,
1863
+ 0.36533296867519477,
1864
+ 0.36409354181679326,
1865
+ 0.3623178551590047,
1866
+ 0.3607997955717198,
1867
+ 0.36064330561119373,
1868
+ 0.3581205346600437,
1869
+ 0.35664583416391715,
1870
+ 0.3522976108275947,
1871
+ 0.3484101073203529,
1872
+ 0.3482095849381366,
1873
+ 0.3465962785343452,
1874
+ 0.3456672407933391,
1875
+ 0.34351049604300554,
1876
+ 0.3424576304219184,
1877
+ 0.3423329384414075,
1878
+ 0.34129888539900693,
1879
+ 0.33742033813676653,
1880
+ 0.33710550124890626,
1881
+ 0.3364040622325094,
1882
+ 0.33600117528471213,
1883
+ 0.33576445275194733,
1884
+ 0.3338700680292357,
1885
+ 0.3336245876797671,
1886
+ 0.3325453636874433,
1887
+ 0.3320680758040538,
1888
+ 0.3312125300221723,
1889
+ 0.33044323679288495,
1890
+ 0.32954911307378637,
1891
+ 0.32803544927095796,
1892
+ 0.31756461240018224,
1893
+ 0.3136897378623359,
1894
+ 0.3123036096206116,
1895
+ 0.3098314420958602,
1896
+ 0.30849008736659916,
1897
+ 0.30593037931660855,
1898
+ 0.3027990714872049,
1899
+ 0.30261131100586663,
1900
+ 0.3017139887885073,
1901
+ 0.30106660860269857,
1902
+ 0.30029704937416357,
1903
+ 0.30004281283610545,
1904
+ 0.29995717851723513,
1905
+ 0.2963970926729953,
1906
+ 0.29638921614051705,
1907
+ 0.29615510956755076,
1908
+ 0.29380067764432016,
1909
+ 0.2930301921751317,
1910
+ 0.29282509441197896,
1911
+ 0.29159133530321873,
1912
+ 0.2915903123584539,
1913
+ 0.2915058978437172,
1914
+ 0.29149777029048635,
1915
+ 0.2908098235633912,
1916
+ 0.2902256221448678,
1917
+ 0.28805237475257883,
1918
+ 0.2878976978550956,
1919
+ 0.28706912911036864,
1920
+ 0.2868310193150855,
1921
+ 0.2866982624216042,
1922
+ 0.28612846964550503,
1923
+ 0.28602921416451366,
1924
+ 0.2841347755375834,
1925
+ 0.27895488727184237,
1926
+ 0.27879844706177365,
1927
+ 0.27796406101740817,
1928
+ 0.27693174274403115,
1929
+ 0.2767796334238019,
1930
+ 0.27566964706036035,
1931
+ 0.2748681639544418,
1932
+ 0.2733485821150009,
1933
+ 0.2727287057219406,
1934
+ 0.27260068514358476,
1935
+ 0.27190405664514766,
1936
+ 0.2708934118984864,
1937
+ 0.27004473995617195,
1938
+ 0.2674871992220583,
1939
+ 0.2671309017558819,
1940
+ 0.26575294417796674,
1941
+ 0.2631024671580356,
1942
+ 0.26294319558536255,
1943
+ 0.26225323001368483,
1944
+ 0.25989125783869127,
1945
+ 0.259804573864476,
1946
+ 0.258980869605709,
1947
+ 0.256752344882884,
1948
+ 0.25624549246355083,
1949
+ 0.2545648487951232,
1950
+ 0.25432285618430345,
1951
+ 0.25392480960699365,
1952
+ 0.2534086548831237,
1953
+ 0.25144285799202015,
1954
+ 0.2499229337113766,
1955
+ 0.24926873606814898,
1956
+ 0.24920982033255581,
1957
+ 0.24766068954938572,
1958
+ 0.24691629902584455,
1959
+ 0.2454041473469004,
1960
+ 0.2449735559902047,
1961
+ 0.24486673103418907,
1962
+ 0.24478729755221226,
1963
+ 0.24470673079971955,
1964
+ 0.24364186041706604,
1965
+ 0.24279425202985544,
1966
+ 0.2421206823732589,
1967
+ 0.239983017063109,
1968
+ 0.23859990494649605,
1969
+ 0.23779680600809047,
1970
+ 0.2368833991863561,
1971
+ 0.2361199743607065,
1972
+ 0.23541619947459894,
1973
+ 0.23470740735076961,
1974
+ 0.23339000090741957,
1975
+ 0.23253128067477793,
1976
+ 0.23149761504014932,
1977
+ 0.23131200477830227,
1978
+ 0.2307015841437392,
1979
+ 0.22825798527048916,
1980
+ 0.22739606425574638,
1981
+ 0.22483611588987548,
1982
+ 0.22396253794408771,
1983
+ 0.22361173858879957,
1984
+ 0.22359852858556323,
1985
+ 0.2232196338659051,
1986
+ 0.22205248133728736,
1987
+ 0.22137693028303543,
1988
+ 0.22094728432509217,
1989
+ 0.22052620259492497,
1990
+ 0.21967332472409576,
1991
+ 0.21896925946531495,
1992
+ 0.21715247807836435,
1993
+ 0.21465193934416757,
1994
+ 0.21417099835543993,
1995
+ 0.2135456096008293,
1996
+ 0.2133569389376047,
1997
+ 0.21173746972295807,
1998
+ 0.21086443578236105,
1999
+ 0.21078859973893288,
2000
+ 0.20941958637986507,
2001
+ 0.20883184447399014,
2002
+ 0.20881617841534358,
2003
+ 0.2079156593635385,
2004
+ 0.2072611269704271,
2005
+ 0.20720787054531611,
2006
+ 0.20626449090954962,
2007
+ 0.20590645163511004,
2008
+ 0.20294955448408014,
2009
+ 0.20288853446890384,
2010
+ 0.2003149857916965,
2011
+ 0.19898235732729389,
2012
+ 0.196312389889566,
2013
+ 0.1957652039793842,
2014
+ 0.1943339067904754,
2015
+ 0.1937104337226159,
2016
+ 0.1931185311179528,
2017
+ 0.19270124425190346,
2018
+ 0.19245181494080968,
2019
+ 0.19176192304451528,
2020
+ 0.1910368568842498,
2021
+ 0.1907369342631171,
2022
+ 0.1897204089924363,
2023
+ 0.18854886259095527,
2024
+ 0.18847133796661483,
2025
+ 0.18765382071078815,
2026
+ 0.18639453997239858,
2027
+ 0.18625478114871277,
2028
+ 0.18579783400156114,
2029
+ 0.18272448440850125,
2030
+ 0.17803805322214092,
2031
+ 0.17754745081266227,
2032
+ 0.17729308813290884,
2033
+ 0.17706022973941432,
2034
+ 0.17665333351847887,
2035
+ 0.1733098721481288,
2036
+ 0.17245388912424278,
2037
+ 0.17145341187313254,
2038
+ 0.17019319330984278,
2039
+ 0.17000667263825225,
2040
+ 0.1697470168518671,
2041
+ 0.1694972017822599,
2042
+ 0.16874733769495873,
2043
+ 0.16767553194028834,
2044
+ 0.16500119622964962,
2045
+ 0.16497961364701808,
2046
+ 0.16376284551898748,
2047
+ 0.1626100384234398,
2048
+ 0.16254990479591971,
2049
+ 0.16165003642686213,
2050
+ 0.16110547609374753,
2051
+ 0.16086007804918034,
2052
+ 0.16085119440540757,
2053
+ 0.160792136976309,
2054
+ 0.15890350663286013,
2055
+ 0.158220692051573,
2056
+ 0.158040568852156,
2057
+ 0.15719731500580805,
2058
+ 0.15643507123026903,
2059
+ 0.15498674168787893,
2060
+ 0.15395606030689762,
2061
+ 0.15294765295149074,
2062
+ 0.15172598580545582,
2063
+ 0.15074380321156516,
2064
+ 0.14776506738704828,
2065
+ 0.14577216149335653,
2066
+ 0.14536718709459842,
2067
+ 0.14535648475536259,
2068
+ 0.14357820198572907,
2069
+ 0.13920505419550508,
2070
+ 0.13649965827948002,
2071
+ 0.13582068715007725,
2072
+ 0.13561713998918168,
2073
+ 0.1346357847618935,
2074
+ 0.1344955308729958,
2075
+ 0.13444578969546578,
2076
+ 0.13417566586350196,
2077
+ 0.13393871140281885,
2078
+ 0.13392986567740525,
2079
+ 0.1329207927619884,
2080
+ 0.13190565146740435,
2081
+ 0.13165131009462833,
2082
+ 0.13131546191075702,
2083
+ 0.13130654328183294,
2084
+ 0.13083015204379037,
2085
+ 0.12951439982347443,
2086
+ 0.12868454591499925,
2087
+ 0.12866766677003966,
2088
+ 0.12767940317624663,
2089
+ 0.12645217191055394,
2090
+ 0.12609772247343953,
2091
+ 0.12608990419644223,
2092
+ 0.12533894088521216,
2093
+ 0.12490468046270675,
2094
+ 0.12418206596000454,
2095
+ 0.1238727823891853,
2096
+ 0.1225772230029034,
2097
+ 0.1209689907355913,
2098
+ 0.12019621542038973,
2099
+ 0.1199026581895443,
2100
+ 0.11883842326200697,
2101
+ 0.11740451374092713,
2102
+ 0.11739433107783258,
2103
+ 0.11618392268904351,
2104
+ 0.11508450452365776,
2105
+ 0.11352822046676642,
2106
+ 0.11301201269793912,
2107
+ 0.11233426385589562,
2108
+ 0.11103925188344028,
2109
+ 0.11074164981234537,
2110
+ 0.10991450667183605,
2111
+ 0.10924992189411031,
2112
+ 0.1086257069918064,
2113
+ 0.10829517515206648,
2114
+ 0.10644612932334963,
2115
+ 0.10451026803356084,
2116
+ 0.10322172199447585,
2117
+ 0.10095421409854193,
2118
+ 0.10024951880713077,
2119
+ 0.09907119410185229,
2120
+ 0.09873104900621021,
2121
+ 0.09830718982759087,
2122
+ 0.0979584416492112,
2123
+ 0.09775245374330009,
2124
+ 0.09755375525883068,
2125
+ 0.09721781252149334,
2126
+ 0.09590294608335218,
2127
+ 0.09399418569242109,
2128
+ 0.09273733519077111,
2129
+ 0.09135900839391621,
2130
+ 0.0910200260761492,
2131
+ 0.09014984793714476,
2132
+ 0.08927648077378882,
2133
+ 0.08874917147258113,
2134
+ 0.08778374547960552,
2135
+ 0.08679834514943473,
2136
+ 0.08600081713431683,
2137
+ 0.08503409159102154,
2138
+ 0.0849612956247658,
2139
+ 0.08422816611931767,
2140
+ 0.08397831607391325,
2141
+ 0.08359796175680419,
2142
+ 0.08297060907728548,
2143
+ 0.08295389412062784,
2144
+ 0.08256640675348349,
2145
+ 0.08145604679802232,
2146
+ 0.0809859802289542,
2147
+ 0.08035794364777012,
2148
+ 0.0781831310038922,
2149
+ 0.07728702940547308,
2150
+ 0.07653202347436519,
2151
+ 0.07629755935691504,
2152
+ 0.07591871950270512,
2153
+ 0.07472826182295537,
2154
+ 0.07441785181506996,
2155
+ 0.07398573946702745,
2156
+ 0.07377913571266947,
2157
+ 0.07324236161802221,
2158
+ 0.07315779436496145,
2159
+ 0.07231038316010097,
2160
+ 0.0712228338673019,
2161
+ 0.07075201960725706,
2162
+ 0.06915058313476473,
2163
+ 0.06848795269866079,
2164
+ 0.06755524543548828,
2165
+ 0.06740540335146125,
2166
+ 0.06598284629230326,
2167
+ 0.0658862255849857,
2168
+ 0.06581583048813658,
2169
+ 0.06521087124584544,
2170
+ 0.06436422648663838,
2171
+ 0.06265892478001876,
2172
+ 0.06212417810002264,
2173
+ 0.062012165758244836,
2174
+ 0.06194234940286878,
2175
+ 0.06135281942690904,
2176
+ 0.061120660202768295,
2177
+ 0.06023537017292833,
2178
+ 0.05975382137268922,
2179
+ 0.05968484374539634,
2180
+ 0.05891409871847574,
2181
+ 0.058565103908296445,
2182
+ 0.05831755213379829,
2183
+ 0.05773362964493269,
2184
+ 0.05771250019186368,
2185
+ 0.05769110869297182,
2186
+ 0.055441525179538806,
2187
+ 0.054324121133980365,
2188
+ 0.05424480100149834,
2189
+ 0.05331746145993072,
2190
+ 0.052624866689537454,
2191
+ 0.05250990929495546,
2192
+ 0.051352198093995306,
2193
+ 0.05023135791036208,
2194
+ 0.050226672864767286,
2195
+ 0.04888388182812825,
2196
+ 0.04817849189512067,
2197
+ 0.04816907288192558,
2198
+ 0.04510044640983852,
2199
+ 0.04474430198476855,
2200
+ 0.043180442174508366,
2201
+ 0.04200579662644752,
2202
+ 0.041947498505368615,
2203
+ 0.04135786955766649,
2204
+ 0.04134212673911458,
2205
+ 0.04121848587749309,
2206
+ 0.0411706073205694,
2207
+ 0.04103996957998131,
2208
+ 0.040713374284696645,
2209
+ 0.04060451957431156,
2210
+ 0.040086933191103354,
2211
+ 0.03826484399119686,
2212
+ 0.038007889409922155,
2213
+ 0.03679824911423236,
2214
+ 0.03563017052327115,
2215
+ 0.03524604258328258,
2216
+ 0.035046812095102506,
2217
+ 0.0347587667511142,
2218
+ 0.03362546602568046,
2219
+ 0.032531881135431866,
2220
+ 0.030893323598504222,
2221
+ 0.030061182836046165,
2222
+ 0.03002976890634688,
2223
+ 0.029697330393559065,
2224
+ 0.029238902473388787,
2225
+ 0.028968644734661955,
2226
+ 0.028862866866129773,
2227
+ 0.02796373481785238,
2228
+ 0.027650168873682362,
2229
+ 0.02713589738745707,
2230
+ 0.026892388195830855,
2231
+ 0.026168179207885254,
2232
+ 0.025167456887374394,
2233
+ 0.02503081364696117,
2234
+ 0.024218667502659386,
2235
+ 0.02381762392197678,
2236
+ 0.023724204944811995,
2237
+ 0.02225353439655242,
2238
+ 0.02181598902811553,
2239
+ 0.021814683250428818,
2240
+ 0.021699673376832256,
2241
+ 0.020951939757144444,
2242
+ 0.020871904533288414,
2243
+ 0.020452094233131535,
2244
+ 0.020264591570507976,
2245
+ 0.0194322449380515,
2246
+ 0.018576546507217625,
2247
+ 0.017869219030943368,
2248
+ 0.016691068369236672,
2249
+ 0.015346212032218242,
2250
+ 0.015291976101563206,
2251
+ 0.01454647495094289,
2252
+ 0.014098269058535791,
2253
+ 0.014011204195836706,
2254
+ 0.013562990511061484,
2255
+ 0.013450577192999578,
2256
+ 0.0130112359167411,
2257
+ 0.01265656908207806,
2258
+ 0.012514775741165772,
2259
+ 0.0121875832478886,
2260
+ 0.012115833323911808,
2261
+ 0.011865525492884773,
2262
+ 0.0110349134212666,
2263
+ 0.010629560626246504,
2264
+ 0.010156486142085655,
2265
+ 0.01004948875336141,
2266
+ 0.009900064707754733,
2267
+ 0.009601586345846392,
2268
+ 0.009123913977018333,
2269
+ 0.009048886268406007,
2270
+ 0.008487187862998454,
2271
+ 0.007486227412102116,
2272
+ 0.0066304434057381356,
2273
+ 0.006130005611303574,
2274
+ 0.005706274703808361,
2275
+ 0.004949573467501217,
2276
+ 0.004940384557188775,
2277
+ 0.004892916536630195,
2278
+ 0.0044754906265781465,
2279
+ 0.004369379978034514,
2280
+ 0.003789554930656021,
2281
+ 0.0034117570383169486,
2282
+ 0.0033693415555219913,
2283
+ 0.0031795199755068515,
2284
+ 0.003153597553524701,
2285
+ 0.0030914581202270636,
2286
+ 0.0027035968319700284,
2287
+ 0.002542608896830073,
2288
+ 0.0021915339140130123,
2289
+ 0.0020648607721568154,
2290
+ 0.0019692503356799045,
2291
+ 0.0019475448131422836,
2292
+ 0.0019408514200223044,
2293
+ 0.0018635124972287303,
2294
+ 0.0017961107560231849,
2295
+ 0.0014057288021904232,
2296
+ 0.0013218131845940434,
2297
+ 0.0011055991231360676,
2298
+ 0.0009737718958827847,
2299
+ 0.00092590725560769,
2300
+ 0.0005725974376664663,
2301
+ 0.0005456397703432546,
2302
+ 0.00039013124818748933,
2303
+ 0.00019167286055574582,
2304
+ 0.0001351774377320923,
2305
+ 5.120868422763328e-05,
2306
+ 3.9923983905337674e-05,
2307
+ 3.074217251658366e-05,
2308
+ 1.7681904366491453e-05,
2309
+ 4.465317894402503e-14,
2310
+ 3.92797775725836e-14,
2311
+ 2.0373078841105434e-14,
2312
+ 1.3723345465034951e-14,
2313
+ 7.0776471191012664e-15,
2314
+ 4.659740218360288e-15,
2315
+ 2.131301786252311e-15,
2316
+ 1.7138516086294612e-15,
2317
+ 6.709540782863262e-17,
2318
+ 2.2311784301811813e-17,
2319
+ 2.1782845656345242e-17,
2320
+ 1.478049590221394e-17,
2321
+ 1.3985093251060274e-17,
2322
+ 2.3062324362922115e-18,
2323
+ 7.864040154507261e-19
2324
+ ]
2325
+ },
2326
+ "cv_performance": {
2327
+ "prediction": {
2328
+ "accuracy": 90.89430894308944,
2329
+ "precision": 90.89430894308944,
2330
+ "recall": 100.0,
2331
+ "f1": 95.22439900006279
2332
+ },
2333
+ "selection": {
2334
+ "precision": 4.683756431623198,
2335
+ "recall": 7.218390804597701,
2336
+ "f1": 5.680975023481908,
2337
+ "jaccard": 2.924008889570107
2338
+ }
2339
+ }
2340
+ }