Spaces:
Running
Running
title: SMILES2PEPTIDE | |
emoji: π | |
colorFrom: yellow | |
colorTo: indigo | |
sdk: gradio | |
sdk_version: 5.5.0 | |
app_file: app.py | |
pinned: false | |
license: cc-by-nc-nd-4.0 | |
short_description: peptide converter | |
# Peptide Sequence Analyzer | |
This app analyzes peptide sequences from SMILES notation, identifying: | |
- Amino acid sequence | |
- Cyclic/linear structure | |
- Modifications (N-methylation, O-linkages) | |
## Usage | |
1. Enter a SMILES string directly in the text box, or | |
2. Upload a text file containing multiple SMILES (one per line) | |
The app will return: | |
- The parsed peptide sequence | |
- Whether the peptide is cyclic | |
- Visualize the peptide | |
## Examples | |
Try the provided example SMILES strings to see how the analyzer works. | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |