Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ur-whitelab/pu-peptides
Positive unlabeled screening with peptides
https://github.com/ur-whitelab/pu-peptides
Last synced: about 1 month ago
JSON representation
Positive unlabeled screening with peptides
- Host: GitHub
- URL: https://github.com/ur-whitelab/pu-peptides
- Owner: ur-whitelab
- License: mit
- Created: 2022-05-09T19:18:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T03:02:45.000Z (8 months ago)
- Last Synced: 2024-04-25T04:23:01.535Z (8 months ago)
- Language: Jupyter Notebook
- Size: 4.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Peptide Properties with Positive Examples Only
https://github.com/ur-whitelab/pu-peptides/assets/51170839/ff24ecfd-7782-4f95-b964-4be2aa09c16e
Deep learning can create accurate predictive models by exploiting existing large-scale experimental data, and guide the design of molecules. However, a major barrier is the requirement of both positive and negative examples in the classical supervised learning frameworks. Notably, most peptide databases come with missing information and low number of observations on negative examples, as such sequences are hard to obtain using high-throughput screening methods. To address this challenge, we solely exploit the limited known positive examples in a semi-supervised setting, and discover peptide sequences that are likely to map to certain antimicrobial properties via positive-unlabeled learning (PU). In particular, we use the two learning strategies of adapting base classifier and reliable negative identification to build deep learning models for inferring solubility, hemolysis, binding against SHP-2, and non-fouling activity of peptides, given their sequence. We evaluate the predictive performance of our PU learning method and show that by only using the positive data, it can achieve competitive performance when compared with the classical positive-negative (PN) classification approach, where there is access to both positive and negative examples.
![toc](https://github.com/ur-whitelab/pu-peptides/assets/51170839/ed5308a5-614f-42a8-a3bf-2a903506d4a9)
## Citation
See [paper](https://pubs.rsc.org/en/content/articlelanding/2024/dd/d3dd00218g) and the citation:
```bibtex
@article{ansari2024learning,
title={Learning peptide properties with positive examples only},
author={Ansari, Mehrad and White, Andrew D},
journal={Digital Discovery},
year={2024},
publisher={Royal Society of Chemistry}
}
```