diff --git a/README.md b/README.md
index 45d74d9fc526b4f99b237ba9378d69f3fabf6334..c4d2ee3d50e8f3c4c2b1b02c6fce28c0d9595913 100644
--- a/README.md
+++ b/README.md
@@ -11,5 +11,17 @@ This version doesn't include the *SetRank* method for reason of package installa
 require(devtools)
 devtools::install_git('https://mborry@gitlab.pasteur.fr/mborry/coGSEA.git')
 ```
+
+## Input files
+
+- An [elist](http://web.mit.edu/~r/current/arch/i386_linux26/lib/R/library/limma/html/EList.html) object. This object is very similar to a R list. [Example data file](./exampleData/elist.rds)
+- A contrast matrix. [Example data](./exampleData/contrast.rds)
+- Optionally, a custome geneset collection can be added as well if the collection is not H, C2_KEGG, C2_REACTOME. This object is of list class. [Example data](./exampleData/geneset.rds)
+
+More information about the method can be found in the [method introduction](./intro.md)
+
+
+
+
 #### Disclaimer :
 This tool is largely inspired by the [eGSEA](http://bioconductor.org/packages/release/bioc/html/EGSEA.html) R package (and contains some of its code)
diff --git a/exampleData/contrast.rds b/exampleData/contrast.rds
new file mode 100644
index 0000000000000000000000000000000000000000..ff5bc2572c0b4beefd3018480f419c12dd5ab5d5
Binary files /dev/null and b/exampleData/contrast.rds differ
diff --git a/exampleData/elist.rds b/exampleData/elist.rds
new file mode 100644
index 0000000000000000000000000000000000000000..2bee8e95454ed5068ee50a1eadacd06d308fe7a1
Binary files /dev/null and b/exampleData/elist.rds differ
diff --git a/exampleData/geneset.rds b/exampleData/geneset.rds
new file mode 100644
index 0000000000000000000000000000000000000000..7dd7222af667f59afcc983f5a312731658bed517
Binary files /dev/null and b/exampleData/geneset.rds differ
diff --git a/intro.md b/intro.md
new file mode 100644
index 0000000000000000000000000000000000000000..9f4c3ba88cd03ab1bacbf0e0beb7be83483d3fc3
--- /dev/null
+++ b/intro.md
@@ -0,0 +1,64 @@
+
+## coGSEA Manual
+
+### Introduction
+
+**coGSEA** (**co**mparative **G**ene **S**et **E**nrichment **A**nalysis) is a tool developped to help you compare up to 12 different methods of GSEA.
+In the current version, those 12 methods include :
+- [camera](http://www.bioconductor.org/packages/release/bioc/html/limma.html)
+- [gage](https://bioconductor.org/packages/release/bioc/html/gage.html)
+- [globaltest](https://bioconductor.org/packages/release/bioc/html/globaltest.html)
+- [gsva](https://bioconductor.org/packages/release/bioc/html/GSVA.html)
+- [ssgsea](https://bioconductor.org/packages/release/bioc/html/GSVA.html)
+- [zscore](https://bioconductor.org/packages/release/bioc/html/GSVA.html)
+- [plage](https://bioconductor.org/packages/release/bioc/html/GSVA.html)
+- [ora](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3134237/)
+- [padog](http://bioconductor.org/packages/release/bioc/html/PADOG.html)
+- [roast](http://www.bioconductor.org/packages/release/bioc/html/limma.html)
+- [safe](http://bioconductor.org/packages/release/bioc/html/safe.html)
+- [setrank](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1571-6)
+
+#### Disclaimer :
+This tool is largely inspired by the [eGSEA](http://bioconductor.org/packages/release/bioc/html/EGSEA.html) R package (and contains some of its code).
+Note that because of optimization of computation time, the SetRank method is not included in this GUI version of coGSEA. To include, you can refer to the R package [coGSEA_SetRank](https://gitlab.pasteur.fr/mborry/coGSEA_SetRank)
+
+### Methods
+After running up to 12 methods :
+- For each method, *coGSEA* ranks the gene sets on the raw p.value
+- *coGSEA* adjust the p.values returned each GSEA method using the pvalue adjustment method of your choice.
+- *coGSEA* combines the adjusted p.values of each GSEA method using the p.value combination method of your choice.
+- *coGSEA* does a clustering, correlation, and PCA analysis of the methods, using the ranks of the gene sets in each method.
+- *coGSEA* does an ensemblist analysis on the gene sets with an adjusted p.value, for each method, lower than the user defined $\alpha$ treshold.
+- Last but not least, *coGSEA* performs a summarization of the data using both the average logFC (log Fold Change) and p.value of each geneset, accros the different methods.
+
+### Input
+- **Elist .rds file** : a .rds file containing an Elist object. This file can be generated by saving your Elist object using the `saveRDS()` function.   
+Your Elist object must be either a *limma-voom* object in case of RNAseq data, or have a estimated dispersion in case of MicroArray data. Dispersion estimates can be performed using the `estimateDisp()` function from the *edgeR* package.
+- **ENTREZGenesIds** : the name of the column containing all the ENTREZ identifiers of the genes in your data. This information is located in the "genes" matrix of the Elist object. Hence, you can access this information by running `colnames(Elist$genes)`.
+This value is often named *ENTREZID* or *ENTREZ* or *FeatureID*.
+- **Contrast .rds file** : a .rds file containing the contrast matrix for your experiment. For some help to make a contrast matrix, you can check the vignette of the limma package.
+Once the contrast matrix is created, you can save it to rds file using the `saveRDS()` function.
+- **MSigDB geneset** : A geneset collection from the [MSigDB](http://software.broadinstitute.org/gsea/msigdb) database. Currently only two are supported : H (Hallmark) and a subset of C2(Kegg and Reactome). More will maybe be added in the future.
+- **Specie** : The organism from which the data were extracted. Currently only *Homo sapiens* and *Mus musculus* are supported.
+- **GSEA Methods** : between 1 and 12 methods to select from the methods listed in the introduction.   
+Note : including SetRank will significantly increase the calculation time.
+- **Alpha error treshold** : the null hypothesis will be rejected if the p.value/adjusted p.value/combined p.value is lower than alpha.
+- **p.value adjustment method** : the method to adjust the p.value of the different genesets in one GSEA method, to select from the following :
+	- holm
+	- hochberg
+	- hommel
+	- bonferroni
+	- BH (Benjamini Hochberg) - selected by default.
+	- BY (Benjamini Yekutieli)
+	- fdr (False Discovery rate)
+	- none
+- **p.value combination method** : the method to combine all the p.values of one geneset accros the different GSEA methods, to select from the following :
+	- sumz (sum z method)
+	- votep (vote counting method)
+	- minimump (Wilkinson's method)
+	- sumlog (Fisher's method) - selected by default
+	- sump (sum p method)
+	- logitp (logit method)
+	- meanp (mean p method)
+	- maximump (Wilkinson's method)
+- **Minimum intersection size for SnailPlot** : Graphical Parameter to select the minimum size of an intersection of genesets between different methods
diff --git a/result_NormalVSOvaryDisease.csv b/result_NormalVSOvaryDisease.csv
deleted file mode 100644
index 380e9713fc920c805c6edb4cbe75d50e744c0b8e..0000000000000000000000000000000000000000
--- a/result_NormalVSOvaryDisease.csv
+++ /dev/null
@@ -1,293 +0,0 @@
-"","camera_Rank","camera_p.value","gage_Rank","gage_p.value","globaltest_Rank","globaltest_p.value","gsva_Rank","gsva_p.value","ssgsea_Rank","ssgsea_p.value","zscore_Rank","zscore_p.value","ora_Rank","ora_p.value","padog_Rank","padog_p.value","roast_Rank","roast_p.value","safe_Rank","safe_p.value","camera_adj_p.value","gage_adj_p.value","globaltest_adj_p.value","gsva_adj_p.value","ssgsea_adj_p.value","zscore_adj_p.value","ora_adj_p.value","padog_adj_p.value","roast_adj_p.value","safe_adj_p.value","combined_p.value"
-"hsa00010_Glycolysis___Gluconeogenesis",288,0.980804170090308,250,0.997870496472913,156,1e-04,225,0.555965044512694,188,0.0644418060620288,175,0.0285403873006739,1,1,80,0.23,121,0.004,20,0.08,0.991138106118157,1,0.000123728813559322,0.721519079989808,0.100050663670195,0.0476216748102673,1,0.80551724137931,0.00965289256198347,0.98013986013986,0.00645645219274321
-"hsa00020_Citrate_cycle_(TCA_cycle)",10,0.0714466540725629,165,0.893199260652446,164,1e-04,4,7.90705196762162e-06,33,5.51584594848732e-07,3,7.06822058857418e-08,2,1,124,0.42,8,0.001,136,0.5,0.991138106118157,1,0.000123728813559322,0.000577214793636378,4.88068793017666e-06,6.8797347062122e-06,1,0.9809375,0.00320879120879121,0.98013986013986,2.46640952685875e-11
-"hsa00030_Pentose_phosphate_pathway",73,0.376126054369942,200,0.972234236159772,148,1e-04,93,0.0324143121820876,146,0.00587902174781241,69,0.000340043161867683,3,1,20,0.03,7,0.001,6,0.02,0.991138106118157,1,0.000123728813559322,0.101773969431931,0.0117580434956248,0.0014390232357299,1,0.417142857142857,0.00320879120879121,0.898461538461538,1.44416388206488e-05
-"hsa00040_Pentose_and_glucuronate_interconversions",130,0.584342799908632,159,0.875464528350119,224,1e-04,109,0.0603655838842277,138,0.00424117714864306,261,0.58899270936624,4,1,184,0.66,290,0.927,149,0.54,0.991138106118157,1,0.000123728813559322,0.161713307286188,0.00897408498118676,0.658337370726557,1,1,0.933393103448276,0.98013986013986,0.0422716497509431
-"hsa00051_Fructose_and_mannose_metabolism",291,0.98915513791447,199,0.971812578908746,275,3e-04,184,0.268408119644046,215,0.184861654625571,222,0.179290870084895,5,1,33,0.06,157,0.011,15,0.05,0.992554296464004,1,0.000311743772241993,0.425952015956855,0.251067921631007,0.235750010326416,1,0.500571428571429,0.0203291139240506,0.973333333333333,0.0359158624529141
-"hsa00052_Galactose_metabolism",38,0.207721982583536,62,0.251749134699776,186,1e-04,84,0.0221539154807909,68,2.86890478781873e-05,240,0.319105857746151,6,1,30,0.05,182,0.028,39,0.17,0.991138106118157,1,0.000123728813559322,0.076426969148614,0.00012319414677104,0.388245460257817,1,0.470967741935484,0.0446775956284153,0.98013986013986,0.000169194398578417
-"hsa00053_Ascorbate_and_aldarate_metabolism",174,0.682619567306112,155,0.859331864494973,256,2e-04,185,0.270063557558818,200,0.124816046745381,121,0.00454419554776741,7,1,127,0.43,115,0.003,60,0.24,0.991138106118157,1,0.0002187265917603,0.426262480038782,0.181752026761095,0.0109661578508106,1,0.9809375,0.00742372881355932,0.98013986013986,0.00383756200807955
-"hsa00061_Fatty_acid_biosynthesis",224,0.8277613128344,197,0.970725630925467,270,3e-04,169,0.210158429863619,129,0.00232846921534723,291,0.985203440352451,8,1,189,0.67,270,0.622,181,0.66,0.991138106118157,1,0.000311743772241993,0.36311397349217,0.00527064349520458,0.985463307580406,1,1,0.672681481481481,0.98013986013986,0.0775850720713025
-"hsa00062_Fatty_acid_elongation",36,0.201484589441088,196,0.969686344726462,236,1e-04,75,0.0169973336892619,136,0.00371885683979273,53,0.000121438197846794,9,1,222,0.81,49,0.001,213,0.78,0.991138106118157,1,0.000123728813559322,0.0653790286720135,0.00798460439131968,0.000669055731533282,1,1,0.00320879120879121,0.98013986013986,9.22761827917647e-06
-"hsa00071_Fatty_acid_degradation",121,0.552010120610851,46,0.127162198097623,3,1e-04,123,0.09646078439677,154,0.0108134756320559,118,0.00382955329492603,10,1,14,0.02,116,0.003,112,0.43,0.991138106118157,0.801479294509897,0.000123728813559322,0.228414149700545,0.0205034732763656,0.00947652171286779,1,0.389333333333333,0.00742372881355932,0.98013986013986,0.000205051843068496
-"hsa00072_Synthesis_and_degradation_of_ketone_bodies",137,0.596539815654354,132,0.763992455222501,232,1e-04,112,0.0714212429890766,287,0.937596957698025,268,0.642841500868655,11,1,154,0.55,271,0.628,120,0.45,0.991138106118157,1,0.000123728813559322,0.185511698461234,0.953931399469768,0.700409396468833,1,1,0.676664206642067,0.98013986013986,0.2883183993639
-"hsa00100_Steroid_biosynthesis",231,0.845698446655877,207,0.976784848588621,216,1e-04,152,0.157026505577128,124,0.00184575713799402,217,0.147529243879371,12,1,261,0.93,238,0.231,275,0.94,0.991138106118157,1,0.000123728813559322,0.301656181766587,0.00434646035721173,0.198518613883762,1,1,0.282225941422594,0.98013986013986,0.0114135878341435
-"hsa00120_Primary_bile_acid_biosynthesis",19,0.134906625797156,85,0.438619542723954,287,0.0012,29,0.000711789356210529,64,2.35795537387152e-05,25,9.28861007984484e-06,13,1,121,0.41,3,0.001,50,0.2,0.991138106118157,1,0.00122090592334495,0.00716698248322326,0.000107581713932888,0.000108226567082121,1,0.9809375,0.00320879120879121,0.98013986013986,1.07017384327949e-07
-"hsa00130_Ubiquinone_and_other_terpenoid-quinone_biosynthesis",119,0.551521651245484,120,0.696529468853111,43,1e-04,198,0.347782067583302,12,3.71430477367214e-09,279,0.757088718048487,14,1,200,0.72,265,0.547,188,0.67,0.991138106118157,1,0.000123728813559322,0.512890725930931,8.4452818783904e-08,0.790854677378205,1,1,0.602661654135338,0.98013986013986,6.99002541038799e-05
-"hsa00140_Steroid_hormone_biosynthesis",235,0.850831113272763,276,0.999985725388842,204,1e-04,286,0.958184150596711,276,0.72562149343103,167,0.0246124241657591,15,1,171,0.62,151,0.009,105,0.42,0.991138106118157,1,0.000123728813559322,0.978285915993845,0.767686507542974,0.0430348973437225,1,1,0.0174039735099338,0.98013986013986,0.0335789878810763
-"hsa00190_Oxidative_phosphorylation",166,0.666403594218672,242,0.996483797196292,249,2e-04,161,0.176349214890481,192,0.075519770862267,206,0.0976883579977555,16,1,145,0.52,236,0.223,92,0.36,0.991138106118157,1,0.0002187265917603,0.319838327627457,0.114680507413085,0.138470876385168,1,1,0.275915254237288,0.98013986013986,0.0689849483760625
-"hsa00230_Purine_metabolism",265,0.934174561327391,146,0.823383251992202,58,1e-04,203,0.378976419433056,191,0.0740880984518139,94,0.00121889029022339,17,1,144,0.52,124,0.005,61,0.25,0.991138106118157,1,0.000123728813559322,0.545128642731293,0.11326557459649,0.00378634005048118,1,1,0.01140625,0.98013986013986,0.00163928288843322
-"hsa00232_Caffeine_metabolism",86,0.43918245112559,51,0.14459517746114,237,2e-04,157,0.169762456867112,110,0.000946123854054539,249,0.39493861559166,18,1,67,0.16,188,0.035,55,0.22,0.991138106118157,0.82787827095398,0.0002187265917603,0.315540030530535,0.00251152877621751,0.463140866476967,1,0.697313432835821,0.0543617021276596,0.98013986013986,0.00551930216698605
-"hsa00240_Pyrimidine_metabolism",140,0.598986143379002,220,0.985279156123265,124,1e-04,134,0.126491593556752,250,0.447169304273196,75,0.000538055253088113,19,1,229,0.84,71,0.001,172,0.63,0.991138106118157,1,0.000123728813559322,0.274117226545316,0.522293747391093,0.00209482845202305,1,1,0.00320879120879121,0.98013986013986,0.00086929063469024
-"hsa00250_Alanine,_aspartate_and_glutamate_metabolism",229,0.840581533336642,141,0.809063085151783,11,1e-04,209,0.393313148980592,141,0.00504413019416546,144,0.0108251461544925,20,1,146,0.52,138,0.007,161,0.59,0.991138106118157,1,0.000123728813559322,0.549509279915469,0.0104460001184136,0.0219509908132765,1,1,0.0142937062937063,0.98013986013986,0.00128647072827222
-"hsa00260_Glycine,_serine_and_threonine_metabolism",188,0.715942892971838,214,0.982403999234155,218,1e-04,213,0.442996638087877,151,0.00846022327379471,239,0.301878126321696,21,1,150,0.54,257,0.418,64,0.26,0.991138106118157,1,0.000123728813559322,0.607300555500751,0.0163601668605832,0.368821811238223,1,1,0.47492607003891,0.98013986013986,0.0584381072710098
-"hsa00270_Cysteine_and_methionine_metabolism",212,0.798138223396516,195,0.96774926319702,42,1e-04,234,0.607772192249119,204,0.138002282415928,231,0.241065897903877,22,1,197,0.71,239,0.231,224,0.8,0.991138106118157,1,0.000123728813559322,0.758416581780952,0.19753267875221,0.30472399215555,1,1,0.282225941422594,0.98013986013986,0.142260609660329
-"hsa00280_Valine,_leucine_and_isoleucine_degradation",196,0.739294428500659,247,0.997073128092345,263,2e-04,155,0.164535829959949,227,0.226943797981691,257,0.541373072972918,23,1,167,0.6,251,0.379,41,0.18,0.991138106118157,1,0.0002187265917603,0.309070002891342,0.291927704892747,0.61510092337779,1,1,0.440908366533865,0.98013986013986,0.228109005134623
-"hsa00290_Valine,_leucine_and_isoleucine_biosynthesis",157,0.645578244391515,212,0.981370815904423,291,0.1404,249,0.771502817047927,184,0.0596961307373719,262,0.590699969624513,24,1,242,0.88,260,0.464,255,0.88,0.991138106118157,1,0.140882474226804,0.90413942125817,0.0936321899152322,0.658337370726557,1,1,0.521107692307692,0.98013986013986,0.944768957035885
-"hsa00300_Lysine_biosynthesis",18,0.132139789314117,137,0.784558956344701,282,4e-04,10,8.97938709144704e-05,80,9.45233865472645e-05,106,0.00242808549110123,25,1,102,0.31,92,0.002,78,0.31,0.991138106118157,1,0.000412720848056537,0.00262198103070253,0.000345010360897515,0.00668868833397698,1,0.887450980392157,0.00521428571428571,0.98013986013986,1.54084768064485e-06
-"hsa00310_Lysine_degradation",172,0.681275215571897,185,0.949304846430452,195,1e-04,251,0.779956016856987,116,0.00132593486308136,124,0.00520010071827092,26,1,201,0.73,123,0.005,123,0.46,0.991138106118157,1,0.000123728813559322,0.90735919092526,0.0033281962437245,0.0122453984656057,1,1,0.01140625,0.98013986013986,0.000514367377662121
-"hsa00330_Arginine_and_proline_metabolism",6,0.0589254694449836,48,0.1363355955873,161,1e-04,2,8.36555258309491e-07,26,2.05271619786609e-07,1,6.31144495838246e-09,27,1,71,0.19,11,0.001,46,0.2,0.991138106118157,0.82787827095398,0.000123728813559322,0.000122137067713186,2.30535819144961e-06,1.84294192784768e-06,1,0.76,0.00320879120879121,0.98013986013986,8.86131462390917e-13
-"hsa00340_Histidine_metabolism",23,0.155522836358001,121,0.697329323079352,273,3e-04,49,0.00457377661634796,133,0.00313655264868762,38,3.26879273291925e-05,28,1,2,1e-04,6,0.001,2,0.01,0.991138106118157,1,0.000311743772241993,0.0268965629635101,0.00688626596553973,0.000251180915266427,1,0.00417142857142857,0.00320879120879121,0.898461538461538,6.84638069061566e-08
-"hsa00350_Tyrosine_metabolism",62,0.323016281511462,272,0.999976229479815,221,1e-04,122,0.0951616246813773,134,0.00336528516412008,108,0.00268127382019839,29,1,177,0.63,122,0.005,76,0.31,0.991138106118157,1,0.000123728813559322,0.227763888581657,0.0073333079695751,0.00724936995831417,1,1,0.01140625,0.98013986013986,0.000249066765528719
-"hsa00360_Phenylalanine_metabolism",13,0.0799559307094875,258,0.999011554176836,280,3e-04,42,0.00241875805454492,89,0.000168824862492029,42,5.1597572455616e-05,30,1,128,0.43,12,0.001,85,0.34,0.991138106118157,1,0.000311743772241993,0.0168161274268361,0.000553897301659242,0.000358725979929521,1,0.9809375,0.00320879120879121,0.98013986013986,6.099698018518e-07
-"hsa00380_Tryptophan_metabolism",40,0.217726816533231,169,0.900342094685057,217,1e-04,50,0.00460557584991611,90,0.000186554980913033,36,3.15120166077174e-05,31,1,106,0.34,19,0.001,38,0.17,0.991138106118157,1,0.000123728813559322,0.0268965629635101,0.000605267271406728,0.000251180915266427,1,0.936603773584906,0.00320879120879121,0.98013986013986,3.44590312790073e-07
-"hsa00400_Phenylalanine,_tyrosine_and_tryptophan_biosynthesis",83,0.431144753965823,206,0.975869102012044,288,0.0021,177,0.250393085281496,147,0.00595720164509477,159,0.0184390839522347,32,1,181,0.64,167,0.014,157,0.58,0.991138106118157,1,0.00212916666666667,0.413077858204501,0.0118333529276712,0.0338076119344054,1,1,0.0240470588235294,0.98013986013986,0.0109698595136399
-"hsa00410_beta-Alanine_metabolism",193,0.732630674622766,130,0.739771187850569,252,2e-04,196,0.336530637591883,182,0.0551845423384614,161,0.0188127636698778,33,1,84,0.24,101,0.002,17,0.06,0.991138106118157,1,0.0002187265917603,0.501361970289948,0.0885378371584106,0.0341200434261138,1,0.80551724137931,0.00521428571428571,0.98013986013986,0.00390110670066882
-"hsa00430_Taurine_and_hypotaurine_metabolism",182,0.704624714621168,83,0.435220684339653,274,3e-04,139,0.133499766117512,164,0.0182875848499493,169,0.0255725676249566,34,1,131,0.45,16,0.001,113,0.43,0.991138106118157,1,0.000311743772241993,0.278483252282811,0.0325608218060072,0.0441845547129428,1,0.995454545454545,0.00320879120879121,0.98013986013986,0.00184168777608689
-"hsa00440_Phosphonate_and_phosphinate_metabolism",215,0.800676930389548,192,0.961711080205915,286,9e-04,241,0.688550997360623,173,0.0327809251546736,226,0.196093350742893,35,1,216,0.78,225,0.149,182,0.66,0.991138106118157,1,0.000918881118881119,0.834260959457684,0.0553296540182929,0.253359550517366,1,1,0.193368888888889,0.98013986013986,0.158472294850589
-"hsa00450_Selenocompound_metabolism",245,0.891991731645765,24,0.0261583699011525,38,1e-04,129,0.11852984452904,290,0.976857881432281,254,0.480894760298215,36,1,117,0.39,222,0.138,205,0.75,0.991138106118157,0.305942421992376,0.000123728813559322,0.268300113197517,0.983351494605187,0.55283964569716,1,0.965084745762712,0.181513513513514,0.98013986013986,0.115310875576344
-"hsa00471_D-Glutamine_and_D-glutamate_metabolism",20,0.141390208567766,131,0.743507789050081,181,1e-04,34,0.00112936377424558,88,0.000147405200365707,68,0.000322878010380445,37,1,111,0.36,1,0.001,95,0.36,0.991138106118157,1,0.000123728813559322,0.00969924182587385,0.000489117255758936,0.00138647616222191,1,0.947027027027027,0.00320879120879121,0.98013986013986,4.94893912168161e-07
-"hsa00472_D-Arginine_and_D-ornithine_metabolism",61,0.315370837020161,292,1,285,9e-04,30,0.000837344128855301,162,0.0156735486547907,142,0.00938443161538672,38,1,88,0.25,113,0.003,81,0.33,0.991138106118157,1,0.000918881118881119,0.00815014952085826,0.0282510876987585,0.0192975636034713,1,0.825217391304348,0.00742372881355932,0.98013986013986,0.000319593129619784
-"hsa00480_Glutathione_metabolism",15,0.0863036446552953,268,0.999923833267062,223,1e-04,17,0.000213267906384878,120,0.00159656756053568,11,1.20197443864184e-06,39,1,277,0.97,27,0.001,279,0.95,0.991138106118157,1,0.000123728813559322,0.00366318992143438,0.00388498106397016,3.19069578257652e-05,1,1,0.00320879120879121,0.98013986013986,6.91435555217755e-08
-"hsa00500_Starch_and_sucrose_metabolism",170,0.67816180502587,104,0.570512887541071,193,1e-04,132,0.124549035242242,211,0.171200143419105,269,0.71106273948416,40,1,211,0.78,269,0.622,193,0.69,0.991138106118157,1,0.000123728813559322,0.274117226545316,0.236921525489947,0.770043324033589,1,1,0.672681481481481,0.98013986013986,0.20774639461927
-"hsa00510_N-Glycan_biosynthesis",201,0.756222684485346,70,0.287442227350437,54,1e-04,268,0.838441688783297,95,0.000281629650329033,182,0.0371403151601756,41,1,22,0.04,154,0.011,16,0.06,0.991138106118157,1,0.000123728813559322,0.913526019122099,0.000865640609432395,0.0595877583888531,1,0.449230769230769,0.0203291139240506,0.98013986013986,0.000521023588971461
-"hsa00511_Other_glycan_degradation",133,0.594122170629276,162,0.888103970212572,178,1e-04,183,0.268244072671353,58,1.14850082813147e-05,173,0.0279284904010309,42,1,63,0.15,93,0.002,77,0.31,0.991138106118157,1,0.000123728813559322,0.425952015956855,5.78210761748948e-05,0.0471394173242833,1,0.695238095238095,0.00521428571428571,0.98013986013986,2.33945839289701e-05
-"hsa00512_Mucin_type_O-Glycan_biosynthesis",32,0.183413953755011,210,0.979554407652806,163,1e-04,8,3.05780934750359e-05,84,0.000125697099697302,27,1.05309819227828e-05,43,1,116,0.39,36,0.001,155,0.57,0.991138106118157,1,0.000123728813559322,0.00111610041183881,0.000432502129540238,0.000113890619313059,1,0.965084745762712,0.00320879120879121,0.98013986013986,1.33284185130267e-08
-"hsa00514_Other_types_of_O-glycan_biosynthesis",26,0.163841116598973,36,0.0575844115582204,31,1e-04,175,0.236363803148472,40,1.83244043258921e-06,77,0.000584640129047004,44,1,29,0.05,41,0.001,33,0.15,0.991138106118157,0.456320285560144,0.000123728813559322,0.394389888682022,1.33768151579012e-05,0.00221707685300942,1,0.470967741935484,0.00320879120879121,0.98013986013986,2.51547312808796e-07
-"hsa00520_Amino_sugar_and_nucleotide_sugar_metabolism",222,0.82210803021513,32,0.0396491042962242,120,1e-04,261,0.81673603304636,230,0.238393463471115,152,0.014752168830956,45,1,13,0.02,168,0.014,12,0.04,0.991138106118157,0.361798076703046,0.000123728813559322,0.909957768522773,0.302656049276373,0.028339692754205,1,0.389333333333333,0.0240470588235294,0.898461538461538,0.00610276845383562
-"hsa00524_Butirosin_and_neomycin_biosynthesis",171,0.680501491966254,139,0.794658525980595,281,3e-04,254,0.795158083523119,258,0.520448947496261,224,0.187891475492801,46,1,101,0.31,130,0.006,94,0.36,0.991138106118157,1,0.000311743772241993,0.908111870681251,0.589035242902745,0.244929959124544,1,0.887450980392157,0.0127883211678832,0.98013986013986,0.0833904010678647
-"hsa00531_Glycosaminoglycan_degradation",49,0.250195168663758,134,0.76839237218034,175,1e-04,55,0.00544034042743803,282,0.846359044118707,238,0.272013715241382,47,1,100,0.31,185,0.033,73,0.29,0.991138106118157,1,0.000123728813559322,0.028883261905671,0.876371776179654,0.333731112817158,1,0.887450980392157,0.0515294117647059,0.98013986013986,0.0277195601274738
-"hsa00532_Glycosaminoglycan_biosynthesis_-_chondroitin_sulfate___dermatan_sulfate",43,0.234250753848745,255,0.998632551404655,108,1e-04,13,0.000168378052832218,92,0.00019487068403863,32,2.37269956934454e-05,48,1,47,0.1,5,0.001,36,0.16,0.991138106118157,1,0.000123728813559322,0.00350469191761543,0.000618502605861738,0.000215957936684682,1,0.595918367346939,0.00320879120879121,0.98013986013986,4.77052581665793e-08
-"hsa00533_Glycosaminoglycan_biosynthesis_-_keratan_sulfate",108,0.518071844898876,123,0.710028160533783,251,2e-04,206,0.387665748904329,81,0.000110797511476392,179,0.0344382661744667,49,1,247,0.89,170,0.014,258,0.89,0.991138106118157,1,0.0002187265917603,0.547220771491501,0.000399418189519833,0.0559677030448147,1,1,0.0240470588235294,0.98013986013986,0.000588178923868849
-"hsa00534_Glycosaminoglycan_biosynthesis_-_heparan_sulfate___heparin",128,0.582242758921777,223,0.986332577437265,222,1e-04,252,0.786094779567148,193,0.0757991025024843,256,0.518799942591909,50,1,256,0.91,291,0.931,260,0.9,0.991138106118157,1,0.000123728813559322,0.907431880324068,0.114680507413085,0.591756184518896,1,1,0.934199312714777,0.98013986013986,0.252866874777283
-"hsa00561_Glycerolipid_metabolism",47,0.243269172103658,127,0.727471071502513,153,1e-04,58,0.00695725006845433,60,1.83176734987486e-05,244,0.335461189353188,51,1,114,0.38,221,0.137,84,0.34,0.991138106118157,1,0.000123728813559322,0.035026155517046,8.9146011027243e-05,0.401453554471848,1,0.964869565217391,0.181013574660634,0.98013986013986,0.000336631671259746
-"hsa00562_Inositol_phosphate_metabolism",139,0.598114729307416,135,0.768775727527015,207,1e-04,235,0.6335002371209,71,3.84221903010599e-05,112,0.00301735525063639,52,1,245,0.89,77,0.001,231,0.82,0.991138106118157,1,0.000123728813559322,0.787157741443842,0.000158018022083232,0.00777421320924659,1,1,0.00320879120879121,0.98013986013986,1.89099513893209e-05
-"hsa00563_Glycosylphosphatidylinositol(GPI)-anchor_biosynthesis",195,0.738210030058903,28,0.0351437587615296,145,1e-04,281,0.931829375135477,102,0.000504574949660598,209,0.109625301165633,53,1,213,0.78,153,0.01,248,0.86,0.991138106118157,0.353338605600192,0.000123728813559322,0.964224256917249,0.00144446946373426,0.153160707848636,1,1,0.0190849673202614,0.98013986013986,0.00111853719079924
-"hsa00564_Glycerophospholipid_metabolism",239,0.877347319101145,115,0.675942287011716,85,1e-04,156,0.165119590585785,106,0.000607335654419884,88,0.000895661797919199,54,1,143,0.51,158,0.011,237,0.85,0.991138106118157,1,0.000123728813559322,0.309070002891342,0.00167303784047742,0.00297196869309553,1,1,0.0203291139240506,0.98013986013986,9.25430115139758e-05
-"hsa00565_Ether_lipid_metabolism",165,0.664411990679742,93,0.500293032510605,104,1e-04,113,0.0717904860483542,166,0.0204256354123191,98,0.00147586082093238,55,1,96,0.3,161,0.013,100,0.4,0.991138106118157,1,0.000123728813559322,0.185511698461234,0.0359294309662481,0.00439746285420667,1,0.887450980392157,0.0231463414634146,0.98013986013986,0.000645813939024334
-"hsa00590_Arachidonic_acid_metabolism",82,0.430427697560439,201,0.972272495670788,119,1e-04,187,0.281033334697122,73,4.28714060942202e-05,275,0.735636686918,56,1,170,0.61,288,0.844,235,0.84,0.991138106118157,1,0.000123728813559322,0.438832800703527,0.000171485624376881,0.777236051534069,1,1,0.855722222222222,0.98013986013986,0.00921679175304843
-"hsa00591_Linoleic_acid_metabolism",260,0.927845065626933,71,0.291844040373798,14,1e-04,167,0.199829193942735,91,0.000190660154074818,153,0.0151572994569211,57,1,15,0.02,178,0.021,49,0.2,0.991138106118157,1,0.000123728813559322,0.349401943899871,0.000611788626262054,0.0289276564798755,1,0.389333333333333,0.0342569832402235,0.98013986013986,0.000177211155051122
-"hsa00592_alpha-Linolenic_acid_metabolism",129,0.584233273424974,86,0.444290773043353,9,1e-04,81,0.0211930527266811,100,0.000472647470578732,79,0.000677880180415275,58,1,52,0.11,119,0.004,75,0.3,0.991138106118157,1,0.000123728813559322,0.0756174009126309,0.0013801306140899,0.0025055824390033,1,0.606037735849057,0.00965289256198347,0.98013986013986,1.15010524227289e-05
-"hsa00600_Sphingolipid_metabolism",142,0.607078768748071,217,0.983590384297062,192,1e-04,192,0.31590004831934,178,0.0479458800029745,150,0.0136058309597201,59,1,98,0.31,83,0.001,97,0.38,0.991138106118157,1,0.000123728813559322,0.480431323485663,0.0786527919149918,0.0264860176015884,1,0.887450980392157,0.00320879120879121,0.98013986013986,0.00170761025920023
-"hsa00601_Glycosphingolipid_biosynthesis_-_lacto_and_neolacto_series",219,0.811945035168791,208,0.978258051082207,194,1e-04,267,0.835356266190931,235,0.263583334535316,177,0.0316982484318269,60,1,202,0.73,169,0.014,194,0.69,0.991138106118157,1,0.000123728813559322,0.913526019122099,0.327516313550264,0.0522931556050477,1,1,0.0240470588235294,0.98013986013986,0.0273448108678598
-"hsa00603_Glycosphingolipid_biosynthesis_-_globo_series",110,0.535067305151977,63,0.253493198741142,105,1e-04,149,0.155085642838355,206,0.142274099611503,149,0.0128790584066183,61,1,75,0.2,10,0.001,53,0.21,0.991138106118157,1,0.000123728813559322,0.301656181766587,0.201670082944461,0.0252394970116278,1,0.768421052631579,0.00320879120879121,0.98013986013986,0.00203118358903552
-"hsa00604_Glycosphingolipid_biosynthesis_-_ganglio_series",51,0.276568565259866,88,0.465204718121298,173,1e-04,133,0.125585496361088,139,0.00444679888623232,242,0.333632888509171,62,1,120,0.41,227,0.174,109,0.42,0.991138106118157,1,0.000123728813559322,0.274117226545316,0.00934147679697725,0.401453554471848,1,0.9809375,0.223823788546255,0.98013986013986,0.0209435554756549
-"hsa00620_Pyruvate_metabolism",281,0.97107363139934,118,0.689296702739134,130,1e-04,217,0.473423123007854,168,0.027909469526651,214,0.124408570365295,63,1,32,0.06,156,0.011,13,0.04,0.991138106118157,1,0.000123728813559322,0.63449353501166,0.0485093160820362,0.169753750218066,1,0.500571428571429,0.0203291139240506,0.898461538461538,0.00908025817339667
-"hsa00630_Glyoxylate_and_dicarboxylate_metabolism",183,0.710867550032721,252,0.998086226861666,226,1e-04,67,0.0131305079397522,225,0.216504379421357,123,0.00505679843852158,64,1,199,0.72,132,0.006,108,0.42,0.991138106118157,1,0.000123728813559322,0.0572254972896664,0.280974572404605,0.0120047572686854,1,1,0.0127883211678832,0.98013986013986,0.00156324588861348
-"hsa00640_Propanoate_metabolism",246,0.893590930995622,266,0.999802921585843,213,1e-04,219,0.475870151258745,172,0.0320759557177646,246,0.365273304246874,65,1,214,0.78,237,0.225,135,0.5,0.991138106118157,1,0.000123728813559322,0.63449353501166,0.0544545294743445,0.433576442439378,1,1,0.277215189873418,0.98013986013986,0.087352748542296
-"hsa00650_Butanoate_metabolism",53,0.286374422982308,238,0.995611997994658,230,1e-04,73,0.0159533326096272,185,0.0596969150025488,228,0.205819128719885,66,1,220,0.8,228,0.176,170,0.62,0.991138106118157,1,0.000123728813559322,0.063813330438509,0.0936321899152322,0.263592919237747,1,1,0.224419213973799,0.98013986013986,0.0264766488427376
-"hsa00670_One_carbon_pool_by_folate",237,0.862386663978471,194,0.966273084166938,231,1e-04,260,0.813730791313673,219,0.19747367030955,235,0.264090286571885,67,1,203,0.74,229,0.176,286,0.96,0.991138106118157,1,0.000123728813559322,0.909957768522773,0.263298227079399,0.328146228421236,1,1,0.224419213973799,0.98013986013986,0.161642748606438
-"hsa00730_Thiamine_metabolism",153,0.630458097295706,273,0.999978275469192,292,0.19,68,0.0142556691284401,210,0.153334079463646,139,0.00848424964629146,68,1,282,0.98,100,0.002,280,0.95,0.991138106118157,1,0.19,0.05936419134922,0.213207386682784,0.017823028033936,1,1,0.00521428571428571,0.98013986013986,0.0594784435115838
-"hsa00740_Riboflavin_metabolism",192,0.730463946290975,213,0.981841709344404,160,1e-04,212,0.4171045943153,125,0.00200396077124616,204,0.0898790654307347,69,1,87,0.24,192,0.044,90,0.35,0.991138106118157,1,0.000123728813559322,0.574502554434281,0.00468125236163102,0.128650426989091,1,0.80551724137931,0.0669166666666667,0.98013986013986,0.00524525563798692
-"hsa00750_Vitamin_B6_metabolism",173,0.682420493075461,181,0.941089495880368,289,0.0218,218,0.474253650280751,244,0.364732795536566,281,0.763169160414538,70,1,232,0.84,277,0.734,228,0.81,0.991138106118157,1,0.0220262975778547,0.63449353501166,0.436483509412612,0.791857844933639,1,1,0.772014388489209,0.98013986013986,0.939729418667038
-"hsa00760_Nicotinate_and_nicotinamide_metabolism",109,0.521502274463413,236,0.994535680871041,183,1e-04,174,0.235398014690304,160,0.0152840610226129,292,0.985463307580406,71,1,152,0.54,286,0.824,137,0.5,0.991138106118157,1,0.000123728813559322,0.394389888682022,0.0278934113662686,0.985463307580406,1,1,0.841286713286713,0.98013986013986,0.123143297268875
-"hsa00770_Pantothenate_and_CoA_biosynthesis",9,0.0688795237732103,189,0.954698979585139,187,1e-04,3,2.13887357762175e-06,16,1.54569035932231e-08,102,0.00184079787596205,72,1,218,0.79,9,0.001,216,0.79,0.991138106118157,1,0.000123728813559322,0.000208183694888517,2.82088490576321e-07,0.00526973509589135,1,1,0.00320879120879121,0.98013986013986,2.33028748698529e-10
-"hsa00780_Biotin_metabolism",76,0.384647930988559,124,0.716230571106049,278,3e-04,90,0.0268792347384168,96,0.000295818322721686,220,0.170317362026654,73,1,155,0.55,198,0.061,167,0.61,0.991138106118157,1,0.000311743772241993,0.0872081838179746,0.000899780731611795,0.226057589599014,1,1,0.0899595959595959,0.98013986013986,0.00210684049262514
-"hsa00785_Lipoic_acid_metabolism",48,0.248610014065548,175,0.922676624327674,290,0.0411,27,0.000638279694558695,167,0.0275951740495288,130,0.00690148655126434,74,1,118,0.39,94,0.002,110,0.42,0.991138106118157,1,0.0413834482758621,0.00690287669670885,0.0482502444458827,0.0154984308675726,1,0.965084745762712,0.00521428571428571,0.98013986013986,0.00334829221186198
-"hsa00790_Folate_biosynthesis",22,0.155459463775604,179,0.930970753490521,229,1e-04,59,0.00729760735494294,112,0.00109513003837416,166,0.02442444686646,75,1,241,0.88,171,0.015,200,0.73,0.991138106118157,1,0.000123728813559322,0.0361169719939549,0.00285516045718978,0.0429634848494356,1,1,0.0256140350877193,0.98013986013986,0.000218861093805838
-"hsa00830_Retinol_metabolism",162,0.658121413450569,221,0.9855615811922,202,1e-04,74,0.0168235713253996,273,0.668304275794108,255,0.507743146954778,76,1,251,0.9,252,0.382,214,0.79,0.991138106118157,1,0.000123728813559322,0.0653790286720135,0.714816294988569,0.581415682003118,1,1,0.442634920634921,0.98013986013986,0.138274803284451
-"hsa00860_Porphyrin_and_chlorophyll_metabolism",12,0.0749105298266225,80,0.387265710006844,109,1e-04,6,2.1771860513316e-05,52,9.923192838016e-06,143,0.00957667603834178,77,1,18,0.03,22,0.001,5,0.02,0.991138106118157,1,0.000123728813559322,0.00105390530299421,5.50452319639971e-05,0.0195551706517189,1,0.417142857142857,0.00320879120879121,0.898461538461538,6.67811794368603e-08
-"hsa00900_Terpenoid_backbone_biosynthesis",122,0.561366494227605,116,0.67780192012338,200,1e-04,87,0.0247062198243968,180,0.0505911238697497,119,0.00386582532853216,78,1,69,0.18,95,0.002,52,0.21,0.991138106118157,1,0.000123728813559322,0.0829220251577456,0.082070045388705,0.00948589072211252,1,0.76,0.00521428571428571,0.98013986013986,0.000372483595786492
-"hsa00910_Nitrogen_metabolism",200,0.755080612046712,78,0.364620780262055,4,1e-04,137,0.130503874933472,202,0.130175498567314,181,0.0346923090791488,79,1,221,0.8,202,0.07,217,0.79,0.991138106118157,1,0.000123728813559322,0.278154244383751,0.188174483077503,0.0559677030448147,1,1,0.101188118811881,0.98013986013986,0.0241642528855408
-"hsa00920_Sulfur_metabolism",21,0.152216936147131,170,0.901533069294094,284,5e-04,41,0.00222517264030535,41,1.9658422344259e-06,70,0.000360382584358259,80,1,153,0.55,50,0.001,209,0.77,0.991138106118157,1,0.000514084507042253,0.0158475709992478,1.40006324988381e-05,0.00150331020903731,1,1,0.00320879120879121,0.98013986013986,1.60850284933571e-07
-"hsa00970_Aminoacyl-tRNA_biosynthesis",169,0.674701018624246,102,0.548525330601282,138,1e-04,200,0.37053734661746,145,0.00577152007844013,247,0.37275197124052,81,1,97,0.31,261,0.466,47,0.2,0.991138106118157,1,0.000123728813559322,0.540539141016915,0.011622647330376,0.440662249401749,1,0.887450980392157,0.521348659003831,0.98013986013986,0.0504528710139588
-"hsa00980_Metabolism_of_xenobiotics_by_cytochrome_P450",92,0.478701998486259,244,0.996615289860233,189,1e-04,130,0.122310468431436,212,0.177345692336324,85,0.000853615658724173,82,1,138,0.49,66,0.001,104,0.42,0.991138106118157,1,0.000123728813559322,0.273616767824097,0.244268595104748,0.00289262206929112,1,1,0.00320879120879121,0.98013986013986,0.000658235040914713
-"hsa00982_Drug_metabolism_-_cytochrome_P450",44,0.234370668889053,259,0.999251994125423,254,2e-04,61,0.00826155903455157,181,0.0516840612868446,40,3.51337325439529e-05,83,1,139,0.49,33,0.001,119,0.45,0.991138106118157,1,0.0002187265917603,0.0395471350506403,0.0833798115787769,0.000256476247570856,1,1,0.00320879120879121,0.98013986013986,2.56252829393728e-05
-"hsa00983_Drug_metabolism_-_other_enzymes",11,0.0720704388504853,100,0.54376896985127,97,1e-04,24,0.000504248280760143,17,2.61912515752787e-08,183,0.0389825717298749,84,1,110,0.36,74,0.001,99,0.39,0.991138106118157,1,0.000123728813559322,0.0061350207492484,4.49873262351847e-07,0.0622016991536801,1,0.947027027027027,0.00320879120879121,0.98013986013986,3.15646094688913e-08
-"hsa01040_Biosynthesis_of_unsaturated_fatty_acids",57,0.297441249302186,191,0.96119504785372,235,1e-04,51,0.00514427861137006,187,0.0599630805279056,56,0.000141908871763189,85,1,185,0.66,56,0.001,208,0.77,0.991138106118157,1,0.000123728813559322,0.028883261905671,0.0936321899152322,0.000727492507598881,1,1,0.00320879120879121,0.98013986013986,3.10033263883159e-05
-"hsa01100_Metabolic_pathways",278,0.968043120184384,291,0.999999999557191,159,1e-04,292,0.995032248679382,229,0.23705802193656,44,6.31479678890677e-05,86,1,190,0.68,105,0.002,66,0.27,0.991138106118157,1,0.000123728813559322,0.995032248679382,0.302274857665831,0.000419072877809268,1,1,0.00521428571428571,0.98013986013986,0.000682866162180621
-"hsa01200_Carbon_metabolism",58,0.303096410674325,279,0.999995405624736,208,1e-04,33,0.0010618390856664,105,0.000547017831447546,5,1.9158588360379e-07,87,1,125,0.43,24,0.001,37,0.17,0.991138106118157,1,0.000123728813559322,0.00939566706104814,0.00152123054078746,1.05418710082856e-05,1,0.9809375,0.00320879120879121,0.98013986013986,2.93399728786638e-08
-"hsa01210_2-Oxocarboxylic_acid_metabolism",68,0.343133946332275,270,0.999954395339121,266,2e-04,89,0.0265439025831364,130,0.00234766700503898,86,0.000858297369273766,88,1,158,0.56,20,0.001,166,0.61,0.991138106118157,1,0.0002187265917603,0.0870878601604024,0.00527322127285679,0.00289262206929112,1,1,0.00320879120879121,0.98013986013986,3.50393616396553e-05
-"hsa01212_Fatty_acid_metabolism",50,0.256127159761436,128,0.731528716333494,132,1e-04,91,0.0293330064135255,39,1.62220559607699e-06,54,0.000129893493711474,89,1,126,0.43,52,0.001,160,0.59,0.991138106118157,1,0.000123728813559322,0.0941234931071369,1.21457444629354e-05,0.000702387040069452,1,0.9809375,0.00320879120879121,0.98013986013986,1.05000347308975e-07
-"hsa01230_Biosynthesis_of_amino_acids",94,0.48290296878695,284,0.999999611437611,203,1e-04,106,0.0530979332140248,194,0.0762654904710115,47,7.51899734597584e-05,90,1,174,0.63,39,0.001,141,0.52,0.991138106118157,1,0.000123728813559322,0.146269778287691,0.114791356791419,0.00046199206939515,1,1,0.00320879120879121,0.98013986013986,7.93605231993039e-05
-"hsa02010_ABC_transporters",290,0.984349488952964,94,0.507244567015054,15,1e-04,290,0.992160604766728,236,0.269806485581809,192,0.0505950816813762,91,1,252,0.9,183,0.028,273,0.94,0.991138106118157,1,0.000123728813559322,0.995032248679382,0.333828363516476,0.0769466867237596,1,1,0.0446775956284153,0.98013986013986,0.0477186352947534
-"hsa03008_Ribosome_biogenesis_in_eukaryotes",145,0.613316950071324,73,0.309631586970848,157,1e-04,190,0.303503135383932,272,0.658869222894346,110,0.0028504722201516,92,1,65,0.16,146,0.008,98,0.39,0.991138106118157,1,0.000123728813559322,0.466436397537411,0.707315489283637,0.00756670807531151,1,0.697313432835821,0.0157837837837838,0.98013986013986,0.00655910561453558
-"hsa03010_Ribosome",263,0.932171713339571,167,0.896496706741552,158,1e-04,248,0.760406333539814,269,0.639924172362372,103,0.00193348975630181,93,1,194,0.7,85,0.001,192,0.69,0.991138106118157,1,0.000123728813559322,0.895317134651716,0.694638878549489,0.0054813496003896,1,1,0.00320879120879121,0.98013986013986,0.00383787457242157
-"hsa03013_RNA_transport",107,0.517825410721011,138,0.792291314444453,76,1e-04,124,0.0969977895988616,98,0.000426647879989243,227,0.197766584853687,94,1,198,0.72,255,0.413,282,0.96,0.991138106118157,1,0.000123728813559322,0.228414149700545,0.00127123654037611,0.254395783159809,1,1,0.472925490196078,0.98013986013986,0.00752279311167587
-"hsa03015_mRNA_surveillance_pathway",273,0.960471002208977,182,0.9417174026678,113,1e-04,246,0.749838268861754,259,0.523927484215487,170,0.0271734198364818,95,1,83,0.24,186,0.033,57,0.23,0.991138106118157,1,0.000123728813559322,0.890051928892814,0.590682723517074,0.0466152399406721,1,0.80551724137931,0.0515294117647059,0.98013986013986,0.0450988508473495
-"hsa03018_RNA_degradation",84,0.437386021984909,232,0.99235517725891,174,1e-04,121,0.0947370598312333,186,0.059744556611404,59,0.000226962953037221,96,1,93,0.27,45,0.001,70,0.27,0.991138106118157,1,0.000123728813559322,0.227763888581657,0.0936321899152322,0.0011057881057329,1,0.838723404255319,0.00320879120879121,0.98013986013986,0.000148879379401983
-"hsa03020_RNA_polymerase",90,0.472965514866771,193,0.965837473327203,246,2e-04,82,0.0212712760268591,289,0.96388995967357,81,0.000758746289947972,97,1,215,0.78,73,0.001,180,0.66,0.991138106118157,1,0.0002187265917603,0.0756174009126309,0.973895737801669,0.0027352335390717,1,1,0.00320879120879121,0.98013986013986,0.000968399417536067
-"hsa03022_Basal_transcription_factors",159,0.650105210826563,243,0.996531356706379,214,1e-04,208,0.390859466077767,291,0.979983852500375,259,0.564069834919721,98,1,291,1,266,0.549,292,1,0.991138106118157,1,0.000123728813559322,0.548706558147634,0.983351494605187,0.635939736666249,1,1,0.602661654135338,1,0.387495993487655
-"hsa03030_DNA_replication",250,0.909040617254622,74,0.309815446568697,69,1e-04,273,0.858556636384706,158,0.0144844264812963,221,0.178375190439119,99,1,51,0.11,214,0.109,26,0.1,0.991138106118157,1,0.000123728813559322,0.918309662360199,0.0267686869148007,0.23568124709603,1,0.606037735849057,0.148728971962617,0.98013986013986,0.0323381839252431
-"hsa03040_Spliceosome",151,0.623389917521825,39,0.0619727820189292,13,1e-04,117,0.0877193701338543,253,0.478394669618816,213,0.12338744733624,100,1,11,0.02,242,0.257,171,0.63,0.991138106118157,0.464001342295572,0.000123728813559322,0.218291958557702,0.552108546855123,0.169150866770808,1,0.389333333333333,0.310099173553719,0.98013986013986,0.0477206551170304
-"hsa03050_Proteasome",41,0.226504580154006,233,0.993033050954681,147,1e-04,39,0.0021184614197649,10,1.70601286287087e-09,250,0.404161643576552,101,1,123,0.42,218,0.131,147,0.53,0.991138106118157,1,0.000123728813559322,0.0156702011565131,4.98155755958294e-08,0.472060799697413,1,0.9809375,0.175467889908257,0.98013986013986,1.160663220698e-06
-"hsa03060_Protein_export",180,0.693274805693477,7,0.000442983208091192,63,1e-04,222,0.503104572562185,28,3.67830149414186e-07,236,0.270303803327697,102,1,60,0.14,275,0.702,116,0.44,0.991138106118157,0.0184787281089469,0.000123728813559322,0.659177278200176,3.83594298674794e-06,0.333722689742438,1,0.67016393442623,0.745396363636364,0.98013986013986,3.58509296470264e-05
-"hsa03320_PPAR_signaling_pathway",238,0.874256909594536,25,0.0261937005130459,40,1e-04,228,0.579214969965239,37,1.10502712587993e-06,122,0.0049624345456625,103,1,50,0.11,60,0.001,79,0.32,0.991138106118157,0.305942421992376,0.000123728813559322,0.739743542898736,8.72075461505242e-06,0.0118773023551922,1,0.606037735849057,0.00320879120879121,0.98013986013986,9.10480082600089e-07
-"hsa03410_Base_excision_repair",79,0.397780530312483,90,0.490247574160078,196,1e-04,97,0.0379548995638071,32,5.15760501305527e-07,107,0.00246751574959658,104,1,119,0.4,31,0.001,54,0.22,0.991138106118157,1,0.000123728813559322,0.113962178271349,4.70631457441293e-06,0.0067337812979645,1,0.9809375,0.00320879120879121,0.98013986013986,3.25122388996297e-07
-"hsa03420_Nucleotide_excision_repair",124,0.576087743995867,240,0.996120282898155,220,1e-04,148,0.152355592629599,174,0.0345366716154972,284,0.847343083985277,105,1,276,0.97,283,0.779,242,0.85,0.991138106118157,1,0.000123728813559322,0.300593466539479,0.0579580925961217,0.871211903252468,1,1,0.803773851590106,0.98013986013986,0.139092437925976
-"hsa03430_Mismatch_repair",106,0.517105165958836,156,0.860379039178753,240,2e-04,151,0.156869563386037,86,0.00013316392026353,163,0.0200240707899464,106,1,163,0.58,160,0.013,150,0.55,0.991138106118157,1,0.0002187265917603,0.301656181766587,0.000452137961825009,0.0358713415378181,1,1,0.0231463414634146,0.98013986013986,0.000317565972647696
-"hsa03440_Homologous_recombination",272,0.960088968892088,260,0.99931867288384,206,1e-04,193,0.326123145693979,271,0.654706471730003,225,0.189263786258055,107,1,95,0.3,219,0.132,48,0.2,0.991138106118157,1,0.000123728813559322,0.493409111619907,0.705440183561479,0.245622335943787,1,0.887450980392157,0.176,0.98013986013986,0.144369265638323
-"hsa03450_Non-homologous_end-joining",96,0.489226642146724,37,0.0578214060470046,170,1e-04,19,0.000251875880476305,275,0.717846287064881,215,0.125427981174298,108,1,57,0.13,247,0.28,27,0.11,0.991138106118157,0.456320285560144,0.000123728813559322,0.00387093458416215,0.762222239356165,0.170348700013465,1,0.65448275862069,0.331012145748988,0.98013986013986,0.00917917925063759
-"hsa03460_Fanconi_anemia_pathway",168,0.673822996518807,267,0.99991115267086,179,1e-04,115,0.0750075995356483,176,0.0443322963974158,267,0.631195326255189,109,1,149,0.54,250,0.353,106,0.42,0.991138106118157,1,0.000123728813559322,0.19045407882095,0.0735513099320762,0.69029601223414,1,1,0.412304,0.98013986013986,0.085765474007238
-"hsa04010_MAPK_signaling_pathway",282,0.971380103787359,49,0.143314856033524,86,1e-04,226,0.567772507508662,292,0.994697331501088,89,0.00091419603631377,110,1,225,0.82,136,0.006,210,0.78,0.991138106118157,0.82787827095398,0.000123728813559322,0.73358217784305,0.994697331501088,0.00299938474835529,1,1,0.0127883211678832,0.98013986013986,0.00594714875658073
-"hsa04012_ErbB_signaling_pathway",74,0.377383316600588,55,0.169569299317459,79,1e-04,77,0.0174854188813816,94,0.000256598543005873,280,0.758353800225676,111,1,141,0.49,281,0.769,151,0.56,0.991138106118157,0.900258825467236,0.000123728813559322,0.0663083417319926,0.00079709334635867,0.790854677378205,1,1,0.799103202846975,0.98013986013986,0.00690674679666969
-"hsa04014_Ras_signaling_pathway",141,0.60122850940388,57,0.18833361017802,118,1e-04,159,0.172501255305936,153,0.0107314793129808,203,0.087085651697598,112,1,79,0.23,232,0.186,51,0.21,0.991138106118157,0.96479673985933,0.000123728813559322,0.315540030530535,0.0204809931986301,0.125266060569944,1,0.80551724137931,0.234103448275862,0.98013986013986,0.0166820191246542
-"hsa04015_Rap1_signaling_pathway",52,0.27871329852106,111,0.627834480900816,84,1e-04,28,0.000688778149832465,57,1.07451308970816e-05,270,0.712026361263935,113,1,107,0.35,278,0.735,115,0.44,0.991138106118157,1,0.000123728813559322,0.00716698248322326,5.50452319639971e-05,0.770043324033589,1,0.946296296296296,0.772014388489209,0.98013986013986,0.000339628497191063
-"hsa04020_Calcium_signaling_pathway",257,0.923259728176105,18,0.00767507299017806,53,1e-04,270,0.852341576780674,34,7.30829489583358e-07,93,0.00118651590140782,114,1,27,0.05,166,0.014,8,0.04,0.991138106118157,0.124506739618444,0.000123728813559322,0.918309662360199,6.27653561642178e-06,0.00372540476571057,1,0.470967741935484,0.0240470588235294,0.898461538461538,6.3124188764551e-07
-"hsa04022_cGMP-PKG_signaling_pathway",136,0.595925696932493,15,0.00524048221113756,36,1e-04,92,0.0321171461226186,268,0.620699760356128,45,6.80019638620483e-05,115,1,23,0.04,97,0.002,25,0.1,0.991138106118157,0.102014720376811,0.000123728813559322,0.101773969431931,0.676284813522349,0.000441257187727069,1,0.449230769230769,0.00521428571428571,0.98013986013986,3.41419044061143e-05
-"hsa04024_cAMP_signaling_pathway",144,0.610243508420887,108,0.596296932827638,98,1e-04,95,0.0344927453215848,241,0.303561074760102,20,4.98831149068354e-06,116,1,43,0.09,40,0.001,34,0.16,0.991138106118157,1,0.000123728813559322,0.106019806672661,0.367800140373235,7.22673140489461e-05,1,0.595918367346939,0.00320879120879121,0.98013986013986,2.7779929944917e-05
-"hsa04060_Cytokine-cytokine_receptor_interaction",87,0.445292029181888,160,0.877588078693747,41,1e-04,60,0.007446912460823,109,0.000834701893279212,9,6.72449823257187e-07,117,1,182,0.66,44,0.001,201,0.74,0.991138106118157,1,0.000123728813559322,0.0362416406426719,0.00223608213612413,2.18172609323443e-05,1,1,0.00320879120879121,0.98013986013986,1.93188288840147e-07
-"hsa04062_Chemokine_signaling_pathway",103,0.504100753796147,204,0.973510765402652,140,1e-04,57,0.00682838790714951,149,0.00762843314871176,26,9.63661213744911e-06,118,1,160,0.57,25,0.001,43,0.2,0.991138106118157,1,0.000123728813559322,0.0349805134892571,0.0149496810699586,0.000108226567082121,1,1,0.00320879120879121,0.98013986013986,2.50044886548495e-06
-"hsa04064_NF-kappa_B_signaling_pathway",176,0.686417569813817,253,0.998213263465567,219,1e-04,221,0.501164148162514,126,0.00203503608279296,99,0.00151203806349804,119,1,196,0.71,88,0.001,176,0.64,0.991138106118157,1,0.000123728813559322,0.659177278200176,0.00471611536647257,0.00445974863173158,1,1,0.00320879120879121,0.98013986013986,0.000117394086835886
-"hsa04066_HIF-1_signaling_pathway",255,0.922182337555453,64,0.255977209614673,50,1e-04,202,0.376463817318569,70,3.30689661695897e-05,157,0.0162918847046763,120,1,81,0.23,180,0.022,82,0.34,0.991138106118157,1,0.000123728813559322,0.544195221074367,0.000137944830307431,0.0303008301513726,1,0.80551724137931,0.0356888888888889,0.98013986013986,0.00015187452019051
-"hsa04068_FoxO_signaling_pathway",24,0.156350591022406,99,0.53952738952584,107,1e-04,23,0.000462334113345592,5,1.74517743202027e-10,4,1.05812673846767e-07,121,1,195,0.7,30,0.001,162,0.6,0.991138106118157,1,0.000123728813559322,0.00586963309117013,1.01918362029984e-08,7.72432519081396e-06,1,1,0.00320879120879121,0.98013986013986,1.1801797287505e-12
-"hsa04070_Phosphatidylinositol_signaling_system",289,0.98383551484075,38,0.0597282869563692,137,1e-04,201,0.372083449809589,201,0.125110128010206,132,0.00704320852578984,122,1,191,0.69,80,0.001,189,0.68,0.991138106118157,0.458964731348942,0.000123728813559322,0.540539141016915,0.181752026761095,0.0155804309812927,1,1,0.00320879120879121,0.98013986013986,0.00147819164104093
-"hsa04071_Sphingolipid_signaling_pathway",150,0.62115136594469,68,0.281942449447037,106,1e-04,116,0.0843972792156289,263,0.564637147292274,234,0.263688835552401,123,1,226,0.82,246,0.276,197,0.71,0.991138106118157,1,0.000123728813559322,0.21244832354279,0.626897517145795,0.328146228421236,1,1,0.327609756097561,0.98013986013986,0.148548860515019
-"hsa04080_Neuroactive_ligand-receptor_interaction",167,0.672874255393932,113,0.639421679330784,49,1e-04,194,0.328001009227049,83,0.000123546305073264,171,0.0272986507871744,124,1,41,0.09,215,0.115,23,0.1,0.991138106118157,1,0.000123728813559322,0.49369224069226,0.000432502129540238,0.0466152399406721,1,0.595918367346939,0.156186046511628,0.98013986013986,0.000848667744909192
-"hsa04110_Cell_cycle",268,0.951201831311913,190,0.960356439151673,149,1e-04,245,0.747008272217413,195,0.0796652213193553,135,0.00761333164512914,125,1,287,0.99,175,0.018,287,0.99,0.991138106118157,1,0.000123728813559322,0.890051928892814,0.119293562180778,0.0164673543731682,1,1,0.0300342857142857,0.996827586206897,0.00955831771360599
-"hsa04114_Oocyte_meiosis",100,0.502308566506043,105,0.571259505809741,87,1e-04,76,0.0170164595173734,75,5.60297959970732e-05,60,0.000227216734054706,126,1,262,0.94,76,0.001,244,0.86,0.991138106118157,1,0.000123728813559322,0.0653790286720135,0.000218142672415272,0.0011057881057329,1,1,0.00320879120879121,0.98013986013986,9.83218804456615e-07
-"hsa04115_p53_signaling_pathway",152,0.629114592303128,23,0.0207984504258094,71,1e-04,197,0.343667457113302,59,1.58473923754683e-05,90,0.000983184452465083,127,1,59,0.14,70,0.001,71,0.27,0.991138106118157,0.26404989236245,0.000123728813559322,0.509395418665403,7.84311622650295e-05,0.00318988733466449,1,0.67016393442623,0.00320879120879121,0.98013986013986,1.27845393164524e-06
-"hsa04120_Ubiquitin_mediated_proteolysis",63,0.332331609383319,183,0.94243373280125,102,1e-04,98,0.0382475803787404,36,1.05788261724808e-06,271,0.715747358153329,128,1,186,0.67,284,0.818,211,0.78,0.991138106118157,1,0.000123728813559322,0.113962178271349,8.58060345101224e-06,0.77035286694539,1,1,0.841042253521127,0.98013986013986,0.000667113049086278
-"hsa04122_Sulfur_relay_system",236,0.855459414363615,117,0.685790577239573,272,3e-04,164,0.183474898764954,111,0.00105662637556355,278,0.73997130933723,129,1,86,0.24,279,0.743,114,0.43,0.991138106118157,1,0.000311743772241993,0.326674819752235,0.00277959370868969,0.777236051534069,1,0.80551724137931,0.777620071684588,0.98013986013986,0.0471429483719273
-"hsa04130_SNARE_interactions_in_vesicular_transport",5,0.057959727273167,150,0.838644159297899,265,2e-04,15,0.000180035543713121,46,3.60845975581006e-06,146,0.0115744380423213,130,1,273,0.96,90,0.001,274,0.94,0.991138106118157,1,0.0002187265917603,0.00350469191761543,2.29058749716639e-05,0.0231488760846425,1,1,0.00320879120879121,0.98013986013986,3.07300871277261e-07
-"hsa04140_Regulation_of_autophagy",249,0.908413381953569,133,0.76642102578244,131,1e-04,247,0.753993263724327,38,1.38521987386994e-06,148,0.0128698965892778,131,1,168,0.61,174,0.017,179,0.66,0.991138106118157,1,0.000123728813559322,0.891360457520257,1.06443211360532e-05,0.0252394970116278,1,1,0.0285287356321839,0.98013986013986,3.27446489351873e-05
-"hsa04141_Protein_processing_in_endoplasmic_reticulum",89,0.470922403823198,16,0.00695194961613765,92,1e-04,46,0.00287376447843212,150,0.00837759908444663,22,5.63055602739595e-06,132,1,56,0.13,62,0.001,177,0.65,0.991138106118157,0.124506739618444,0.000123728813559322,0.0182421571239604,0.0163083928843894,7.47328345454371e-05,1,0.65448275862069,0.00320879120879121,0.98013986013986,1.9676128801656e-07
-"hsa04142_Lysosome",232,0.847081298666469,274,0.999984604714258,257,2e-04,216,0.464221621643849,171,0.0299623481147269,194,0.0549105130095708,133,1,244,0.89,210,0.094,196,0.71,0.991138106118157,1,0.0002187265917603,0.627558858888907,0.0511637757280718,0.0826488133958489,1,1,0.130704761904762,0.98013986013986,0.0350722378728253
-"hsa04144_Endocytosis",146,0.61565462278651,98,0.523484885833797,116,1e-04,135,0.126732279395951,49,7.95333961668048e-06,168,0.025231148873765,134,1,243,0.89,211,0.096,218,0.8,0.991138106118157,1,0.000123728813559322,0.274117226545316,4.73954115932796e-05,0.043854139709163,1,1,0.13285308056872,0.98013986013986,0.000167400195978578
-"hsa04145_Phagosome",148,0.617317630659297,222,0.98568519736524,112,1e-04,100,0.0402406757527749,42,2.74338388888664e-06,219,0.160567801896599,135,1,259,0.92,208,0.09,277,0.95,0.991138106118157,1,0.000123728813559322,0.117502773198103,1.90730498941643e-05,0.214090402528799,1,1,0.126346153846154,0.98013986013986,0.000144395569515403
-"hsa04146_Peroxisome",227,0.830812385646766,248,0.997774957290674,135,1e-04,114,0.0726711907287809,79,8.74694811304099e-05,78,0.000596879046667329,136,1,249,0.9,108,0.002,267,0.93,0.991138106118157,1,0.000123728813559322,0.186140242919334,0.000323304917595946,0.00223447027726744,1,1,0.00521428571428571,0.98013986013986,6.60956262569507e-06
-"hsa04150_mTOR_signaling_pathway",39,0.217231182799356,17,0.00729769138249557,17,1e-04,22,0.000458728200127616,113,0.00110647135062525,263,0.602752998217427,137,1,54,0.12,245,0.271,87,0.35,0.991138106118157,0.124506739618444,0.000123728813559322,0.00586963309117013,0.00285920030427056,0.666806354745439,1,0.637090909090909,0.322987755102041,0.98013986013986,0.000401035715593885
-"hsa04151_PI3K-Akt_signaling_pathway",211,0.796978314460497,144,0.812241001699894,64,1e-04,189,0.293202882913578,245,0.369814448874097,72,0.000388778028804497,138,1,64,0.16,134,0.006,103,0.42,0.991138106118157,1,0.000123728813559322,0.452990697411454,0.440758445188719,0.00157671089459602,1,0.697313432835821,0.0127883211678832,0.98013986013986,0.00169184880397598
-"hsa04152_AMPK_signaling_pathway",230,0.840739454654686,234,0.993057754190899,168,1e-04,145,0.149475799301767,278,0.764648146587099,176,0.0303906061518649,139,1,187,0.67,195,0.053,153,0.57,0.991138106118157,1,0.000123728813559322,0.299126637379606,0.803155607206593,0.0504207783883212,1,1,0.0793641025641026,0.98013986013986,0.0438655697890649
-"hsa04210_Apoptosis",120,0.551630391876847,229,0.991785945746755,139,1e-04,142,0.142556001730101,47,4.77550058565516e-06,35,3.11163951724648e-05,140,1,265,0.95,67,0.001,220,0.8,0.991138106118157,1,0.000123728813559322,0.293143327501335,2.9189277036279e-05,0.000251180915266427,1,1,0.00320879120879121,0.98013986013986,2.23683277912601e-07
-"hsa04260_Cardiac_muscle_contraction",125,0.577023535554693,251,0.997891312281206,133,1e-04,160,0.172898646866046,115,0.00128000156513819,92,0.0011074554459728,141,1,104,0.33,155,0.011,111,0.43,0.991138106118157,1,0.000123728813559322,0.315540030530535,0.00325009093061174,0.0035149672850441,1,0.917714285714286,0.0203291139240506,0.98013986013986,0.000154736963085619
-"hsa04261_Adrenergic_signaling_in_cardiomyocytes",269,0.952353125001931,126,0.724574994927072,48,1e-04,230,0.590095995497963,205,0.141632191688572,138,0.00831037618656176,142,1,91,0.26,163,0.013,140,0.52,0.991138106118157,1,0.000123728813559322,0.74916535080611,0.201670082944461,0.0175842742498263,1,0.825217391304348,0.0231463414634146,0.98013986013986,0.00928828688428231
-"hsa04270_Vascular_smooth_muscle_contraction",218,0.806180422483189,12,0.00405052299001655,101,1e-04,237,0.657978098189214,161,0.0156118293795714,185,0.0414368398546465,143,1,34,0.06,204,0.076,14,0.05,0.991138106118157,0.0985627260904028,0.000123728813559322,0.810673437431437,0.0282510876987585,0.0654030120949015,1,0.500571428571429,0.10878431372549,0.973333333333333,0.00318386769238676
-"hsa04310_Wnt_signaling_pathway",197,0.744578871185532,96,0.515545216084632,45,1e-04,158,0.172166415288609,140,0.00490703166775452,61,0.000260128485621602,144,1,103,0.32,99,0.002,58,0.24,0.991138106118157,1,0.000123728813559322,0.315540030530535,0.010234666049888,0.00123226286327773,1,0.907184466019417,0.00521428571428571,0.98013986013986,6.56464559883596e-05
-"hsa04320_Dorso-ventral_axis_formation",25,0.160015974032681,106,0.590188158166937,62,1e-04,43,0.00255454434928343,3,5.09162763972096e-11,57,0.000142010523743617,145,1,122,0.41,87,0.001,204,0.74,0.991138106118157,1,0.000123728813559322,0.0173471383718782,4.95585090266173e-09,0.000727492507598881,1,0.9809375,0.00320879120879121,0.98013986013986,6.35868490062157e-11
-"hsa04330_Notch_signaling_pathway",29,0.179164486422855,9,0.00144584120121628,1,1e-04,12,0.000162283709712324,233,0.261795559542257,15,2.40219415942645e-06,146,1,8,0.01,21,0.001,89,0.35,0.991138106118157,0.0469095145283506,0.000123728813559322,0.00350469191761543,0.327516313550264,4.25603730659685e-05,1,0.292,0.00320879120879121,0.98013986013986,9.28049025335545e-08
-"hsa04340_Hedgehog_signaling_pathway",3,0.0556368671759705,58,0.215146481909876,10,1e-04,5,1.16749867641212e-05,77,8.25314677771199e-05,6,2.16613787841485e-07,147,1,24,0.04,4,0.001,21,0.08,0.991138106118157,1,0.000123728813559322,0.000681819227024676,0.000312976475206741,1.05418710082856e-05,1,0.449230769230769,0.00320879120879121,0.98013986013986,5.97982162350716e-10
-"hsa04350_TGF-beta_signaling_pathway",277,0.967936789414015,87,0.448222034681171,78,1e-04,244,0.725884391245837,121,0.00165529058794572,104,0.0019522945735783,148,1,208,0.77,140,0.007,230,0.82,0.991138106118157,1,0.000123728813559322,0.868681320671248,0.00399458555107563,0.00548144245658522,1,1,0.0142937062937063,0.98013986013986,0.000387476726933257
-"hsa04360_Axon_guidance",251,0.909781778045819,166,0.89530747341038,150,1e-04,277,0.894703830385461,220,0.201288997531848,63,0.000266546801689876,149,1,272,0.96,109,0.002,276,0.95,0.991138106118157,1,0.000123728813559322,0.941983373408187,0.267165396724089,0.0012354232713245,1,1,0.00521428571428571,0.98013986013986,0.00120505073877635
-"hsa04370_VEGF_signaling_pathway",204,0.768974761355789,26,0.0291325730781148,29,1e-04,282,0.934174568947668,87,0.000143258972211338,134,0.00742070034841916,150,1,130,0.44,126,0.005,202,0.74,0.991138106118157,0.327181205338828,0.000123728813559322,0.964224256917249,0.000480823217077134,0.0161704813562567,1,0.988307692307692,0.01140625,0.98013986013986,8.52162034177936e-05
-"hsa04380_Osteoclast_differentiation",202,0.767505999978105,262,0.999671619497212,199,1e-04,186,0.276487944693374,25,1.51400761177603e-07,39,3.51086340252775e-05,151,1,254,0.9,79,0.001,195,0.71,0.991138106118157,1,0.000123728813559322,0.43405634328207,1.7683608905544e-06,0.000256476247570856,1,1,0.00320879120879121,0.98013986013986,3.65470053598399e-08
-"hsa04390_Hippo_signaling_pathway",267,0.948690138122914,277,0.999989460585136,142,1e-04,264,0.829303913571394,266,0.594140672149171,133,0.00717610235245845,152,1,284,0.99,110,0.002,278,0.95,0.991138106118157,1,0.000123728813559322,0.913526019122099,0.652214572434429,0.0157550517813374,1,1,0.00521428571428571,0.98013986013986,0.00910210780924075
-"hsa04510_Focal_adhesion",85,0.438023819450012,59,0.228050007460631,81,1e-04,173,0.22370010224523,155,0.0110256223958654,50,9.74752819815187e-05,153,1,90,0.26,58,0.001,139,0.52,0.991138106118157,1,0.000123728813559322,0.377574739049753,0.020770849932856,0.000569255646772069,1,0.825217391304348,0.00320879120879121,0.98013986013986,4.77701138915904e-05
-"hsa04512_ECM-receptor_interaction",4,0.0563967461732191,241,0.996368543757109,209,1e-04,11,0.0001111035600769,23,8.26443262045605e-08,8,3.9262855848945e-07,154,1,236,0.87,46,0.001,253,0.88,0.991138106118157,1,0.000123728813559322,0.00294929450385951,1.04922361964051e-06,1.43309423848649e-05,1,1,0.00320879120879121,0.98013986013986,4.89398047292171e-11
-"hsa04514_Cell_adhesion_molecules_(CAMs)",60,0.315023867291057,289,0.999999980495529,260,2e-04,40,0.00214660289815248,22,4.93816743163191e-08,12,1.63246513649342e-06,155,1,286,0.99,29,0.001,271,0.94,0.991138106118157,1,0.0002187265917603,0.0156702011565131,6.55429495471145e-07,3.73626243521277e-05,1,1,0.00320879120879121,0.98013986013986,4.35666015716922e-10
-"hsa04520_Adherens_junction",177,0.686563508936173,188,0.954191222721535,244,2e-04,180,0.259583139760244,255,0.482149587150878,66,0.000306130066880138,156,1,151,0.54,78,0.001,178,0.65,0.991138106118157,1,0.0002187265917603,0.421101537833285,0.552108546855123,0.00135427574316409,1,1,0.00320879120879121,0.98013986013986,0.00127980732588989
-"hsa04530_Tight_junction",158,0.64958882649942,280,0.999996263910429,215,1e-04,105,0.0522136069549974,203,0.133410651910554,51,0.000106523645395879,157,1,289,1,42,0.001,233,0.83,0.991138106118157,1,0.000123728813559322,0.145203554579612,0.191901036245723,0.00060990008736464,1,1,0.00320879120879121,0.98013986013986,0.000134540665842775
-"hsa04540_Gap_junction",67,0.339891928960719,1,1.29041276034361e-09,2,1e-04,195,0.334328801345292,19,3.61579858382528e-08,258,0.555742888594117,158,1,3,1e-04,274,0.69,3,0.02,0.991138106118157,3.76800526020333e-07,0.000123728813559322,0.500635948681155,5.21559707171867e-07,0.628980323525125,1,0.00417142857142857,0.735328467153285,0.898461538461538,5.7563551776828e-11
-"hsa04550_Signaling_pathways_regulating_pluripotency_of_stem_cells",179,0.692255280051085,65,0.266111573621745,243,2e-04,147,0.150587724982199,254,0.480568443598116,210,0.113562907268676,159,1,250,0.9,224,0.147,251,0.88,0.991138106118157,1,0.0002187265917603,0.299126637379606,0.552108546855123,0.15790651867835,1,1,0.191625,0.98013986013986,0.121488965164217
-"hsa04610_Complement_and_coagulation_cascades",155,0.644137611086228,173,0.906118054098555,258,2e-04,37,0.00189886593712379,148,0.00692212605283979,266,0.628543501813893,160,1,205,0.76,244,0.269,225,0.81,0.991138106118157,1,0.0002187265917603,0.0148615111422651,0.013657167617765,0.689980084697958,1,1,0.321918032786885,0.98013986013986,0.0119389703028866
-"hsa04611_Platelet_activation",261,0.929624734388046,110,0.623061538420624,126,1e-04,256,0.796152872926029,97,0.000322482316190601,111,0.00288145274528276,161,1,85,0.24,173,0.016,68,0.27,0.991138106118157,1,0.000123728813559322,0.908111870681251,0.000970771508532531,0.00758003785245554,1,0.80551724137931,0.0270057803468208,0.98013986013986,0.000257580261984052
-"hsa04612_Antigen_processing_and_presentation",262,0.929680962258719,265,0.999743911087876,172,1e-04,271,0.85369693408783,222,0.208025061549437,191,0.0476980558606006,162,1,230,0.84,187,0.033,262,0.91,0.991138106118157,1,0.000123728813559322,0.918309662360199,0.273618549425386,0.0729205880172533,1,1,0.0515294117647059,0.98013986013986,0.0434774979332393
-"hsa04614_Renin-angiotensin_system",98,0.491639908319946,60,0.247097529725587,127,1e-04,210,0.400631773762201,118,0.00135220634127994,145,0.0112452383349822,163,1,46,0.1,15,0.001,65,0.26,0.991138106118157,1,0.000123728813559322,0.557068942564585,0.00334613772587918,0.0226455834056193,1,0.595918367346939,0.00320879120879121,0.98013986013986,0.000174698667808024
-"hsa04620_Toll-like_receptor_signaling_pathway",283,0.97153282577609,122,0.706959355476737,155,1e-04,288,0.969805705758456,277,0.747285838200817,155,0.0156682384833028,164,1,135,0.47,179,0.021,148,0.54,0.991138106118157,1,0.000123728813559322,0.983275229449546,0.787752580341656,0.029516939594351,1,1,0.0342569832402235,0.98013986013986,0.0396402321786927
-"hsa04621_NOD-like_receptor_signaling_pathway",279,0.969122505710426,42,0.0895952961862789,28,1e-04,165,0.189624627637789,165,0.0201978614934529,76,0.000547001236727765,165,1,78,0.23,135,0.006,91,0.36,0.991138106118157,0.622900630628415,0.000123728813559322,0.335578128910512,0.0357440942793227,0.00210163633058562,1,0.80551724137931,0.0127883211678832,0.98013986013986,0.000276269617363766
-"hsa04622_RIG-I-like_receptor_signaling_pathway",163,0.660054387955088,202,0.972905726669401,212,1e-04,215,0.452818806451804,260,0.531831119739711,237,0.270863963934787,166,1,240,0.88,253,0.384,190,0.68,0.991138106118157,1,0.000123728813559322,0.614991123181054,0.596574795593306,0.333722689742438,1,1,0.443193675889328,0.98013986013986,0.247649289970647
-"hsa04623_Cytosolic_DNA-sensing_pathway",209,0.785663292479999,129,0.736298911424828,152,1e-04,259,0.812060539731099,163,0.0178881763924905,189,0.0465394596409122,167,1,193,0.69,231,0.184,142,0.52,0.991138106118157,1,0.000123728813559322,0.909957768522773,0.0320450767276517,0.0718132194833189,1,1,0.232588744588745,0.98013986013986,0.0312127574253549
-"hsa04630_Jak-STAT_signaling_pathway",138,0.596674394433295,21,0.0165966380352845,22,1e-04,110,0.0610545079639941,69,3.23263445742804e-05,23,6.01276938440829e-06,168,1,70,0.19,43,0.001,131,0.49,0.991138106118157,0.230772300300147,0.000123728813559322,0.16207196659533,0.000136801342256375,7.63360287064009e-05,1,0.76,0.00320879120879121,0.98013986013986,5.00211324207422e-08
-"hsa04640_Hematopoietic_cell_lineage",248,0.903738636919103,184,0.942469519746837,25,1e-04,220,0.482976102483233,55,1.05787902847124e-05,160,0.0185247188681673,169,1,264,0.95,118,0.003,291,1,0.991138106118157,1,0.000123728813559322,0.641041008750473,5.50452319639971e-05,0.0338076119344054,1,1,0.00742372881355932,1,3.97136151066113e-05
-"hsa04650_Natural_killer_cell_mediated_cytotoxicity",186,0.711339000658524,186,0.951403455772134,77,1e-04,127,0.109560104821806,228,0.235163475094015,43,5.85928091387457e-05,170,1,72,0.19,38,0.001,31,0.14,0.991138106118157,1,0.000123728813559322,0.251901973291081,0.301174275120405,0.000397886052756134,1,0.76,0.00320879120879121,0.98013986013986,0.000164331027383436
-"hsa04660_T_cell_receptor_signaling_pathway",275,0.961615468042264,61,0.249373305854318,151,1e-04,284,0.937807153988009,238,0.284218104080201,114,0.00303513803374696,171,1,204,0.74,137,0.006,229,0.82,0.991138106118157,1,0.000123728813559322,0.964224256917249,0.348704564669827,0.00777421320924659,1,1,0.0127883211678832,0.98013986013986,0.00733647552430406
-"hsa04662_B_cell_receptor_signaling_pathway",274,0.960478057505768,72,0.29201682610827,21,1e-04,236,0.637302323212426,223,0.212201860449638,129,0.00681342337897931,172,1,49,0.1,149,0.009,132,0.49,0.991138106118157,1,0.000123728813559322,0.78852660329673,0.277860732068584,0.0154226327648214,1,0.595918367346939,0.0174039735099338,0.98013986013986,0.00753644390572018
-"hsa04664_Fc_epsilon_RI_signaling_pathway",225,0.828584428434779,143,0.811761085850237,89,1e-04,243,0.716566138721842,135,0.00348901373363277,131,0.00695306316319183,173,1,173,0.62,120,0.004,168,0.62,0.991138106118157,1,0.000123728813559322,0.861058899204847,0.0075466074831168,0.0154984308675726,1,1,0.00965289256198347,0.98013986013986,0.00087484335349332
-"hsa04666_Fc_gamma_R-mediated_phagocytosis",2,0.046221045459678,54,0.16400211681964,165,1e-04,7,2.52648531539707e-05,15,1.14117571401715e-08,115,0.00329541456224582,174,1,161,0.57,82,0.001,117,0.45,0.991138106118157,0.886826261321015,0.000123728813559322,0.00105390530299421,2.22148872328671e-07,0.00836748741022417,1,1,0.00320879120879121,0.98013986013986,9.18609094778726e-10
-"hsa04668_TNF_signaling_pathway",64,0.335723490582919,216,0.983078295553237,188,1e-04,26,0.000611558191944464,48,4.79823732103216e-06,288,0.960955563190176,175,1,255,0.91,280,0.766,261,0.91,0.991138106118157,1,0.000123728813559322,0.00686826892491475,2.9189277036279e-05,0.974302168234484,1,1,0.798828571428571,0.98013986013986,0.000269826170542689
-"hsa04670_Leukocyte_transendothelial_migration",254,0.921207890689562,225,0.988388795683869,162,1e-04,239,0.678163181135475,119,0.00150442927552185,164,0.0211621739264224,176,1,169,0.61,193,0.047,127,0.48,0.991138106118157,1,0.000123728813559322,0.828550832182254,0.00369154074329732,0.0376789926007033,1,1,0.0707422680412371,0.98013986013986,0.00322390129879309
-"hsa04672_Intestinal_immune_network_for_IgA_production",286,0.978949919881002,287,0.999999955576458,233,1e-04,283,0.936418114721446,208,0.150617795712579,201,0.0806736398285343,177,1,267,0.95,206,0.082,215,0.79,0.991138106118157,1,0.000123728813559322,0.964224256917249,0.21144421321189,0.117197526517075,1,1,0.116233009708738,0.98013986013986,0.0727340399212542
-"hsa04710_Circadian_rhythm",210,0.790118245245127,13,0.0047006778087098,20,1e-04,128,0.112725399704196,214,0.182641577897325,140,0.00861632382528848,178,1,99,0.31,144,0.008,62,0.25,0.991138106118157,0.102014720376811,0.000123728813559322,0.257154818075198,0.249211872644948,0.0179457385202597,1,0.887450980392157,0.0157837837837838,0.98013986013986,0.00121529512038694
-"hsa04713_Circadian_entrainment",56,0.291467698555897,40,0.0648451751029438,55,1e-04,181,0.266753086146667,2,1.08868836490052e-11,272,0.717588971949131,179,1,5,1e-04,262,0.488,29,0.13,0.991138106118157,0.47336977825149,0.000123728813559322,0.425952015956855,1.58948501275477e-09,0.77035286694539,1,0.00417142857142857,0.54387786259542,0.98013986013986,3.33324588814082e-08
-"hsa04720_Long-term_potentiation",143,0.609861702880722,2,6.31493778104077e-07,8,1e-04,168,0.201421523500303,143,0.00543798633448509,117,0.00378353866242209,180,1,6,1e-04,145,0.008,11,0.04,0.991138106118157,9.21980916031952e-05,0.000123728813559322,0.350089790845765,0.0111041399277598,0.0094426776874124,1,0.00417142857142857,0.0157837837837838,0.898461538461538,1.53424483288278e-08
-"hsa04721_Synaptic_vesicle_cycle",80,0.403292605736819,211,0.980175462245751,190,1e-04,83,0.0214939872457136,207,0.145462033397417,290,0.973738804930516,181,1,253,0.9,276,0.727,240,0.85,0.991138106118157,1,0.000123728813559322,0.0756174009126309,0.205192820058193,0.980454244964519,1,1,0.769144927536232,0.98013986013986,0.136706711887941
-"hsa04722_Neurotrophin_signaling_pathway",93,0.481040007025834,92,0.495389227281278,66,1e-04,62,0.0100671696212475,6,3.13883059570764e-10,21,5.19730683228722e-06,182,1,137,0.48,54,0.001,158,0.59,0.991138106118157,1,0.000123728813559322,0.0468706492064125,1.52756422324438e-08,7.22673140489461e-05,1,1,0.00320879120879121,0.98013986013986,5.54265857826591e-11
-"hsa04723_Retrograde_endocannabinoid_signaling",116,0.546625999434202,147,0.823496148713082,70,1e-04,131,0.122752728030674,224,0.215947415664586,230,0.227993433554964,183,1,36,0.07,256,0.417,32,0.15,0.991138106118157,1,0.000123728813559322,0.273616767824097,0.280974572404605,0.289452533034997,1,0.524102564102564,0.47492607003891,0.98013986013986,0.0992843083267126
-"hsa04724_Glutamatergic_synapse",123,0.570938944838784,81,0.394340340351266,103,1e-04,275,0.88186249436418,11,3.12536847598001e-09,193,0.0543158098455154,184,1,62,0.15,249,0.335,69,0.27,0.991138106118157,1,0.000123728813559322,0.935515571831781,8.29643268169238e-08,0.0821772874346657,1,0.695238095238095,0.39285140562249,0.98013986013986,1.26061103745691e-05
-"hsa04725_Cholinergic_synapse",175,0.684018508164658,142,0.809293330065243,95,1e-04,257,0.804103341813003,107,0.00062533208032329,188,0.0460030666133455,185,1,112,0.37,230,0.182,88,0.35,0.991138106118157,1,0.000123728813559322,0.909957768522773,0.00170651371452711,0.0714515715483876,1,0.956106194690265,0.231060869565217,0.98013986013986,0.00614291609511014
-"hsa04726_Serotonergic_synapse",207,0.777561902388136,47,0.12900522891084,47,1e-04,238,0.661006272862881,170,0.0297690527199301,195,0.0664662536080634,186,1,9,0.01,217,0.122,45,0.2,0.991138106118157,0.801479294509897,0.000123728813559322,0.810982486033451,0.0511327258483506,0.0995289541207923,1,0.292,0.164165898617512,0.98013986013986,0.0173566634059502
-"hsa04727_GABAergic_synapse",270,0.95463837952691,119,0.696361821497194,57,1e-04,266,0.834073980957366,122,0.00167605636499574,190,0.0467277798007897,187,1,176,0.63,184,0.03,238,0.85,0.991138106118157,1,0.000123728813559322,0.913526019122099,0.00401154474244882,0.0718132194833189,1,1,0.0476086956521739,0.98013986013986,0.00415746700767299
-"hsa04728_Dopaminergic_synapse",266,0.938778530972644,114,0.670622467466718,90,1e-04,272,0.858001495914848,117,0.0013335580839581,141,0.00866557921697471,188,1,21,0.03,181,0.027,9,0.04,0.991138106118157,1,0.000123728813559322,0.918309662360199,0.0033281962437245,0.0179457385202597,1,0.417142857142857,0.0435580110497238,0.898461538461538,0.00084120850885767
-"hsa04730_Long-term_depression",8,0.0665221672252182,11,0.00216180776600745,6,1e-04,14,0.000179715874739539,8,4.38608674292986e-10,187,0.0454758439106244,189,1,40,0.08,89,0.001,152,0.56,0.991138106118157,0.0573861697885615,0.000123728813559322,0.00350469191761543,1.6009216611694e-08,0.0710104086732744,1,0.584,0.00320879120879121,0.98013986013986,1.18861074802153e-10
-"hsa04740_Olfactory_transduction",156,0.645275231942769,4,1.48878801979621e-05,16,1e-04,72,0.0149495866379116,237,0.282853651137911,73,0.000429882642894953,190,1,16,0.03,152,0.01,59,0.24,0.991138106118157,0.00108681525445123,0.000123728813559322,0.0606288791426414,0.348494793807047,0.00171953057157981,1,0.417142857142857,0.0190849673202614,0.98013986013986,3.71791493176626e-06
-"hsa04742_Taste_transduction",185,0.711216343737567,77,0.361841609283769,32,1e-04,101,0.0442653152940835,243,0.34213223353534,260,0.567263636482514,191,1,12,0.02,209,0.092,101,0.41,0.991138106118157,1,0.000123728813559322,0.127974970949231,0.411121860873742,0.637080699434208,1,0.389333333333333,0.128535885167464,0.98013986013986,0.0574233831378314
-"hsa04744_Phototransduction",241,0.883375200464089,27,0.0308515844359391,72,1e-04,262,0.817839678172768,131,0.00252833236554434,198,0.0733925520826308,192,1,73,0.19,128,0.005,125,0.46,0.991138106118157,0.333654172418305,0.000123728813559322,0.909957768522773,0.0056356721430454,0.108235480849132,1,0.76,0.01140625,0.98013986013986,0.00119774350848082
-"hsa04750_Inflammatory_mediator_regulation_of_TRP_channels",30,0.182775109868208,14,0.00504287824375878,44,1e-04,38,0.00193403227193861,4,1.19055370927406e-10,245,0.360555611700999,193,1,31,0.05,201,0.069,40,0.18,0.991138106118157,0.102014720376811,0.000123728813559322,0.0148615111422651,8.69104207770062e-09,0.429723422925272,1,0.470967741935484,0.100238805970149,0.98013986013986,1.88801139704811e-08
-"hsa04810_Regulation_of_actin_cytoskeleton",258,0.923737426275356,153,0.858531228060428,141,1e-04,170,0.213170279772214,251,0.452784595446837,126,0.00546222802512002,194,1,142,0.51,150,0.009,175,0.64,0.991138106118157,1,0.000123728813559322,0.366151304079332,0.52674542577879,0.0126584966931353,1,1,0.0174039735099338,0.98013986013986,0.0084052608945453
-"hsa04910_Insulin_signaling_pathway",252,0.912325380431261,41,0.0753636598687174,68,1e-04,269,0.843685070822428,54,1.01890655827224e-05,84,0.000833601709904403,195,1,25,0.04,98,0.002,18,0.07,0.991138106118157,0.536736309308914,0.000123728813559322,0.915821712565609,5.50452319639971e-05,0.00289262206929112,1,0.449230769230769,0.00521428571428571,0.98013986013986,2.51768770362997e-06
-"hsa04911_Insulin_secretion",115,0.541157924043239,136,0.782166560409799,121,1e-04,172,0.221803499744179,45,3.03684533930033e-06,241,0.322012510658449,196,1,166,0.59,267,0.561,138,0.51,0.991138106118157,1,0.000123728813559322,0.376550127472676,1.970575197946e-05,0.390156236980361,1,1,0.613528089887641,0.98013986013986,0.00127542088530815
-"hsa04912_GnRH_signaling_pathway",244,0.891493153745711,35,0.0496519936128908,73,1e-04,191,0.30998058396193,284,0.906829653986569,116,0.00345609061139917,197,1,113,0.37,107,0.002,144,0.53,0.991138106118157,0.414239489570403,0.000123728813559322,0.473897018413003,0.932374151281965,0.00869981429765997,1,0.956106194690265,0.00521428571428571,0.98013986013986,0.00317313227052697
-"hsa04913_Ovarian_steroidogenesis",59,0.310357411711838,246,0.996957471375049,166,1e-04,99,0.0390413008846856,21,3.7509430995237e-08,265,0.614088853156726,198,1,159,0.56,248,0.332,129,0.48,0.991138106118157,1,0.000123728813559322,0.115152119781093,5.21559707171867e-07,0.676656396685902,1,1,0.390903225806452,0.98013986013986,5.84746025221962e-05
-"hsa04914_Progesterone-mediated_oocyte_maturation",240,0.880592293714047,152,0.843705157651448,154,1e-04,255,0.795738743772169,132,0.00271157372419365,154,0.0154574889717461,199,1,288,0.99,177,0.02,266,0.93,0.991138106118157,1,0.000123728813559322,0.908111870681251,0.00599832975351929,0.0293090050633108,1,1,0.0329943502824859,0.98013986013986,0.00248123738906193
-"hsa04915_Estrogen_signaling_pathway",161,0.651380313846191,79,0.378433794309238,35,1e-04,233,0.60188426632514,137,0.004079948732425,196,0.0685621434080951,200,1,61,0.14,233,0.203,159,0.59,0.991138106118157,1,0.000123728813559322,0.754292728613481,0.00869594912312482,0.101772579500437,1,0.67016393442623,0.254403433476395,0.98013986013986,0.014511132600063
-"hsa04916_Melanogenesis",135,0.59491519238622,69,0.282674756698243,61,1e-04,136,0.128252988355818,53,1.00033879609167e-05,223,0.180041959941064,201,1,115,0.38,234,0.208,126,0.47,0.991138106118157,1,0.000123728813559322,0.275366710293374,5.50452319639971e-05,0.235750010326416,1,0.964869565217391,0.259555555555556,0.98013986013986,0.000830348784309441
-"hsa04917_Prolactin_signaling_pathway",88,0.45161059072709,172,0.904444615838104,269,3e-04,79,0.0210462319364911,72,4.22658014749498e-05,49,9.55356131422859e-05,202,1,248,0.89,96,0.002,234,0.83,0.991138106118157,1,0.000311743772241993,0.0756174009126309,0.000171411305981741,0.000569255646772069,1,1,0.00521428571428571,0.98013986013986,1.5833164250268e-06
-"hsa04918_Thyroid_hormone_synthesis",131,0.586960245229412,107,0.59525111163494,52,1e-04,88,0.025850769069295,264,0.584941847791989,65,0.000287157142090564,203,1,53,0.11,18,0.001,19,0.07,0.991138106118157,1,0.000123728813559322,0.0857775519117515,0.646981134679018,0.00128999823831454,1,0.606037735849057,0.00320879120879121,0.98013986013986,0.000250376460047724
-"hsa04919_Thyroid_hormone_signaling_pathway",31,0.183233231768035,67,0.278735738904947,19,1e-04,52,0.00520958616017889,14,1.02211859416757e-08,16,2.43743340296392e-06,204,1,26,0.04,61,0.001,133,0.5,0.991138106118157,1,0.000123728813559322,0.028883261905671,2.1318473535495e-07,4.25603730659685e-05,1,0.449230769230769,0.00320879120879121,0.98013986013986,1.07430753452252e-10
-"hsa04920_Adipocytokine_signaling_pathway",234,0.849901481979748,209,0.979173909879864,262,2e-04,291,0.993568825890156,209,0.151565114334764,184,0.0399642703123498,205,1,278,0.97,197,0.06,239,0.85,0.991138106118157,1,0.0002187265917603,0.995032248679382,0.211756044907899,0.063421559408729,1,1,0.0889340101522843,0.98013986013986,0.0638729861212722
-"hsa04921_Oxytocin_signaling_pathway",205,0.769388743507769,5,0.000146232706126904,46,1e-04,287,0.965361214598805,249,0.41942084405419,113,0.00303287055465527,206,1,4,1e-04,176,0.02,30,0.14,0.991138106118157,0.00853999003781117,0.000123728813559322,0.982179354225962,0.491850949653909,0.00777421320924659,1,0.00417142857142857,0.0329943502824859,0.98013986013986,2.41842026872027e-05
-"hsa04922_Glucagon_signaling_pathway",226,0.830564861084166,34,0.0423385405469349,125,1e-04,258,0.805702808131847,248,0.411359088166253,97,0.00141917077140138,207,1,108,0.35,64,0.001,56,0.23,0.991138106118157,0.363613348226617,0.000123728813559322,0.909957768522773,0.48434215219575,0.00427214294071343,1,0.946296296296296,0.00320879120879121,0.98013986013986,0.0014060428612237
-"hsa04930_Type_II_diabetes_mellitus",97,0.490173445974654,257,0.998943862093538,225,1e-04,85,0.0222475766357267,246,0.383431459219413,277,0.738570907855373,208,1,210,0.77,289,0.899,174,0.63,0.991138106118157,1,0.000123728813559322,0.076426969148614,0.455130024764506,0.777236051534069,1,1,0.908332179930796,0.98013986013986,0.184171849185286
-"hsa04932_Non-alcoholic_fatty_liver_disease_(NAFLD)",112,0.539874148416079,239,0.99595717383243,136,1e-04,94,0.0338607175512051,93,0.000212687293421585,30,1.9177483592788e-05,209,1,136,0.48,26,0.001,86,0.35,0.991138106118157,1,0.000123728813559322,0.105184356648424,0.00066779236214089,0.000183133902076376,1,1,0.00320879120879121,0.98013986013986,8.46245485217943e-07
-"hsa04940_Type_I_diabetes_mellitus",101,0.503863371680846,282,0.999999162937441,264,2e-04,163,0.182961529054181,256,0.500578646790374,286,0.901704856465017,210,1,279,0.97,292,0.953,249,0.87,0.991138106118157,1,0.0002187265917603,0.326674819752235,0.57097251899527,0.920621741565682,1,1,0.953,0.98013986013986,0.42503828069214
-"hsa04950_Maturity_onset_diabetes_of_the_young",216,0.804352460550458,145,0.812715786309832,268,3e-04,250,0.774091970255283,82,0.000112976533233994,197,0.0686616375396782,211,1,180,0.64,162,0.013,130,0.48,0.991138106118157,1,0.000311743772241993,0.90413942125817,0.000402306679321051,0.101772579500437,1,1,0.0231463414634146,0.98013986013986,0.00143925764020755
-"hsa04960_Aldosterone-regulated_sodium_reabsorption",27,0.167408256805766,50,0.144330117942701,12,1e-04,45,0.00284008528298732,31,4.86804908040186e-07,216,0.133091958029636,212,1,7,1e-04,191,0.037,80,0.32,0.991138106118157,0.82787827095398,0.000123728813559322,0.0182421571239604,4.58538816605595e-06,0.179920609928953,1,0.00417142857142857,0.056565445026178,0.98013986013986,1.17717387908832e-07
-"hsa04961_Endocrine_and_other_factor-regulated_calcium_reabsorption",127,0.581670491558469,31,0.0379645105134127,39,1e-04,140,0.133790508266855,232,0.26012191362561,80,0.00069908314353997,213,1,48,0.1,114,0.003,28,0.12,0.991138106118157,0.357601195803758,0.000123728813559322,0.278483252282811,0.327394822321888,0.00255165347392089,1,0.595918367346939,0.00742372881355932,0.98013986013986,0.000471203311692967
-"hsa04962_Vasopressin-regulated_water_reabsorption",220,0.816268001543484,53,0.154712996392004,82,1e-04,153,0.159243236882539,288,0.943069644811282,252,0.44858447153124,214,1,188,0.67,240,0.248,247,0.86,0.991138106118157,0.852381036725756,0.000123728813559322,0.303915197187591,0.95616783432255,0.519788355901278,1,1,0.301733333333333,0.98013986013986,0.219234702028422
-"hsa04964_Proximal_tubule_bicarbonate_reclamation",1,0.0300360409764752,187,0.953553046836098,7,1e-04,1,3.29828103824476e-07,9,1.68423210723722e-09,2,6.24113181366811e-08,215,1,76,0.2,2,0.001,63,0.25,0.991138106118157,1,0.000123728813559322,9.63098063167469e-05,4.98155755958294e-08,6.8797347062122e-06,1,0.768421052631579,0.00320879120879121,0.98013986013986,1.06349018481026e-13
-"hsa04966_Collecting_duct_acid_secretion",276,0.965683042601059,203,0.973278729588279,276,3e-04,276,0.884254444608121,65,2.52940027730335e-05,218,0.149615760895183,216,1,275,0.96,216,0.116,285,0.96,0.991138106118157,1,0.000311743772241993,0.935515571831781,0.000112196339552712,0.200402762299969,1,1,0.156814814814815,0.98013986013986,0.00326099045196913
-"hsa04970_Salivary_secretion",14,0.0854785381125643,3,2.13700617247732e-06,5,1e-04,25,0.000593002453202717,1,1.92042567676883e-13,205,0.0965787037909772,217,1,1,1e-04,86,0.001,7,0.03,0.991138106118157,0.000208001934121126,0.000123728813559322,0.00686826892491475,5.60764297616499e-11,0.137565763448611,1,0.00417142857142857,0.00320879120879121,0.898461538461538,4.82996751753449e-16
-"hsa04971_Gastric_acid_secretion",206,0.773872803803511,10,0.00189817721891738,24,1e-04,289,0.983053120126573,78,8.63155807374473e-05,200,0.0785415267204244,218,1,10,0.01,226,0.155,4,0.02,0.991138106118157,0.0554267747923875,0.000123728813559322,0.993257823795707,0.0003231301227607,0.11467062901182,1,0.292,0.200265486725664,0.898461538461538,0.000213571438967974
-"hsa04972_Pancreatic_secretion",243,0.88685261974705,52,0.152264486278892,94,1e-04,265,0.831448052448322,61,2.16642951159689e-05,156,0.0157999072692507,219,1,28,0.05,213,0.101,10,0.04,0.991138106118157,0.852381036725756,0.000123728813559322,0.913526019122099,0.00010370449465349,0.029574185401418,1,0.470967741935484,0.138460093896714,0.898461538461538,0.000254535801132311
-"hsa04973_Carbohydrate_digestion_and_absorption",189,0.717378898306178,56,0.173667748717926,238,2e-04,182,0.266805903887097,196,0.0893269237072374,229,0.218002749014238,220,1,77,0.22,241,0.256,93,0.36,0.991138106118157,0.905553261172043,0.0002187265917603,0.425952015956855,0.133078886339354,0.277977304419902,1,0.80551724137931,0.310099173553719,0.98013986013986,0.105048360200899
-"hsa04974_Protein_digestion_and_absorption",213,0.798724455231053,84,0.436449013188076,248,2e-04,205,0.383220555158604,177,0.0467387503955292,109,0.00281371771058073,221,1,74,0.2,139,0.007,154,0.57,0.991138106118157,1,0.0002187265917603,0.545855620030792,0.0771057351157883,0.00753766579348233,1,0.768421052631579,0.0142937062937063,0.98013986013986,0.00272630872633934
-"hsa04975_Fat_digestion_and_absorption",292,0.999753333641588,218,0.984430482925649,185,1e-04,274,0.863160718204394,239,0.290616541092235,202,0.0833705035195023,222,1,217,0.79,223,0.143,203,0.74,0.999753333641588,1,0.000123728813559322,0.919864706991544,0.355062887024822,0.120515777364825,1,1,0.1872466367713,0.98013986013986,0.112851375419855
-"hsa04976_Bile_secretion",187,0.712292402476275,178,0.92916162543696,261,2e-04,103,0.0466507699855425,234,0.262940464185594,87,0.000861842876809341,223,1,140,0.49,106,0.002,128,0.48,0.991138106118157,1,0.0002187265917603,0.132252668308528,0.327516313550264,0.00289262206929112,1,1,0.00521428571428571,0.98013986013986,0.000974933264892649
-"hsa04977_Vitamin_digestion_and_absorption",81,0.413641948557235,82,0.432804486444122,91,1e-04,31,0.000982149740551237,190,0.0739606621911117,248,0.393303842553342,224,1,37,0.07,254,0.395,42,0.19,0.991138106118157,1,0.000123728813559322,0.0090991373509221,0.11326557459649,0.463083556554741,1,0.524102564102564,0.454094488188976,0.98013986013986,0.0144953066869492
-"hsa04978_Mineral_absorption",33,0.183566822968384,205,0.974439993937939,80,1e-04,35,0.00120327504331801,43,2.9139175769299e-06,41,4.54746965689385e-05,225,1,105,0.33,28,0.001,124,0.46,0.991138106118157,1,0.000123728813559322,0.0100387517899674,1.970575197946e-05,0.000323868570686098,1,0.917714285714286,0.00320879120879121,0.98013986013986,1.44294804014175e-08
-"hsa05010_Alzheimer's_disease",126,0.578756974975932,75,0.335515030635888,96,1e-04,179,0.257101043620466,169,0.0290334342428832,52,0.000108938589777645,226,1,42,0.09,14,0.001,24,0.1,0.991138106118157,1,0.000123728813559322,0.419405054397631,0.0501642769166975,0.000611732081059083,1,0.595918367346939,0.00320879120879121,0.98013986013986,7.87533663450465e-05
-"hsa05012_Parkinson's_disease",117,0.547359283445512,245,0.996728219038382,115,1e-04,118,0.0883127016100013,108,0.000654333780058106,74,0.000521655385554494,227,1,133,0.46,32,0.001,96,0.38,0.991138106118157,1,0.000123728813559322,0.218291958557702,0.00176912466460155,0.00205842395380963,1,1,0.00320879120879121,0.98013986013986,1.64844556023224e-05
-"hsa05014_Amyotrophic_lateral_sclerosis_(ALS)",102,0.503899535383344,33,0.0416457807201353,33,1e-04,120,0.0907058927076207,76,6.96882021151254e-05,71,0.000366918758521687,228,1,92,0.26,84,0.001,185,0.67,0.991138106118157,0.363613348226617,0.000123728813559322,0.22071767225521,0.000267749408126534,0.00150901799279342,1,0.825217391304348,0.00320879120879121,0.98013986013986,1.44898418301506e-06
-"hsa05016_Huntington's_disease",181,0.704309358181729,158,0.871276840536152,99,1e-04,188,0.29145465721157,257,0.510992038116438,64,0.000287077465609806,229,1,89,0.26,129,0.006,67,0.27,0.991138106118157,1,0.000123728813559322,0.452684893115843,0.580582393501945,0.00128999823831454,1,0.825217391304348,0.0127883211678832,0.98013986013986,0.00196244204300356
-"hsa05020_Prion_diseases",77,0.39083067138054,148,0.823697652997618,167,1e-04,141,0.134473077300947,20,3.65826032277619e-08,120,0.00448671658757215,230,1,228,0.83,111,0.002,284,0.96,0.991138106118157,1,0.000123728813559322,0.278483252282811,5.21559707171867e-07,0.0109176770297589,1,1,0.00521428571428571,0.98013986013986,2.56260726138834e-07
-"hsa05030_Cocaine_addiction",259,0.926733552486395,219,0.984608294617393,177,1e-04,126,0.101247856673932,104,0.00054364209421809,136,0.00791505501192502,231,1,164,0.58,159,0.012,186,0.67,0.991138106118157,1,0.000123728813559322,0.234637890069747,0.00152123054078746,0.0169940887020743,1,1,0.0220377358490566,0.98013986013986,0.000243783559504132
-"hsa05031_Amphetamine_addiction",253,0.919722848362057,66,0.274960282487676,83,1e-04,204,0.38168201197897,123,0.00175121473119168,147,0.0125478884509034,232,1,38,0.07,189,0.036,72,0.27,0.991138106118157,1,0.000123728813559322,0.545855620030792,0.00415735529681278,0.0249250573310463,1,0.524102564102564,0.0553263157894737,0.98013986013986,0.00121379211880128
-"hsa05032_Morphine_addiction",134,0.594796508657547,180,0.935778321701248,100,1e-04,176,0.245009925410857,252,0.462831201757359,233,0.262633172659935,233,1,94,0.27,258,0.428,83,0.34,0.991138106118157,1,0.000123728813559322,0.406493739886195,0.536296471877575,0.328146228421236,1,0.838723404255319,0.484403100775194,0.98013986013986,0.196529656599884
-"hsa05033_Nicotine_addiction",221,0.821801071991381,151,0.842576173017419,75,1e-04,240,0.687040443698742,217,0.190210200202201,232,0.262268324021709,234,1,192,0.69,243,0.268,212,0.78,0.991138106118157,1,0.000123728813559322,0.834260959457684,0.255951052806649,0.328146228421236,1,1,0.321918032786885,0.98013986013986,0.178165144093453
-"hsa05034_Alcoholism",35,0.194339081551887,237,0.994605339274219,111,1e-04,9,8.3427467688675e-05,13,3.75988576777655e-09,10,1.19127009750059e-06,235,1,206,0.76,55,0.001,243,0.86,0.991138106118157,1,0.000123728813559322,0.00262198103070253,8.4452818783904e-08,3.19069578257652e-05,1,1,0.00320879120879121,0.98013986013986,1.1032818401516e-11
-"hsa05100_Bacterial_invasion_of_epithelial_cells",71,0.367745947484888,275,0.999984652331302,227,1e-04,54,0.0054184522616688,101,0.000494082830695838,287,0.936756971786223,236,1,260,0.92,272,0.657,156,0.58,0.991138106118157,1,0.000123728813559322,0.028883261905671,0.0014284374907246,0.953076779657063,1,1,0.705308823529412,0.98013986013986,0.00659436467415398
-"hsa05110_Vibrio_cholerae_infection",72,0.373698728510441,228,0.991698999640471,277,3e-04,64,0.0108592005659691,197,0.107400438292239,289,0.965701522971608,237,1,246,0.89,264,0.545,268,0.93,0.991138106118157,1,0.000311743772241993,0.0495451025822342,0.159192527824029,0.97572610625505,1,1,0.602661654135338,0.98013986013986,0.136632562698726
-"hsa05120_Epithelial_cell_signaling_in_Helicobacter_pylori_infection",208,0.784997543073276,198,0.971429801382201,169,1e-04,146,0.149896489586719,231,0.255258726457762,199,0.0772138897015091,238,1,235,0.86,207,0.084,254,0.88,0.991138106118157,1,0.000123728813559322,0.299126637379606,0.32266471050072,0.113298772828345,1,1,0.118492753623188,0.98013986013986,0.0507352069876214
-"hsa05130_Pathogenic_Escherichia_coli_infection",69,0.343931101495534,76,0.35482325724759,88,1e-04,96,0.0362710647477762,247,0.393069347182187,273,0.729593626623457,239,1,162,0.58,259,0.435,107,0.42,0.991138106118157,1,0.000123728813559322,0.110324488607819,0.464681171567605,0.777236051534069,1,1,0.49042471042471,0.98013986013986,0.168362852789911
-"hsa05131_Shigellosis",55,0.290005285902369,161,0.878084419165844,182,1e-04,56,0.00572424863220419,30,4.45608729987687e-07,274,0.733689567604517,240,1,147,0.52,235,0.212,146,0.53,0.991138106118157,1,0.000123728813559322,0.0298478678679218,4.33725830521349e-06,0.777236051534069,1,1,0.263421276595745,0.98013986013986,8.28109216430959e-05
-"hsa05132_Salmonella_infection",78,0.397435575616499,261,0.999421110979416,143,1e-04,71,0.0144344437869679,51,9.76159672964116e-06,276,0.736833972372191,241,1,238,0.88,285,0.823,283,0.96,0.991138106118157,1,0.000123728813559322,0.05936419134922,5.50452319639971e-05,0.777236051534069,1,1,0.841286713286713,0.98013986013986,0.00143008981005126
-"hsa05133_Pertussis",113,0.540965174572427,91,0.491109165649093,128,1e-04,69,0.0144100281373037,213,0.181489422771492,285,0.874259996630023,242,1,82,0.23,268,0.575,165,0.61,0.991138106118157,1,0.000123728813559322,0.05936419134922,0.248802401170309,0.89573304917883,1,0.80551724137931,0.626492537313433,0.98013986013986,0.107727311619251
-"hsa05134_Legionellosis",198,0.747197875869825,177,0.923682438385824,27,1e-04,211,0.409628953615904,279,0.797503765864656,127,0.00577570723524819,243,1,231,0.84,91,0.001,290,0.99,0.991138106118157,1,0.000123728813559322,0.56687987893765,0.833119994194113,0.0132795788400982,1,1,0.00320879120879121,0.996827586206897,0.00553574929858502
-"hsa05140_Leishmaniasis",118,0.551042535662218,176,0.923035069440294,198,1e-04,119,0.088961448864269,199,0.112699324157647,264,0.60286601935889,244,1,207,0.76,263,0.497,226,0.81,0.991138106118157,1,0.000123728813559322,0.218291958557702,0.165367852532829,0.666806354745439,1,1,0.551802281368821,0.98013986013986,0.144052904649584
-"hsa05142_Chagas_disease_(American_trypanosomiasis)",214,0.798965623277168,264,0.999740325337419,180,1e-04,263,0.819585250416059,261,0.533239800170729,174,0.0282001090645504,245,1,219,0.79,203,0.073,221,0.8,0.991138106118157,1,0.000123728813559322,0.909957768522773,0.596574795593306,0.0473243209589008,1,1,0.105004926108374,0.98013986013986,0.0717629524008963
-"hsa05143_African_trypanosomiasis",54,0.288085952695721,43,0.109555641637991,51,1e-04,70,0.0144204181208679,56,1.06880223327927e-05,251,0.417061920406653,246,1,35,0.06,220,0.134,1,0.01,0.991138106118157,0.743959240890542,0.000123728813559322,0.05936419134922,5.50452319639971e-05,0.485187572743994,1,0.500571428571429,0.177854545454545,0.898461538461538,0.000196319690911413
-"hsa05144_Malaria",16,0.103824769497892,163,0.890762574188479,122,1e-04,53,0.00539081975709813,24,1.49180521546006e-07,13,1.73714218481456e-06,247,1,134,0.46,63,0.001,143,0.52,0.991138106118157,1,0.000123728813559322,0.028883261905671,1.7683608905544e-06,3.73626243521277e-05,1,1,0.00320879120879121,0.98013986013986,9.89408854096293e-10
-"hsa05145_Toxoplasmosis",99,0.493793288657747,269,0.99992423752168,171,1e-04,80,0.0211426955433771,152,0.00886161477397113,29,1.52237808527707e-05,248,1,239,0.88,47,0.001,259,0.9,0.991138106118157,1,0.000123728813559322,0.0756174009126309,0.0170236283815761,0.000153287724448588,1,1,0.00320879120879121,0.98013986013986,6.1452350759035e-06
-"hsa05146_Amoebiasis",34,0.190343413637703,149,0.836134210714605,123,1e-04,78,0.0197205778200729,29,4.29496872139371e-07,19,4.39023933477154e-06,249,1,165,0.59,65,0.001,207,0.77,0.991138106118157,1,0.000123728813559322,0.0738257528648884,4.32458919533435e-06,6.74710466185942e-05,1,1,0.00320879120879121,0.98013986013986,6.62411726600214e-09
-"hsa05150_Staphylococcus_aureus_infection",17,0.129260391329119,263,0.999676046422623,210,1e-04,16,0.000208798800937524,175,0.035486867891481,180,0.0345459544661559,250,1,209,0.77,141,0.007,241,0.85,0.991138106118157,1,0.000123728813559322,0.00366318992143438,0.0592123738532139,0.0559677030448147,1,1,0.0142937062937063,0.98013986013986,0.000289259403426019
-"hsa05152_Tuberculosis",111,0.539586131704008,95,0.509686047633779,60,1e-04,199,0.352584768729367,66,2.53594466112295e-05,17,2.47782993877214e-06,251,1,45,0.1,81,0.001,163,0.61,0.991138106118157,1,0.000123728813559322,0.517360565170729,0.000112196339552712,4.25603730659685e-05,1,0.595918367346939,0.00320879120879121,0.98013986013986,1.68335640179383e-07
-"hsa05160_Hepatitis_C",203,0.768936317453384,174,0.922209885190409,129,1e-04,108,0.0571702718581624,285,0.924705153108531,91,0.00102431045659573,252,1,183,0.66,165,0.014,121,0.46,0.991138106118157,1,0.000123728813559322,0.154571475764661,0.94741720950067,0.00328679838819729,1,1,0.0240470588235294,0.98013986013986,0.00396796384433576
-"hsa05161_Hepatitis_B",95,0.482985261889992,45,0.115434436063274,93,1e-04,65,0.0112413737750021,156,0.0124589788754453,14,1.79135870181434e-06,253,1,66,0.16,37,0.001,44,0.2,0.991138106118157,0.749041229566133,0.000123728813559322,0.0504997098815481,0.0233206527668592,3.73626243521277e-05,1,0.697313432835821,0.00320879120879121,0.98013986013986,1.29629416338035e-06
-"hsa05162_Measles",184,0.710934898806344,101,0.545969365960731,114,1e-04,178,0.25224858559181,240,0.292404945465196,46,7.05714641953178e-05,254,1,68,0.17,57,0.001,35,0.16,0.991138106118157,1,0.000123728813559322,0.413801050521397,0.355759350315988,0.000447975381413756,1,0.73,0.00320879120879121,0.98013986013986,0.000268060024947455
-"hsa05164_Influenza_A",199,0.750592017880791,254,0.998366210458897,144,1e-04,66,0.0122464350180802,262,0.539095437405513,31,1.94422978231769e-05,255,1,157,0.56,53,0.001,183,0.67,0.991138106118157,1,0.000123728813559322,0.0541811973527186,0.600823922604618,0.000183133902076376,1,1,0.00320879120879121,0.98013986013986,6.63689352051091e-05
-"hsa05166_HTLV-I_infection",190,0.723616390927811,278,0.999993179757075,184,1e-04,207,0.387927053762811,128,0.0022810968943223,158,0.0171245001157774,256,1,271,0.96,200,0.067,219,0.8,0.991138106118157,1,0.000123728813559322,0.547220771491501,0.00520375229017274,0.0316478103405506,1,1,0.09782,0.98013986013986,0.00337736703989281
-"hsa05168_Herpes_simplex_infection",194,0.738177117364243,235,0.993932072051525,146,1e-04,171,0.216692256981528,189,0.0647588199783114,58,0.000174306163839418,257,1,233,0.85,104,0.002,198,0.72,0.991138106118157,1,0.000123728813559322,0.37002420490413,0.100050663670195,0.000877541376570861,1,1,0.00521428571428571,0.98013986013986,0.0002847458055381
-"hsa05169_Epstein-Barr_virus_infection",284,0.976113864992871,286,0.99999989164636,191,1e-04,253,0.786233786719141,159,0.0148133220613514,105,0.0024015476903278,258,1,285,0.99,164,0.013,265,0.93,0.991138106118157,1,0.000123728813559322,0.907431880324068,0.0272043398862555,0.00667858976738779,1,1,0.0231463414634146,0.98013986013986,0.00204101207473706
-"hsa05200_Pathways_in_cancer",242,0.885585373778804,215,0.982452456607504,110,1e-04,150,0.155095798047765,270,0.647884511332886,55,0.000137315175835587,259,1,280,0.98,125,0.005,250,0.88,0.991138106118157,1,0.000123728813559322,0.301656181766587,0.700675101145195,0.000727492507598881,1,1,0.01140625,0.98013986013986,0.00126545117510682
-"hsa05202_Transcriptional_misregulation_in_cancer",223,0.825343514135511,168,0.897139253979394,30,1e-04,227,0.572514782028456,274,0.713736687904381,100,0.00159054801328309,260,1,179,0.64,142,0.007,206,0.76,0.991138106118157,1,0.000123728813559322,0.736450732829555,0.760624499518537,0.00464440019878663,1,1,0.0142937062937063,0.98013986013986,0.00779448214748934
-"hsa05203_Viral_carcinogenesis",285,0.97621133481216,230,0.991852882966141,134,1e-04,242,0.701693958049138,103,0.000518820524617454,137,0.00799268525773711,261,1,281,0.98,117,0.003,281,0.96,0.991138106118157,1,0.000123728813559322,0.846672048555158,0.00147083100182812,0.0170355043449579,1,1,0.00742372881355932,0.98013986013986,0.000271474838347571
-"hsa05204_Chemical_carcinogenesis",233,0.848980904300728,256,0.998920009326364,253,2e-04,280,0.91469681851343,280,0.798882186213533,125,0.00538514114473373,262,1,156,0.56,102,0.002,122,0.46,0.991138106118157,1,0.0002187265917603,0.953898110735434,0.833119994194113,0.012579689714098,1,1,0.00521428571428571,0.98013986013986,0.0129313583313448
-"hsa05205_Proteoglycans_in_cancer",191,0.728764648127622,22,0.0186016543307857,59,1e-04,166,0.19717317049022,265,0.587405164978951,128,0.00585941743899539,263,1,17,0.03,172,0.016,22,0.09,0.991138106118157,0.246894684754065,0.000123728813559322,0.346834733633399,0.647253993108882,0.0133667960327082,1,0.417142857142857,0.0270057803468208,0.98013986013986,0.00326918265536081
-"hsa05206_MicroRNAs_in_cancer",164,0.660387376437571,19,0.0132730712671952,34,1e-04,102,0.0450330251713257,198,0.109555001397896,178,0.0342361946163324,264,1,44,0.1,143,0.007,74,0.3,0.991138106118157,0.203710552615124,0.000123728813559322,0.128918072059089,0.161565961657503,0.0559677030448147,1,0.595918367346939,0.0142937062937063,0.98013986013986,0.00138244720434243
-"hsa05210_Colorectal_cancer",154,0.642687452231369,231,0.991935696758885,176,1e-04,125,0.097946727166037,114,0.00122063618115815,83,0.000832490627259591,265,1,237,0.87,48,0.001,246,0.86,0.991138106118157,1,0.000123728813559322,0.228803554659862,0.00312654179735246,0.00289262206929112,1,1,0.00320879120879121,0.98013986013986,3.21055468290731e-05
-"hsa05211_Renal_cell_carcinoma",66,0.339406566716957,112,0.633871845726195,65,1e-04,63,0.0101125030822054,35,9.39501336409117e-07,48,7.59439018183809e-05,266,1,227,0.82,72,0.001,227,0.81,0.991138106118157,1,0.000123728813559322,0.0468706492064125,7.83812543518464e-06,0.00046199206939515,1,1,0.00320879120879121,0.98013986013986,3.26223821760438e-08
-"hsa05212_Pancreatic_cancer",75,0.377432333790562,164,0.891694051730952,201,1e-04,44,0.00267290080138574,127,0.00222206519485623,37,3.22865711484842e-05,267,1,269,0.95,17,0.001,223,0.8,0.991138106118157,1,0.000123728813559322,0.0177383416819235,0.00510900029053559,0.000251180915266427,1,1,0.00320879120879121,0.98013986013986,1.28721804661898e-06
-"hsa05213_Endometrial_cancer",42,0.229628703164381,103,0.553214220760044,245,2e-04,18,0.000231098634151242,27,2.35606273030884e-07,24,7.58200015176622e-06,268,1,270,0.95,35,0.001,236,0.84,0.991138106118157,1,0.0002187265917603,0.00374893339845347,2.5480382120377e-06,9.22476685131557e-05,1,1,0.00320879120879121,0.98013986013986,8.42635598051198e-10
-"hsa05214_Glioma",114,0.541116154312677,6,0.000364174374362212,18,1e-04,162,0.179628053904335,281,0.827917901898468,253,0.471611249343165,269,1,39,0.07,273,0.678,134,0.5,0.991138106118157,0.0177231528856277,0.000123728813559322,0.323774023086825,0.860327499481682,0.544310216633219,1,0.524102564102564,0.725186813186813,0.98013986013986,0.045187043055628
-"hsa05215_Prostate_cancer",160,0.650820249949726,157,0.861118567156441,241,2e-04,144,0.148469350895665,221,0.206793374975778,82,0.000781915243831339,270,1,132,0.45,147,0.008,184,0.67,0.991138106118157,1,0.0002187265917603,0.299126637379606,0.273229255624105,0.00278438111217989,1,0.995454545454545,0.0157837837837838,0.98013986013986,0.0027688367885455
-"hsa05216_Thyroid_cancer",37,0.202796166963048,109,0.596879507348443,271,3e-04,32,0.000997165737087353,44,2.97255880837487e-06,33,2.44062051732689e-05,271,1,263,0.94,68,0.001,264,0.91,0.991138106118157,1,0.000311743772241993,0.0090991373509221,1.970575197946e-05,0.000215957936684682,1,1,0.00320879120879121,0.98013986013986,2.13228747899211e-08
-"hsa05217_Basal_cell_carcinoma",264,0.932599171189533,249,0.997832450291349,259,2e-04,223,0.503412784378901,157,0.0135072721262918,162,0.0190158172753064,272,1,212,0.78,133,0.006,191,0.68,0.991138106118157,1,0.0002187265917603,0.659177278200176,0.0251218054832943,0.0342754237307991,1,1,0.0127883211678832,0.98013986013986,0.00421615009122966
-"hsa05218_Melanoma",46,0.239956216389924,30,0.0363019115342663,37,1e-04,20,0.000348967971179786,267,0.606659499411863,243,0.334158721995258,273,1,58,0.13,205,0.078,102,0.41,0.991138106118157,0.353338605600192,0.000123728813559322,0.00506524428314104,0.663462823326831,0.401453554471848,1,0.65448275862069,0.11110243902439,0.98013986013986,0.00748951519860477
-"hsa05219_Bladder_cancer",280,0.969182997095279,29,0.0355736508025539,56,1e-04,278,0.896819787011905,144,0.00560274255614588,207,0.100449004327717,274,1,148,0.52,196,0.058,187,0.67,0.991138106118157,0.353338605600192,0.000123728813559322,0.941983373408187,0.0113611168499625,0.141696180017842,1,1,0.0864081632653061,0.98013986013986,0.00882187613158723
-"hsa05220_Chronic_myeloid_leukemia",178,0.689697581897028,97,0.518400485180353,67,1e-04,138,0.133425298643713,99,0.000439086926388697,101,0.00174512428172069,275,1,224,0.81,131,0.006,245,0.86,0.991138106118157,1,0.000123728813559322,0.278483252282811,0.00129508467177272,0.00504530980457862,1,1,0.0127883211678832,0.98013986013986,7.58193822172114e-05
-"hsa05221_Acute_myeloid_leukemia",271,0.957764538532631,125,0.724494328391819,242,2e-04,214,0.447379054389352,226,0.225203228850576,165,0.0233438991129678,276,1,258,0.91,194,0.047,272,0.94,0.991138106118157,1,0.0002187265917603,0.610442448045284,0.290970543470656,0.0413116275211309,1,1,0.0707422680412371,0.98013986013986,0.0428723228360541
-"hsa05222_Small_cell_lung_cancer",28,0.16774583866613,154,0.859279099917801,117,1e-04,47,0.00318985806142011,18,2.93640434801253e-08,7,3.79067715219468e-07,277,1,129,0.44,23,0.001,173,0.63,0.991138106118157,1,0.000123728813559322,0.0198178415730782,4.76350038677589e-07,1.43309423848649e-05,1,0.988307692307692,0.00320879120879121,0.98013986013986,1.18990204611522e-10
-"hsa05223_Non-small_cell_lung_cancer",104,0.509214858200525,20,0.0139527775763784,239,2e-04,111,0.0672861110730543,62,2.26046830868291e-05,62,0.000261644854531572,278,1,172,0.62,51,0.001,169,0.62,0.991138106118157,0.203710552615124,0.0002187265917603,0.177004904804791,0.000106460765505711,0.00123226286327773,1,1,0.00320879120879121,0.98013986013986,6.15648707883382e-07
-"hsa05230_Central_carbon_metabolism_in_cancer",132,0.592381798579404,44,0.113217009115571,23,1e-04,224,0.544998983271611,74,5.49101892487875e-05,96,0.00139203663861001,279,1,55,0.12,103,0.002,145,0.53,0.991138106118157,0.749041229566133,0.000123728813559322,0.71044510319335,0.000216672638657378,0.00423411144243877,1,0.637090909090909,0.00521428571428571,0.98013986013986,1.19858334595245e-05
-"hsa05231_Choline_metabolism_in_cancer",7,0.0609892950602164,8,0.000582151773188123,26,1e-04,21,0.000364281266938226,7,3.90948784855356e-10,211,0.117988959102078,280,1,19,0.03,112,0.002,164,0.61,0.991138106118157,0.0212485397213665,0.000123728813559322,0.00506524428314104,1.6009216611694e-08,0.163283298852165,1,0.417142857142857,0.00521428571428571,0.98013986013986,1.58195658101105e-10
-"hsa05310_Asthma",149,0.61825511494002,226,0.990584700766547,205,1e-04,154,0.163196026370337,283,0.890473792170606,283,0.834787385456847,281,1,178,0.63,287,0.828,263,0.91,0.991138106118157,1,0.000123728813559322,0.309070002891342,0.918792746691933,0.861335394181623,1,1,0.842425087108014,0.98013986013986,0.384749765627189
-"hsa05320_Autoimmune_thyroid_disease",228,0.840320405151437,271,0.999960251152392,197,1e-04,285,0.952152232522381,218,0.195657698967042,208,0.108816131101627,282,1,266,0.95,212,0.097,257,0.89,0.991138106118157,1,0.000123728813559322,0.975538427707141,0.262073615130166,0.152761107123438,1,1,0.133603773584906,0.98013986013986,0.0967047062689421
-"hsa05321_Inflammatory_bowel_disease_(IBD)",70,0.353326129757831,89,0.478076573963524,250,2e-04,107,0.0557704381346451,50,8.31263689447122e-06,34,2.52038370956704e-05,283,1,223,0.81,75,0.001,199,0.73,0.991138106118157,1,0.0002187265917603,0.152195962012302,4.85457994637119e-05,0.000216456483292228,1,1,0.00320879120879121,0.98013986013986,2.74676028372878e-07
-"hsa05322_Systemic_lupus_erythematosus",256,0.922660675070535,285,0.999999856295037,211,1e-04,229,0.580141340150036,85,0.000125899592503151,172,0.0278274200537836,284,1,290,1,148,0.008,288,0.99,0.991138106118157,1,0.000123728813559322,0.739743542898736,0.000432502129540238,0.0471394173242833,1,1,0.0157837837837838,0.996827586206897,0.000359386997255944
-"hsa05323_Rheumatoid_arthritis",217,0.805293442043199,288,0.999999961649872,279,3e-04,231,0.592695441534475,216,0.188630772481855,186,0.0427097296507524,285,1,292,1,199,0.066,289,0.99,0.991138106118157,1,0.000311743772241993,0.749208090597691,0.255000859095841,0.0670496831076328,1,1,0.0968442211055276,0.996827586206897,0.0773884901270607
-"hsa05330_Allograft_rejection",91,0.47635242096956,281,0.999998222705016,267,2e-04,143,0.147455909761181,183,0.0571519830209063,282,0.764739425586596,286,1,283,0.98,282,0.778,270,0.93,0.991138106118157,1,0.0002187265917603,0.299126637379606,0.0911933280989325,0.791857844933639,1,1,0.803773851590106,0.98013986013986,0.200657720918811
-"hsa05332_Graft-versus-host_disease",287,0.978951808133569,290,0.99999999868152,234,1e-04,279,0.910839943106154,142,0.00513467086078412,212,0.119845630828947,287,1,268,0.95,190,0.036,269,0.93,0.991138106118157,1,0.000123728813559322,0.953280513931889,0.0105586189531617,0.165070397179493,1,1,0.0553263157894737,0.98013986013986,0.0129137996694157
-"hsa05340_Primary_immunodeficiency",105,0.510043996975752,224,0.987410859685872,283,4e-04,104,0.050539409444741,286,0.934917852335751,95,0.00125787490238256,288,1,257,0.91,69,0.001,232,0.82,0.991138106118157,1,0.000412720848056537,0.141899111133311,0.953931399469768,0.0038663102262706,1,1,0.00320879120879121,0.98013986013986,0.00257493385067707
-"hsa05410_Hypertrophic_cardiomyopathy_(HCM)",65,0.337584031843596,227,0.990642648772227,255,2e-04,36,0.00152519161116967,63,2.31751277649662e-05,28,1.47858354017335e-05,289,1,234,0.85,34,0.001,252,0.88,0.991138106118157,1,0.0002187265917603,0.0123709986239318,0.000107414877894764,0.000153287724448588,1,1,0.00320879120879121,0.98013986013986,5.79561098194459e-08
-"hsa05412_Arrhythmogenic_right_ventricular_cardiomyopathy_(ARVC)",45,0.234460345753113,140,0.80110033717417,247,2e-04,48,0.00404875074162454,67,2.61157907533275e-05,18,3.48461830094163e-06,290,1,109,0.36,13,0.001,118,0.45,0.991138106118157,1,0.0002187265917603,0.0246299003448826,0.000113818073133905,5.65282524374975e-05,1,0.947027027027027,0.00320879120879121,0.98013986013986,4.59104346812544e-08
-"hsa05414_Dilated_cardiomyopathy",147,0.61664262269852,171,0.901976108544491,74,1e-04,86,0.0237460481176595,242,0.326113036761132,67,0.000310741352027377,291,1,175,0.63,59,0.001,222,0.8,0.991138106118157,1,0.000123728813559322,0.0806261168646113,0.393491763364672,0.00135427574316409,1,1,0.00320879120879121,0.98013986013986,0.000248777595705183
-"hsa05416_Viral_myocarditis",247,0.897924055666812,283,0.999999375534653,228,1e-04,232,0.596735506715695,179,0.0482969187432612,151,0.0143709050292026,292,1,274,0.96,127,0.005,256,0.89,0.991138106118157,1,0.000123728813559322,0.751063655004237,0.078786035044873,0.0277900944935573,1,1,0.01140625,0.98013986013986,0.0052627046880098