Skip to content

Commit bf5eaa0

Browse files
committed
BBBC022 SF4 data and code cleaning
1 parent ce6a220 commit bf5eaa0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bbbc022/Chemical-and-phenotypic-spaces.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"import matplotlib.pyplot as plt\n",
1111
"import pandas as pd\n",
1212
"import seaborn as sb\n",
13-
"import umap\n",
14-
"from sklearn.decomposition import PCA"
13+
"import umap"
1514
]
1615
},
1716
{
@@ -20,11 +19,8 @@
2019
"metadata": {},
2120
"outputs": [],
2221
"source": [
23-
"aux = pd.read_csv('data/well_level_aux_combined.csv.gz')\n",
2422
"main = pd.read_csv('data/treatment_level_aux_combined.csv.gz')\n",
25-
"\n",
26-
"columns = [str(i) for i in range(672)]\n",
27-
"well_data = aux[columns].to_numpy()"
23+
"columns = [str(i) for i in range(672)]"
2824
]
2925
},
3026
{
-42.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)