Skip to content

Commit

Permalink
cluster vs acsf comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-codex committed Feb 25, 2025
1 parent 51df704 commit d98b5de
Show file tree
Hide file tree
Showing 5 changed files with 3,724 additions and 1,686 deletions.
40 changes: 30 additions & 10 deletions notebooks_acsf/SH_FN_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"c:\\Users\\Nishant Joshi\\anaconda3\\envs\\brian2\\Lib\\site-packages\\pandas\\core\\arrays\\masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
" from pandas.core import (\n"
]
}
],
"source": [
"import pandas as pd \n",
"import matplotlib.pyplot as plt \n",
Expand Down Expand Up @@ -160,14 +169,14 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"FN_combined = pd.read_pickle('D:/Data For Publication/combined_FN_acsf.pkl')\n",
"FN_combined = FN_combined[~FN_combined.exp_name.isin(prob_exps)]\n",
"SH_combined = pd.read_pickle('D:/Data For Publication/combined_CC_acsf.pkl')\n",
"SH_combined = SH_combined[~SH_combined.exp_name.isin(prob_exps)]"
"FN_combined = pd.read_pickle('D:/Data For Publication/paper1/combined_FN_acsf.pkl')\n",
"# FN_combined = FN_combined[~FN_combined.exp_name.isin(prob_exps)]\n",
"SH_combined = pd.read_pickle('D:/Data For Publication/paper1/combined_CC_acsf.pkl')\n",
"# SH_combined = SH_combined[~SH_combined.exp_name.isin(prob_exps)]"
]
},
{
Expand All @@ -178,7 +187,18 @@
{
"data": {
"text/plain": [
"186"
"0 170615_NC_19\n",
"1 170616_NC_20\n",
"2 170620_NC_22\n",
"3 170626_NC_29\n",
"4 170627_NC_30\n",
" ... \n",
"185 xuan_9519_E3\n",
"186 xuan_9919_E1\n",
"187 xuan_9919_E2\n",
"188 xuan_9919_E3\n",
"189 xuan_9919_E4\n",
"Name: exp_name, Length: 190, dtype: object"
]
},
"execution_count": 8,
Expand All @@ -187,7 +207,7 @@
}
],
"source": [
"len(FN_combined)"
"FN_combined.exp_name"
]
},
{
Expand Down Expand Up @@ -4443,7 +4463,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": "brian2",
"language": "python",
"name": "python3"
},
Expand All @@ -4457,7 +4477,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
3,237 changes: 3,237 additions & 0 deletions notebooks_drug/Clustering differences.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit d98b5de

Please sign in to comment.