@import url(‘https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700&family=DM+Serif+Display&display=swap’);
/* ============================================
SCOPED STYLES — .pnc- prefix (purity / net content)
All colors use !important to override Astra
============================================ */
.pnc-page {
font-family: ‘DM Sans’, -apple-system, BlinkMacSystemFont, sans-serif !important;
color: #1a1a2e !important;
line-height: 1.7;
overflow-x: hidden;
}
.pnc-page *, .pnc-page *::before, .pnc-page *::after { box-sizing: border-box; }
.pnc-page h1, .pnc-page h2, .pnc-page h3, .pnc-page h4,
.pnc-page p, .pnc-page span, .pnc-page div, .pnc-page td, .pnc-page th,
.pnc-page a, .pnc-page li, .pnc-page strong { color: inherit !important; }
/* — Layout — */
.pnc-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pnc-section { padding: 72px 0; }
.pnc-section–tinted { background: #f3f6f8 !important; }
.pnc-section–dark { background: #0c1f30 !important; color: #dce6ef !important; }
.pnc-section–accent { background: linear-gradient(135deg, #14504a 0%, #0c1f30 100%) !important; color: #fff !important; }
/* — Typography — */
.pnc-page h1, .pnc-page h2, .pnc-page h3 { font-family: ‘DM Serif Display’, Georgia, serif !important; line-height: 1.25; color: #1a1a2e !important; }
.pnc-page h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 20px; }
.pnc-page h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); margin-bottom: 16px; }
.pnc-page h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); margin-bottom: 12px; }
.pnc-page p { margin-bottom: 18px; font-size: 1.05rem; color: #1a1a2e !important; }
.pnc-label {
display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
text-transform: uppercase; color: #14504a !important; margin-bottom: 12px;
}
.pnc-section–dark .pnc-label, .pnc-section–accent .pnc-label { color: #6dd8c4 !important; }
.pnc-subtitle { font-size: 1.15rem; color: #4a5568 !important; max-width: 720px; }
.pnc-section–dark h2, .pnc-section–dark h3 { color: #ffffff !important; }
.pnc-section–dark p { color: #c8d6e0 !important; }
.pnc-section–dark .pnc-subtitle { color: #9cb3c6 !important; }
.pnc-section–accent h2 { color: #ffffff !important; }
.pnc-section–accent p { color: rgba(255,255,255,0.85) !important; }
/* — Hero — */
.pnc-hero { padding: 80px 0 64px; text-align: center; position: relative; }
.pnc-hero::before {
content: ”; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(ellipse at 25% 30%, rgba(20,80,74,0.05) 0%, transparent 60%),
radial-gradient(ellipse at 75% 70%, rgba(12,31,48,0.04) 0%, transparent 50%);
pointer-events: none;
}
.pnc-hero h1 span { color: #14504a !important; }
.pnc-hero .pnc-subtitle { margin-left: auto; margin-right: auto; }
.pnc-hero-badges { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 32px; }
.pnc-badge {
display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px;
background: #fff !important; border: 1px solid #cee0db; border-radius: 60px;
font-size: 0.88rem; font-weight: 600; color: #1a1a2e !important; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pnc-badge svg { width: 18px; height: 18px; color: #14504a !important; flex-shrink: 0; }
.pnc-hero-cta {
display: inline-block; margin-top: 36px; padding: 16px 40px;
background: #14504a !important; color: #fff !important; font-weight: 700; font-size: 1rem;
border-radius: 8px; text-decoration: none !important; transition: background 0.2s, transform 0.15s;
box-shadow: 0 4px 14px rgba(20,80,74,0.3);
}
.pnc-page a.pnc-hero-cta { color: #fff !important; }
.pnc-hero-cta:hover { background: #0e3b36 !important; transform: translateY(-1px); color: #fff !important; }
.pnc-page a.pnc-hero-cta:hover { color: #fff !important; }
/* — Stat Bar — */
.pnc-statbar {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px;
overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.pnc-statbar-item { padding: 28px 20px; text-align: center; border-right: 1px solid #e2e8f0; }
.pnc-statbar-item:last-child { border-right: none; }
.pnc-statbar-num { font-family: ‘DM Serif Display’, serif; font-size: 2rem; color: #14504a !important; }
.pnc-statbar-desc { font-size: 0.85rem; color: #64748b !important; margin-top: 4px; font-weight: 500; }
/* — Split (two denominators) — */
.pnc-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.pnc-split-card {
background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px;
padding: 32px 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.pnc-split-card h3 { color: #14504a !important; }
.pnc-split-eq {
font-family: ‘DM Serif Display’, serif; font-size: 1.15rem; line-height: 1.6;
padding: 16px 18px; background: #eef5f3 !important; border-radius: 8px;
margin: 0 0 18px !important; color: #14504a !important;
}
.pnc-split-eq em { font-style: normal; text-decoration: underline; text-underline-offset: 3px; }
.pnc-split-card p { font-size: 0.95rem; color: #4a5568 !important; margin-bottom: 0; }
/* — Cards — */
.pnc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.pnc-cards–four { grid-template-columns: repeat(4, 1fr); }
.pnc-card {
background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px;
padding: 32px 24px; transition: box-shadow 0.2s, transform 0.2s;
}
.pnc-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }
.pnc-card h3 { color: #14504a !important; font-size: 1.2rem; }
.pnc-card p { font-size: 0.9rem; color: #4a5568 !important; line-height: 1.65; margin-bottom: 0; }
.pnc-card-icon { font-size: 2rem; margin-bottom: 14px; }
.pnc-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #f1f5f9; }
.pnc-tag { font-size: 0.75rem; font-weight: 600; padding: 4px 10px; background: #eef5f3 !important; color: #14504a !important; border-radius: 4px; }
.pnc-tag–flag { background: #fdeeec !important; color: #dc2626 !important; }
/* — Worked example — */
.pnc-calc {
margin-top: 40px; background: #fff !important; border: 1px solid #e2e8f0;
border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.pnc-calc-head {
background: #0c1f30 !important; color: #fff !important; padding: 16px 24px;
font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}
.pnc-calc-body { padding: 12px 24px 24px; }
.pnc-calcrow {
display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; align-items: baseline;
padding: 14px 0; border-bottom: 1px solid #f1f5f9; font-size: 0.95rem;
}
.pnc-calcrow span:first-child { color: #4a5568 !important; }
.pnc-calcrow span:last-child { font-weight: 700; white-space: nowrap; text-align: right; }
.pnc-calcrow–total {
border-bottom: none; border-top: 2px solid #14504a; margin-top: 8px; padding-top: 16px;
font-size: 1.05rem;
}
.pnc-calcrow–total span:last-child { color: #14504a !important; font-family: ‘DM Serif Display’, serif; font-size: 1.3rem; }
/* — Bar Chart — */
.pnc-chart { margin-top: 40px; }
.pnc-chart-bar-group { margin-bottom: 20px; }
.pnc-chart-label { font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; color: #1a1a2e !important; display: flex; justify-content: space-between; gap: 16px; }
.pnc-chart-label span { color: #64748b !important; font-weight: 500; }
.pnc-chart-track { background: #e8edf2 !important; border-radius: 8px; height: 32px; position: relative; overflow: hidden; }
.pnc-chart-fill { height: 100%; border-radius: 8px; display: flex; align-items: center; padding-left: 14px; font-size: 0.8rem; font-weight: 700; color: #fff !important; }
.pnc-chart-fill–primary { background: linear-gradient(90deg, #14504a, #1a8a7a) !important; }
.pnc-chart-fill–secondary { background: linear-gradient(90deg, #0c1f30, #1a4060) !important; }
.pnc-chart-fill–muted { background: linear-gradient(90deg, #94a3b8, #64748b) !important; }
.pnc-chart-fill–flag { background: linear-gradient(90deg, #b91c1c, #dc2626) !important; }
.pnc-chart-sub { font-size: 0.85rem; color: #4a5568 !important; margin-top: 7px; }
/* — Table — */
.pnc-table-wrap { overflow-x: auto; margin-top: 40px; border-radius: 12px; border: 1px solid #e2e8f0; }
.pnc-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 620px; }
.pnc-table thead { background: #0c1f30 !important; }
.pnc-table th {
padding: 16px 20px; text-align: left; font-weight: 600; font-size: 0.85rem;
letter-spacing: 0.04em; text-transform: uppercase; color: #fff !important; background: #0c1f30 !important;
}
.pnc-table td { padding: 14px 20px; border-bottom: 1px solid #f1f5f9; color: #1a1a2e !important; background: #fff !important; }
.pnc-table tbody tr:nth-child(even) td { background: #f8fafb !important; }
.pnc-table tbody tr:hover td { background: #ecf5f2 !important; }
.pnc-table td:first-child { font-weight: 600; }
.pnc-check { color: #14504a !important; font-weight: 700; }
.pnc-x { color: #dc2626 !important; font-weight: 700; }
/* — Steps (dark) — */
.pnc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 44px; }
.pnc-step { text-align: center; }
.pnc-step-num {
width: 60px; height: 60px; border-radius: 50%;
border: 2px solid #6dd8c4; color: #6dd8c4 !important;
display: flex; align-items: center; justify-content: center;
font-family: ‘DM Serif Display’, serif; font-size: 1.5rem; margin: 0 auto 16px;
}
.pnc-step h3 { font-size: 1.1rem; margin-bottom: 8px; color: #fff !important; }
.pnc-step p { font-size: 0.9rem; color: #9cb3c6 !important; line-height: 1.6; margin-bottom: 0; }
/* — Callout — */
.pnc-callout {
background: #eef5f3 !important; border-left: 4px solid #14504a;
border-radius: 0 12px 12px 0; padding: 28px 32px; margin-top: 40px;
}
.pnc-callout h3 { color: #14504a !important; margin-bottom: 8px; }
.pnc-callout p { color: #374151 !important; margin-bottom: 12px; font-size: 0.95rem; }
.pnc-callout p:last-child { margin-bottom: 0; }
/* — FAQ — */
.pnc-faq { margin-top: 40px; }
.pnc-faq-item { border-bottom: 1px solid #e2e8f0; }
.pnc-faq-item summary {
display: flex; justify-content: space-between; align-items: center;
padding: 20px 0; cursor: pointer; font-weight: 600; font-size: 1.05rem;
color: #1a1a2e !important; gap: 16px; list-style: none;
}
.pnc-faq-item summary::-webkit-details-marker { display: none; }
.pnc-faq-item summary:hover { color: #14504a !important; }
.pnc-faq-item summary:focus-visible { outline: 2px solid #14504a; outline-offset: 2px; }
.pnc-faq-item summary::after {
content: ‘+’; font-size: 1.3rem; color: #14504a !important; flex-shrink: 0; font-weight: 400;
}
.pnc-faq-item[open] summary::after { content: ‘\2212’; }
.pnc-faq-item p { padding: 0 0 22px; font-size: 0.98rem; color: #4a5568 !important; margin: 0; max-width: 860px; }
/* — Disclaimer — */
.pnc-disclaimer { padding: 40px 0 56px; background: #f3f6f8 !important; }
.pnc-disclaimer p { font-size: 0.85rem; color: #64748b !important; line-height: 1.75; margin-bottom: 0; }
.pnc-page .pnc-disclaimer a { color: #14504a !important; font-weight: 600; }
/* — Responsive — */
@media (max-width: 900px) {
.pnc-cards–four { grid-template-columns: repeat(2, 1fr); }
.pnc-steps { grid-template-columns: repeat(2, 1fr); }
.pnc-statbar { grid-template-columns: repeat(2, 1fr); }
.pnc-statbar-item:nth-child(2) { border-right: none; }
}
@media (max-width: 680px) {
.pnc-section { padding: 52px 0; }
.pnc-hero { padding: 56px 0 44px; }
.pnc-split, .pnc-cards, .pnc-cards–four, .pnc-steps { grid-template-columns: 1fr; }
.pnc-statbar { grid-template-columns: 1fr; }
.pnc-statbar-item { border-right: none; border-bottom: 1px solid #e2e8f0; }
.pnc-statbar-item:last-child { border-bottom: none; }
.pnc-calcrow { grid-template-columns: 1fr; gap: 2px; }
.pnc-calcrow span:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { .pnc-page * { transition: none !important; animation: none !important; } }
Technical Reference · Compound Verification
What “99% Purity” Actually Measures
Every peptide supplier publishes a purity figure. Almost none explains what it is a percentage of. HPLC purity and net peptide content are two different measurements with two different denominators — and a vial can honestly be 99% pure and 81% peptide by mass at the same time.
HPLC area percent
Net peptide mass
Reading a certificate
See the arithmetic
Area %
What HPLC purity reports — a share of detected material
Mass %
What net peptide content reports — a share of the powder
70–85%
Typical net peptide content of a TFA-salt lyophilized peptide
Both
Figures a complete certificate of analysis should carry
The Core Distinction
Two numbers, two denominators
The confusion is not that one figure is right and the other wrong. Both are correct measurements. They answer different questions, and the answers are not interchangeable.
HPLC purity
target peak area ÷ total detected peak area
Determined by reversed-phase HPLC with UV detection, usually at 214 nm where the peptide bond absorbs. It compares your target sequence against other things the detector can see — truncated chains, deletion sequences, oxidized variants. Anything transparent at that wavelength is invisible to it.
Net peptide content
mass of peptide ÷ total mass of powder
Determined by amino acid analysis or nitrogen determination. It compares peptide against everything else in the vial, including what HPLC cannot see: counterion salt, bound water, residual solvent. This is the figure that tells you how much peptide you actually have.
The single-sentence version
HPLC purity asks “of the peptide-derived material present, how much is the right sequence?” Net peptide content asks “of this powder, how much is peptide at all?”
A high answer to the first says nothing about the second, because the things that lower net peptide content are chemically invisible to the assay that produces the first.
Where The Rest Of The Vial Goes
Four things occupy the mass that is not peptide
None of the first three is a defect, a contaminant, or a sign of poor synthesis. They are the normal residue of how purified peptides are made and stored. The fourth is different, and it is the one HPLC is built to catch.
⚛
Counterion salt
Reversed-phase purification uses trifluoroacetic acid as an ion-pairing agent. Every basic site — each lysine, arginine, histidine, and the N-terminus — retains a TFA counterion when the material is dried. More basic residues means proportionally more salt, and salt is heavy.
Invisible to HPLC
💧
Residual water
Lyophilized peptides are hygroscopic. Even sealed and desiccated, a freeze-dried cake holds bound water and takes on more with every exposure to room air. Measured separately by Karl Fischer titration, and a standard field on a thorough certificate.
Invisible to HPLC
💉
Residual solvent
Trace acetonitrile and other process solvents survive lyophilization in small amounts. Limits are set by ICH Q3C class and testing is by gas chromatography. Usually a minor share of the mass — but it is mass, and it belongs on the accounting.
Invisible to HPLC
📊
Related substances
Deletion sequences, truncations, and oxidized or deamidated variants — the by-products of synthesis. These do absorb at 214 nm, so they appear as their own peaks and count directly against the HPLC figure. This is the fraction a purity percentage genuinely reports on.
Counted by HPLC
Worked Example
One vial, both numbers, no contradiction
An illustrative 10 mg vial of a 15-residue peptide of molecular weight 1498.6 g/mol with two basic sites, supplied as the TFA salt. Every line below can be checked against those two facts.
Mass accounting — 10.00 mg lyophilized powder
Peptide (free base)8.15 mg
TFA counterion — 2 sites × 114.02 g/mol, so 228.04 of a 1726.6 g/mol salt form (13.2%)1.24 mg
Residual water (Karl Fischer, 5.4%)0.54 mg
Residual solvent and trace inorganics0.07 mg
Net peptide content — 8.15 ÷ 10.0081.5%
HPLC purity — target peak ÷ all detected peaks99.2%
Both figures describe this vial correctly
The 99.2% is a statement about the 8.15 mg of peptide-derived material: of everything the detector saw, 99.2% of the peak area was the target sequence and 0.8% was related substances. The 81.5% is a statement about the whole 10 mg.
Work it back if you like: 10.00 less water and trace leaves 9.39 mg of salt-form peptide, of which 13.2% is counterion. Salt and water never entered the first calculation because they do not absorb at 214 nm.
Typical Composition
How mass distributes in a lyophilized TFA-salt peptide
Ranges rather than fixed values, because the largest variable is the peptide itself: counterion load scales with the number of basic residues, so two peptides purified identically can differ by ten points of net peptide content.
Peptide 70–85%
The figure net peptide content reports. What you are actually buying.
Counterion salt 8–22%
Scales with basic residue count. An arginine-rich sequence sits at the top of this range.
Residual water 3–10%
Rises with every exposure to room air — one reason sealing and cold chain affect the number on the label.
Solvent and trace under 1%
Controlled to ICH Q3C limits and tested by gas chromatography.
Related substances under 1–5%
The only band above that a purity percentage measures. 99% purity means this band is under 1% of detected material.
Side By Side
What each measurement can and cannot tell you
| | HPLC purity | Net peptide content |
| Reports | Area percent of detected material | Mass percent of the powder |
| Method | RP-HPLC with UV detection, typically 214 nm | Amino acid analysis, or nitrogen determination |
| Answers | Is this the right sequence, and how clean is the synthesis? | How much peptide is in this vial? |
| Sees salt | No | Yes |
| Sees water | No | Yes |
| Sees deletion sequences | Yes | No — still peptide by mass |
| Typical value | 95–99.9% area | 70–85% mass |
| Commonly published | Almost always | Rarely |
Each is blind where the other sees
HPLC catches a bad synthesis and misses a heavily salted one. Net peptide content catches the salt and would not notice if a fifth of your material were a deletion sequence, because a deletion sequence is still peptide by mass.
That is why a certificate carrying only one of them is incomplete — not dishonest, but unable to answer half the question.
Why It Matters In The Lab
Where the gap changes your results
The difference between the two figures is not academic. It propagates directly into anything calculated from the mass of powder you weighed.
1
Concentration
Derive a working concentration by weighing powder and assuming it is all peptide, and the true concentration is low by the whole net content gap. The error is systematic, so it will not average out across replicates.
2
Batch comparability
Two batches at the same HPLC purity can differ in net peptide content if counterion load or water content differs. Comparing across them attributes a mass difference to a biological one.
3
Supplier comparison
Two suppliers both publishing 99% purity are not necessarily offering the same peptide per milligram. Without net content on both certificates, the figures are not comparable on the thing that differs.
4
Salt form changes
The same sequence as an acetate salt rather than a TFA salt has a different mass balance and a different net peptide content, at identical chromatographic purity. Salt form belongs on the certificate for this reason.
Reading A Certificate
What a complete certificate carries
An omission is not evidence of a problem — amino acid analysis costs money and most of the market never commissions it. But it does mean the question is unanswered, and a figure you cannot see is not a figure you can rely on.
| Field | What it establishes | Commonly omitted? |
| Batch or lot number | That the document describes the vial in your hand, not a representative sample | Rarely |
| HPLC purity + method | Chromatographic purity, and the wavelength and gradient it was measured at | Rarely |
| Chromatogram | Lets you see peak shape and shoulders rather than trusting a single number | Often |
| Mass spec identity | That the molecule is the intended sequence, not merely a pure something | Sometimes |
| Net peptide content | How much of the powder is peptide | Usually |
| Water content | The Karl Fischer figure feeding the mass balance | Usually |
| Counterion and salt form | Which salt, and therefore the expected mass contribution | Usually |
| Test date and analyst | That the analysis is current and attributable | Sometimes |
Common Questions
Purity and peptide content
If net peptide content is only 80%, is the supplier overstating purity?
No. The two figures measure different things and both can be accurate at once. A 99% purity claim is a statement about chromatographic purity — the proportion of detected material that is the target sequence. It was never a claim about the mass composition of the vial. Overstatement would be presenting an HPLC figure as though it described the mass, which is a labeling problem rather than an analytical one.
Why is TFA present at all if it lowers the peptide content?
Trifluoroacetic acid is the standard ion-pairing agent in reversed-phase purification, and it is a large part of why high chromatographic purity is achievable. The counterion that remains is a consequence of the process that produced the purity. Salt exchange to an acetate form is possible and is sometimes performed where TFA is undesirable, but it is an additional step with its own yield cost.
Can I calculate net peptide content myself from the sequence?
You can estimate the counterion contribution, because it follows from the number of basic sites and the molecular weight of the counterion. You cannot estimate the water content, which varies with handling and storage history and has to be measured. So an estimate gives you the shape of the gap but not its size, and it will always read higher than reality.
Does high purity mean the compound is the right molecule?
Not by itself. Chromatographic purity establishes that one species dominates the chromatogram; it does not establish which species. Identity is a separate question answered by mass spectrometry, comparing observed mass against the theoretical mass for the sequence. A sample can be highly pure and not be what the label says.
Which figure should I ask a supplier for?
Both, with the method for each, and a batch number tying them to your vial. If only one is available, knowing which one you are looking at is the important part — more so than the value itself, because a figure interpreted as the wrong quantity is worse than no figure.
Does a higher purity percentage always mean better material?
Between 95% and 99% the difference is meaningful for reproducibility. Above that, differences are often within the variability of the assay itself, and the wavelength and gradient used can move the number as much as the material does. This is why the method matters alongside the figure, and why a chromatogram is more informative than a percentage.
Sourcing Research Materials In Canada
Every batch documented, domestically shipped
NuMe supplies HPLC-verified, batch-documented research compounds to Canadian laboratories and institutions, shipped domestically so material spends less time in transit.
Explore the Catalogue
Disclaimer: This page is provided for educational and informational purposes only. It does not constitute medical advice, and it contains no guidance on the use of any compound in people. All NuMe products are supplied strictly for laboratory research and in-vitro testing. They are not approved for human consumption, veterinary use, or any therapeutic application. Peptides are generally regulated as prescription drugs in Canada. Individuals seeking peptide therapy should consult a licensed healthcare practitioner.
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{“@type”:”Question”,”name”:”If net peptide content is only 80%, is the supplier overstating purity?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. The two figures measure different things and both can be accurate at once. A 99% purity claim is a statement about chromatographic purity — the proportion of detected material that is the target sequence. It was never a claim about the mass composition of the vial.”}},
{“@type”:”Question”,”name”:”Why is TFA present at all if it lowers the peptide content?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Trifluoroacetic acid is the standard ion-pairing agent in reversed-phase purification, and it is a large part of why high chromatographic purity is achievable. The counterion that remains is a consequence of the process that produced the purity. Salt exchange to an acetate form is possible but is an additional step with its own yield cost.”}},
{“@type”:”Question”,”name”:”Can I calculate net peptide content myself from the sequence?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”You can estimate the counterion contribution, because it follows from the number of basic sites and the molecular weight of the counterion. You cannot estimate the water content, which varies with handling and storage history and has to be measured.”}},
{“@type”:”Question”,”name”:”Does high purity mean the compound is the right molecule?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Not by itself. Chromatographic purity establishes that one species dominates the chromatogram; it does not establish which species. Identity is a separate question answered by mass spectrometry, comparing observed mass against the theoretical mass for the sequence.”}},
{“@type”:”Question”,”name”:”Which figure should I ask a supplier for?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Both, with the method for each, and a batch number tying them to your vial. If only one is available, knowing which one you are looking at is the important part — a figure interpreted as the wrong quantity is worse than no figure.”}},
{“@type”:”Question”,”name”:”Does a higher purity percentage always mean better material?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Between 95% and 99% the difference is meaningful for reproducibility. Above that, differences are often within the variability of the assay itself, and the wavelength and gradient used can move the number as much as the material does.”}}
]
}