Spaces:
Running
Running
File size: 810 Bytes
00cf09f c5d7b26 b871fd6 c5d7b26 00cf09f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
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
|