PepLink Gradio Space
Peptide → SMILES is not the hard part anymore. PepLink goes further, it supports:
- non-canonical amino acids
- terminal modifications
- diverse cyclic peptide structures
- reverse-parses cyclic peptide SMILES back into amino acid sequences
Built for real peptide workflows, not just toy examples.
- Start with the default
AA Seq -> SMILESexample, which includes both oneunusual_amino_acidand oneintrachain_bond. - Use
Xorxplaceholders in the sequence wherever a non-canonical residue appears, and make sure the positions matchunusual_amino_acids. - Use the
Noncanonical Registrytab to add custom residue mappings for your own session. These mappings are stored in session-levelaa_overrides, so different users do not affect each other. - Use
SMILES/SELFIES -> AA Seqfor reverse parsing of supported molecules, orDBAASP Recordif you already have a DBAASP-style JSON payload.
Refer to the PepLink README for more detailed usage instructions.