Skip to content

Commit

Permalink
Merge pull request #4 from matsengrp/update_notebooks
Browse files Browse the repository at this point in the history
updated notebooks, results, requirements, and gitignore
  • Loading branch information
jgallowa07 authored Mar 13, 2024
2 parents 66b9833 + 425701c commit f3137d7
Show file tree
Hide file tree
Showing 67 changed files with 13,591 additions and 76,537 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

convergence_testing_2024-03-13/
results/spike_analysis/*.png
results/spike_analysis/7t*.csv
results/spike_analysis/*pdb*
**/Attic
**/.ipynb_checkpoints
**/hssp-3.1.5
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ To run the notebook:
```
git clone https://github.com/matsengrp/SARS-CoV-2_spike_multidms.git
```
2. (recommended) create a new environment
```
mamba create --name multidms-spike python=3.11
mamba activate multidms-spike
```
2. install the requirements
```
pip install -r analysis_requirements.txt
Expand All @@ -24,6 +29,6 @@ jupyter notebook
```

## Key files
1. [results/mutations_df.csv](results/mutations_df.csv) contains the respective parameters and phenotype effects for all mutations analyzed in this study.
2. [results/training_functional_scores.csv](results/training_functional_scores.csv) contains the curated model training set of barcoded variants and their respective functional scores, for each of the two replicate.
1. [results/spike_analysis/mutations_df.csv](results/spike_analysis/mutations_df.csv) contains the respective parameters and phenotype effects for all mutations analyzed in this study.
2. [results/spike_analysis/training_functional_scores.csv](results/spike_analysis/training_functional_scores.csv) contains the curated model training set of barcoded variants and their respective functional scores, for each of the two replicate.

2 changes: 1 addition & 1 deletion analysis_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
multidms==0.2.0
multidms==0.4.0
biopython
notebook
ipywidgets
Expand Down
Binary file not shown.
Binary file not shown.
35 changes: 0 additions & 35 deletions results/manuscript_figures/interactive_chart_w_beta.html

This file was deleted.

35 changes: 0 additions & 35 deletions results/manuscript_figures/interactive_chart_wo_beta.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed results/manuscript_figures/shift_corr_Delta_BA2.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed results/manuscript_figures/sum_shift_by_site.pdf
Binary file not shown.
Binary file removed results/manuscript_figures/sum_shift_by_site.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
6,927 changes: 0 additions & 6,927 deletions results/model-ch-sig-I-act/mut_df.csv

This file was deleted.

1,236 changes: 0 additions & 1,236 deletions results/model-ch-sig-I-act/shifts_by_site.csv

This file was deleted.

Binary file removed results/multidms02/convergence_all_lasso_lines.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed results/multidms02/shift_by_site_heatmap_zoom.pdf
Binary file not shown.
Binary file removed results/multidms02/shift_corr_Delta_BA2.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
5,935 changes: 0 additions & 5,935 deletions results/mutations_df.csv

This file was deleted.

Binary file not shown.
Binary file not shown.
41 changes: 41 additions & 0 deletions results/spike_analysis/interactive_shift_chart.html

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added results/spike_analysis/shift_corr_Delta_BA2.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
1,045 changes: 0 additions & 1,045 deletions results/spike_structure_analysis/nbr_score_df.csv

This file was deleted.

27,388 changes: 0 additions & 27,388 deletions results/spike_structure_analysis/pdb7tl9.ent

This file was deleted.

27,388 changes: 0 additions & 27,388 deletions results/spike_structure_analysis/pdb7tl9.pdb

This file was deleted.

1,131 changes: 1,131 additions & 0 deletions simulation_manuscript_figures.ipynb

Large diffs are not rendered by default.

5,872 changes: 5,872 additions & 0 deletions simulation_validation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit f3137d7

Please sign in to comment.