Protein Parameters Calculator: MW, pI, extinction coefficient & GRAVY from sequence
Protein properties from a sequence
Paste a protein and get the numbers you reach for constantly — molecular weight, theoretical pI, the 280 nm extinction coefficient (for measuring concentration by absorbance), hydropathy, and composition — all in the browser, no account.
Use it now
Found a bug or want a feature? Tell us — we read everything.
What it computes
- Molecular weight — sum of average residue masses + water.
- Theoretical pI — net-charge = 0 by bisection (EMBOSS pKa set).
- Extinction coefficient (280 nm) — Pace method, reported both reduced and with all cysteines paired, plus the A₂₈₀ 0.1% (1 g/L) value for converting absorbance to concentration.
- GRAVY (grand average of hydropathy) and aliphatic index.
- Charge — acidic/basic residue counts and net charge at pH 7.
- Net-charge-vs-pH curve with the pI marked, and the amino-acid composition as a bar chart.
Accuracy
Validated against hen egg-white lysozyme (129 aa): MW 14,313.1 Da, ε 37,470 / 37,970 M⁻¹cm⁻¹, GRAVY −0.472 — exact matches to ExPASy ProtParam. The pI (9.21) differs from ProtParam’s 9.32 only because we use the EMBOSS pKa set rather than Bjellqvist; pI always varies by ~0.1–0.3 between pKa schemes.
The instability index is not included — it requires the 400-value Guruprasad dipeptide matrix, which we’d rather add from a verified source than approximate.
Embed it on your site
<link rel="stylesheet" href="https://www.37degrees.io/interactive-tools/protein-parameters/styles.css" />
<div id="protein-widget-embed"></div>
<script>
// Optional: window.PROTEIN_THEME = "light";
</script>
<script src="https://www.37degrees.io/interactive-tools/protein-parameters/widget.js"></script>
Credits
Built and maintained by 37degrees. Average masses, EMBOSS pKa, Pace extinction coefficient, Kyte-Doolittle hydropathy — no third-party libraries, no data leaves the browser.
Frequently asked questions
- Is there a free protein parameters calculator (ProtParam alternative)?
- Yes. The 37degrees Protein Parameters Calculator is a free, no-login ProtParam-style tool that runs in your browser. Paste a protein sequence to get molecular weight, theoretical pI, extinction coefficient, GRAVY, aliphatic index, net charge, and amino-acid composition.
- How is a protein's extinction coefficient calculated?
- The molar extinction coefficient at 280 nm is estimated from the number of tryptophan, tyrosine, and cystine residues in the sequence (the Pace method). It lets you convert absorbance at 280 nm into protein concentration.
- What is the theoretical pI of a protein?
- The theoretical isoelectric point (pI) is the pH at which a protein carries no net charge. It is computed from the pKa values of the ionizable groups in the sequence and is useful for planning ion-exchange purification and isoelectric focusing.