Skip to content

Commit fb625b2

Browse files
committed
figures
1 parent 8e29ae2 commit fb625b2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

notebooks/Figures.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6609,7 +6609,7 @@
66096609
},
66106610
{
66116611
"cell_type": "code",
6612-
"execution_count": 29,
6612+
"execution_count": 44,
66136613
"id": "a9d74c78",
66146614
"metadata": {},
66156615
"outputs": [
@@ -6704,7 +6704,7 @@
67046704
"7 Nucleic Acids Research Encouraged Mandatory"
67056705
]
67066706
},
6707-
"execution_count": 29,
6707+
"execution_count": 44,
67086708
"metadata": {},
67096709
"output_type": "execute_result"
67106710
}
@@ -6716,7 +6716,7 @@
67166716
},
67176717
{
67186718
"cell_type": "code",
6719-
"execution_count": 30,
6719+
"execution_count": 45,
67206720
"id": "e161f6b9",
67216721
"metadata": {},
67226722
"outputs": [],
@@ -6753,7 +6753,7 @@
67536753
},
67546754
{
67556755
"cell_type": "code",
6756-
"execution_count": 31,
6756+
"execution_count": 46,
67576757
"id": "efc9c664",
67586758
"metadata": {},
67596759
"outputs": [
@@ -6825,7 +6825,7 @@
68256825
"3 yes Mandatory 163 35.98"
68266826
]
68276827
},
6828-
"execution_count": 31,
6828+
"execution_count": 46,
68296829
"metadata": {},
68306830
"output_type": "execute_result"
68316831
}
@@ -6841,7 +6841,7 @@
68416841
},
68426842
{
68436843
"cell_type": "code",
6844-
"execution_count": 32,
6844+
"execution_count": 47,
68456845
"id": "d197a848",
68466846
"metadata": {},
68476847
"outputs": [
@@ -6897,7 +6897,7 @@
68976897
"Mandatory 163 119"
68986898
]
68996899
},
6900-
"execution_count": 32,
6900+
"execution_count": 47,
69016901
"metadata": {},
69026902
"output_type": "execute_result"
69036903
}
@@ -6911,7 +6911,7 @@
69116911
},
69126912
{
69136913
"cell_type": "code",
6914-
"execution_count": 33,
6914+
"execution_count": 48,
69156915
"id": "84d648d3",
69166916
"metadata": {},
69176917
"outputs": [
@@ -6944,7 +6944,7 @@
69446944
},
69456945
{
69466946
"cell_type": "code",
6947-
"execution_count": 34,
6947+
"execution_count": 49,
69486948
"id": "7ed28903",
69496949
"metadata": {},
69506950
"outputs": [
@@ -6973,21 +6973,21 @@
69736973
},
69746974
{
69756975
"cell_type": "code",
6976-
"execution_count": 35,
6976+
"execution_count": 50,
69776977
"id": "0f0a1cba",
69786978
"metadata": {},
69796979
"outputs": [
69806980
{
69816981
"name": "stdout",
69826982
"output_type": "stream",
69836983
"text": [
6984-
"0.42669200298951576 1.8770835865385955e-05\n"
6984+
"2.3436108316859654 1.8770835865385955e-05\n"
69856985
]
69866986
}
69876987
],
69886988
"source": [
69896989
"#stat=odds_ratio([[63,108],[163,119]])\n",
6990-
"stat=odds_ratio([df_temp_pivot.values[0],df_temp_pivot.values[1]])\n",
6990+
"stat=odds_ratio([df_temp_pivot.values[1],df_temp_pivot.values[0]])\n",
69916991
"res = fisher_exact(df_temp_pivot.values, alternative='two-sided')\n",
69926992
"print(stat.statistic,res.pvalue)"
69936993
]

0 commit comments

Comments
 (0)