Skip to content

Commit

Permalink
finalization v0.3
Browse files Browse the repository at this point in the history
added .ipynb for sequence encoding and model testing
  • Loading branch information
niklases committed Jun 26, 2023
1 parent 9a59b81 commit 5cc18cc
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Preprint available at bioRxiv: https://doi.org/10.1101/2022.06.07.495081.
<a name="pypef"></a>
# PyPEF: Pythonic Protein Engineering Framework
[![PyPI version](https://img.shields.io/pypi/v/PyPEF?color=blue)](https://pypi.org/project/pypef/)
[![Python version](https://img.shields.io/pypi/pyversions/PyPEF)](https://pypi.org/project/pypef/)
[![Python version](https://img.shields.io/pypi/pyversions/PyPEF)](https://www.python.org/downloads/)

a framework written in Python 3 for performing sequence-based machine learning-assisted protein engineering to predict a protein's fitness from its sequence using different forms of sequence encoding:
- One-hot encoding
Expand Down
574 changes: 574 additions & 0 deletions workflow/api_encoding_train_test.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workflow/run_cli_tests_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $env:PYTHONPATH="C:\path\to\pypef-main"
function pypef { python C:\path\to\pypef-main\pypef\main.py @args } #
##########################################################################################################################
### else just use pip-installed pypef version (uncomment): #
#function pypef { pypef @args } #
#pypef = pypef #
##########################################################################################################################
$threads = 16 #
##########################################################################################################################
Expand Down

0 comments on commit 5cc18cc

Please sign in to comment.