Skip to content

Commit

Permalink
did not run this
Browse files Browse the repository at this point in the history
  • Loading branch information
olive004 committed Feb 8, 2025
1 parent c3942f6 commit 563ec50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion notebooks/09_mutation_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,17 @@
"source": [
"# og_dir = '../data/generate_seqs_flexible/2023_04_17_205800/'\n",
"og_dir = '../data/ensemble_mutation_effect_analysis/2023_07_15_192831/generate_species_templates'\n",
"# og_dir = '../data/ensemble_mutation_effect_analysis/2024_11_27_145142/generate_species_templates'\n",
"\n",
"fn_og = os.path.join(og_dir, 'circuit_stats.csv')\n",
"# mut_dir = '../data/ensemble_mutation_effect_analysis/2023_05_16_174613/mutation_effect_on_interactions_signal'\n",
"mut_dir = '../data/ensemble_mutation_effect_analysis/2023_07_17_105328/mutation_effect_on_interactions_signal'\n",
"# mut_dir = '../data/ensemble_mutation_effect_analysis/2024_11_27_145142/mutation_effect_on_interactions_signal'\n",
"# fn_mut = '../data/ensemble_mutation_effect_analysis/2023_05_16_174613/summarise_simulation/tabulated_mutation_info.csv'\n",
"fn_mut = '../data/ensemble_mutation_effect_analysis/2023_07_17_105328/summarise_simulation/tabulated_mutation_info.csv'\n",
"# fn_mut = '../data/ensemble_mutation_effect_analysis/2024_11_27_145142/summarise_simulation/tabulated_mutation_info.csv'\n",
"fn_random_start = '../data/ensemble_mutation_effect_analysis/2023_06_05_164913/summarise_simulation/tabulated_mutation_info.csv'\n",
"# fn_random_start = '../data/ensemble_mutation_effect_analysis/2024_11_21_160955/summarise_simulation/tabulated_mutation_info.csv'\n",
"\n",
"data = pd.read_csv(fn_mut)\n",
"data_rnd = pd.read_csv(fn_random_start)"
Expand Down Expand Up @@ -1549,7 +1553,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "env_circuits",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit 563ec50

Please sign in to comment.