Skip to content

Commit

Permalink
comparable plots in plots_adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus.Bauer committed Mar 15, 2018
1 parent 5b011f8 commit 98279f3
Show file tree
Hide file tree
Showing 106 changed files with 5,565 additions and 3,826 deletions.
5,013 changes: 2,996 additions & 2,017 deletions .ipynb_checkpoints/analysis_notebook-checkpoint.ipynb

Large diffs are not rendered by default.

Binary file added O13.csvanalysis_20180315__22_17_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added O3.csvanalysis_20180315__22_27_25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added O4.csvanalysis_20180315__22_24_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added O7.csvanalysis_20180315__22_20_34.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added O7.csvanalysis_20180315__22_23_29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import rpy2\n",
"import rpy2.robjects.packages as rpackages\n",
"import pandas as pd\n",
"import numpy as np\n",
"from datetime import datetime\n",
"import matplotlib.pyplot as plt\n",
"import networkx as nx\n",
"%load_ext rpy2.ipython"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"fn_list = [\"./igo2004.csv\",\"./igoSet1995.csv\",\"./igoSet2000.csv\",\"./igoSet2005.csv\",\"./O13\",\"./O7\",\"./O4\",\"./O3\",\"./O2\"]"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"ename": "IndentationError",
"evalue": "unexpected indent (<ipython-input-7-b9bfb4f2c5b6>, line 5)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-7-b9bfb4f2c5b6>\"\u001b[0;36m, line \u001b[0;32m5\u001b[0m\n\u001b[0;31m df <- read.table(fn,sep=\",\")\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mIndentationError\u001b[0m\u001b[0;31m:\u001b[0m unexpected indent\n"
]
}
],
"source": [
"for fn in fn_list:\n",
" print fn\n",
" %Rpush fn\n",
" %%R\n",
" df <- read.table(fn,sep=\",\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"plots_adjusted"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
4,235 changes: 2,426 additions & 1,809 deletions analysis_notebook.ipynb

Large diffs are not rendered by default.

Binary file added igo2004.csvanalysis_20180315__22_14_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igo2004.csvanalysis_20180315__22_29_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igo2004.csvanalysis_20180315__22_29_35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_15_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_30_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_30_58.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_31_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_31_27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_32_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_32_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_32_49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_32_59.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_33_22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet1995.csvanalysis_20180315__22_33_31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet2000.csvanalysis_20180315__22_15_33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added igoSet2005.csvanalysis_20180315__22_16_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions plots_adjusted/O13.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
29,19,24,20,12,12,23,16
19,22,18,16,9,8,15,15
24,18,33,27,20,17,25,15
20,16,27,30,20,17,25,13
12,9,20,20,21,13,17,8
12,8,17,17,13,18,15,6
23,15,25,25,17,15,29,12
16,15,15,13,8,6,12,20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions plots_adjusted/igoSet1995.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
22,13,20,14,10,15,18,12
13,15,11,9,5,8,11,11
20,11,24,17,12,17,21,10
14,9,17,21,13,15,16,8
10,5,12,13,14,11,11,5
15,8,17,15,11,19,17,7
18,11,21,16,11,17,23,9
12,11,10,8,5,7,9,15
8 changes: 8 additions & 0 deletions plots_adjusted/igoSet2000.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
28,17,22,18,10,11,17,16
17,20,16,13,7,6,10,15
22,16,30,23,17,16,21,14
18,13,23,29,18,16,18,14
10,7,17,18,18,11,12,8
11,6,16,16,11,18,14,5
17,10,21,18,12,14,24,9
16,15,14,14,8,5,9,21
8 changes: 8 additions & 0 deletions plots_adjusted/igoSet2005.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
26,16,23,19,11,11,19,13
16,20,16,15,7,6,12,14
23,16,32,26,19,16,23,14
19,15,26,30,19,16,23,13
11,7,19,19,20,12,15,7
11,6,16,16,12,18,14,5
19,12,23,23,15,14,26,9
13,14,14,13,7,5,9,18

0 comments on commit 98279f3

Please sign in to comment.