AroMIP predicts whether aromatic-centered motifs in intrinsically disordered proteins (IDPs) insert into the acyl-chain region of lipid membranes — directly in your browser, no installation required.
Intrinsically disordered proteins (IDPs) frequently interact with cellular membranes through short hydrophobic motifs centered on aromatic residues (Phe, Trp, Tyr). These membrane-inserting motifs play key roles in signaling, aggregation, and pathological processes. AroMIP provides a fast, interpretable score for each such motif in any query sequence.
The tool scans the input sequence and extracts every 9-residue window whose center residue (position 5) is an aromatic amino acid — F, W, or Y.
Each flanking residue (positions 1–4 and 6–9) contributes a multiplicative factor derived from training on intrinsically disordered regions of the human proteome. The raw insertion propensity Q is the product of all eight flanking factors for the central aromatic type:
where
Q is converted to a membrane-insertion propensity score P ∈ [0, 1) via a generalized sigmoid:
| Score P | Prediction |
|---|---|
| > 0.5 | Inserter |
| ≤ 0.5 | Non-inserter |
- Open the live demo.
- Paste or type your protein sequence (single-letter amino acid codes) into the text box.
- Click Predict! — results appear instantly in a table below.
- Use Input Example to try the demo sequence
RRNKFGINRTTGNWRGMLQRDLYSGLN.
Each row in the results table shows:
| Column | Description |
|---|---|
| Motif | 9-residue fragment centered on the aromatic residue |
| Membrane-insertion propensity (P) | Score from 0 to 1 |
| Prediction | Inserter or Non-inserter |
Input sequence:
RRNKFGINRTTGNWRGMLQRDLYSGLN
Expected output includes motifs centered on F, W, and Y, each scored and classified. The model correctly captures the hydrophobic context favoring membrane insertion.
The model parameters were trained separately for F, W, and Y as the central aromatic residue. Residues with strong positive weights (> 1) in the flanking positions — such as Ile, Leu, Val, Met, and other aromatics — generally promote membrane insertion, while charged and polar residues (Asp, Glu, Asn, Gln) suppress it.
The model parameters and datasets used to build AroMIP are available in the codes/ folder:
codes/5letter/— training convergence study on a fully enumerated synthetic dataset (5-letter reduced alphabet, ~390 k sequences per aromatic)codes/HumanProteomeIDRs/— train/test scripts on 9-residue windows from human proteome IDRs (full 20-AA alphabet, pre-split 80/20)
See codes/README.md for full details on the model, datasets, and how to run the scripts.
If you use AroMIP in your research, please cite:
Fidha Kunnath Muhammedkutty and Huan-Xiang Zhou (2026).
A membrane insertion code for intrinsically disordered proteins.
bioRxiv.
Fidha Nazreen Kunnath Muhammedkutty
PhD Candidate, Department of Chemistry
University of Illinois Chicago
