yinuozhang commited on
Commit
c5d7b26
·
1 Parent(s): 00cf09f

add readme

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -10,5 +10,23 @@ pinned: false
10
  license: cc-by-nc-nd-4.0
11
  short_description: peptide converter
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: cc-by-nc-nd-4.0
11
  short_description: peptide converter
12
  ---
13
+ # Peptide Sequence Analyzer
14
+
15
+ This app analyzes peptide sequences from SMILES notation, identifying:
16
+ - Amino acid sequence
17
+ - Cyclic/linear structure
18
+ - Modifications (N-methylation, O-linkages)
19
+
20
+ ## Usage
21
+ 1. Enter a SMILES string directly in the text box, or
22
+ 2. Upload a text file containing multiple SMILES (one per line)
23
+
24
+ The app will return:
25
+ - The parsed peptide sequence
26
+ - Whether the peptide is cyclic
27
+ - Any modifications present
28
+
29
+ ## Examples
30
+ Try the provided example SMILES strings to see how the analyzer works.
31
 
32
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference