Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2676033
test command
Jun 16, 2025
9ea8050
30mer basic data anaylse
Jun 16, 2025
d4c6f69
all pLDDT statistics for epitopes and non-epitopes as well as pae values
Jun 17, 2025
d6d9a31
Merge branch 'main' into spencer-changes
ljwoods2 Jun 18, 2025
d2936e9
The ROC graphs and code
Jun 18, 2025
2c7506a
Merge branch 'main' into spencer-changes
Jun 19, 2025
a401670
New Data Graphs
Jun 19, 2025
c7d9b8c
check the mdanalysis code to make sure it is right
Jun 19, 2025
74d993c
The focal protein statistical data and graphs
Jun 24, 2025
44926a3
Atomic weight data and cleanup
Jun 25, 2025
06b8f86
Shows the AUC scores for each focal protein based on the mean, max, a…
Jun 25, 2025
946e6a5
RSA script
Jun 25, 2025
e3dafdf
Merge branch 'main' into spencer-changes
ljwoods2 Jun 25, 2025
163fa39
first stab at RSA calc NF script
ljwoods2 Jun 25, 2025
87b250a
add mdakit_sasa as dep
ljwoods2 Jun 25, 2025
00bddba
add shebang
ljwoods2 Jun 25, 2025
a3e2697
RSA values and Bepi graphs
Jun 27, 2025
1c3fb5b
gitignore
Jun 27, 2025
b6a33af
Merge branch 'main' into spencer-changes
Jun 27, 2025
b0c60ab
Merge branch 'main' into spencer-changes
Jun 27, 2025
aa31cb1
data on new HV1 set and IN1 set
Jun 27, 2025
89220f7
convert paths to relative
ljwoods2 Jun 30, 2025
2252786
convert in_data to py markdown
ljwoods2 Jun 30, 2025
8f5225d
updated hv_class and in_class notebook
Jul 1, 2025
a056699
resolving merge conflicts
Jul 1, 2025
517bfd9
sh commit
Jul 1, 2025
f8e3730
merge
Jul 1, 2025
6a1d105
structure results
Jul 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ poetry.lock

# notebooks
**/*.ipynb

#parquet
data/hv/peptide/staged/01_hv.features.parquet
# env yaml
envs/env.yaml
# scratch
tmp
3 changes: 3 additions & 0 deletions envs/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dependencies:

# fasta parsing
- biopython
# scikit-learn
- scikit-learn

# for pulling large datasets
- dvc
Expand All @@ -30,3 +32,4 @@ dependencies:
# swap me for git URL
- -e /tgen_labs/altin/alphafold3/runs/linear_peptide
- git+https://github.com/ljwoods2/mdaf3.git@main
- git+https://github.com/pegerto/mdakit_sasa@main
Loading