@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 — .coa- prefix (certificate of analysis)
All colors use !important to override Astra
============================================ */
.coa-page {
font-family: ‘DM Sans’, -apple-system, BlinkMacSystemFont, sans-serif !important;
color: #1a1a2e !important; line-height: 1.7; overflow-x: hidden;
}
.coa-page *, .coa-page *::before, .coa-page *::after { box-sizing: border-box; }
.coa-page h1, .coa-page h2, .coa-page h3, .coa-page h4,
.coa-page p, .coa-page span, .coa-page div, .coa-page td, .coa-page th,
.coa-page a, .coa-page li, .coa-page strong { color: inherit !important; }
/* — Layout — */
.coa-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.coa-section { padding: 72px 0; }
.coa-section–tinted { background: #f3f6f8 !important; }
.coa-section–dark { background: #0c1f30 !important; color: #dce6ef !important; }
.coa-section–accent { background: linear-gradient(135deg, #14504a 0%, #0c1f30 100%) !important; color: #fff !important; }
/* — Typography — */
.coa-page h1, .coa-page h2, .coa-page h3 { font-family: ‘DM Serif Display’, Georgia, serif !important; line-height: 1.25; color: #1a1a2e !important; }
.coa-page h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 20px; }
.coa-page h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); margin-bottom: 16px; }
.coa-page h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); margin-bottom: 12px; }
.coa-page p { margin-bottom: 18px; font-size: 1.05rem; color: #1a1a2e !important; }
.coa-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #14504a !important; margin-bottom: 12px; }
.coa-section–dark .coa-label, .coa-section–accent .coa-label { color: #6dd8c4 !important; }
.coa-subtitle { font-size: 1.15rem; color: #4a5568 !important; max-width: 720px; }
.coa-section–dark h2, .coa-section–dark h3 { color: #ffffff !important; }
.coa-section–dark p { color: #c8d6e0 !important; }
.coa-section–dark .coa-subtitle { color: #9cb3c6 !important; }
.coa-section–accent h2 { color: #ffffff !important; }
.coa-section–accent p { color: rgba(255,255,255,0.85) !important; }
/* — Hero — */
.coa-hero { padding: 80px 0 64px; text-align: center; position: relative; }
.coa-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;
}
.coa-hero h1 span { color: #14504a !important; }
.coa-hero .coa-subtitle { margin-left: auto; margin-right: auto; }
.coa-hero-badges { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 32px; }
.coa-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);
}
.coa-badge svg { width: 18px; height: 18px; color: #14504a !important; flex-shrink: 0; }
.coa-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);
}
.coa-page a.coa-hero-cta { color: #fff !important; }
.coa-hero-cta:hover { background: #0e3b36 !important; transform: translateY(-1px); color: #fff !important; }
/* — Stat Bar — */
.coa-statbar { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.coa-statbar-item { padding: 28px 20px; text-align: center; border-right: 1px solid #e2e8f0; }
.coa-statbar-item:last-child { border-right: none; }
.coa-statbar-num { font-family: ‘DM Serif Display’, serif; font-size: 2rem; color: #14504a !important; }
.coa-statbar-desc { font-size: 0.85rem; color: #64748b !important; margin-top: 4px; font-weight: 500; }
/* — Cards — */
.coa-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.coa-cards–two { grid-template-columns: repeat(2, 1fr); }
.coa-card { background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px; padding: 32px 24px; transition: box-shadow 0.2s, transform 0.2s; }
.coa-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }
.coa-card h3 { color: #14504a !important; font-size: 1.2rem; }
.coa-card p { font-size: 0.9rem; color: #4a5568 !important; line-height: 1.65; margin-bottom: 0; }
.coa-card-icon { font-size: 2rem; margin-bottom: 14px; }
.coa-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #f1f5f9; }
.coa-tag { font-size: 0.75rem; font-weight: 600; padding: 4px 10px; background: #eef5f3 !important; color: #14504a !important; border-radius: 4px; }
.coa-tag–flag { background: #fdeeec !important; color: #dc2626 !important; }
/* — The mock certificate — */
.coa-doc { margin-top: 40px; background: #fff !important; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.07); }
.coa-doc-head { background: #0c1f30 !important; color: #fff !important; padding: 20px 28px; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.coa-doc-head strong { font-family: ‘DM Serif Display’, serif; font-size: 1.25rem; color: #fff !important; }
.coa-doc-head span { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: #6dd8c4 !important; }
.coa-doc-body { padding: 8px 28px 28px; }
.coa-docrow { display: grid; grid-template-columns: 220px 1fr auto; gap: 8px 24px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid #f1f5f9; font-size: 0.95rem; }
.coa-docrow:last-child { border-bottom: none; }
.coa-docrow b { font-weight: 700; color: #1a1a2e !important; }
.coa-docrow em { font-style: normal; color: #4a5568 !important; font-size: 0.88rem; display: block; margin-top: 3px; }
.coa-docrow-flag { font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; white-space: nowrap; align-self: start; }
.coa-f-core { background: #eef5f3 !important; color: #14504a !important; }
.coa-f-often { background: #fef6e7 !important; color: #a16207 !important; }
.coa-f-rare { background: #fdeeec !important; color: #dc2626 !important; }
/* — Table — */
.coa-table-wrap { overflow-x: auto; margin-top: 40px; border-radius: 12px; border: 1px solid #e2e8f0; }
.coa-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 640px; }
.coa-table thead { background: #0c1f30 !important; }
.coa-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; }
.coa-table td { padding: 14px 20px; border-bottom: 1px solid #f1f5f9; color: #1a1a2e !important; background: #fff !important; }
.coa-table tbody tr:nth-child(even) td { background: #f8fafb !important; }
.coa-table tbody tr:hover td { background: #ecf5f2 !important; }
.coa-table td:first-child { font-weight: 600; }
.coa-check { color: #14504a !important; font-weight: 700; }
.coa-x { color: #dc2626 !important; font-weight: 700; }
/* — Steps — */
.coa-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 44px; }
.coa-step { text-align: center; }
.coa-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; }
.coa-step h3 { font-size: 1.1rem; margin-bottom: 8px; color: #fff !important; }
.coa-step p { font-size: 0.9rem; color: #9cb3c6 !important; line-height: 1.6; margin-bottom: 0; }
/* — Callout — */
.coa-callout { background: #eef5f3 !important; border-left: 4px solid #14504a; border-radius: 0 12px 12px 0; padding: 28px 32px; margin-top: 40px; }
.coa-callout h3 { color: #14504a !important; margin-bottom: 8px; }
.coa-callout p { color: #374151 !important; margin-bottom: 12px; font-size: 0.95rem; }
.coa-callout p:last-child { margin-bottom: 0; }
.coa-callout–warn { background: #fef6e7 !important; border-left-color: #a16207; }
.coa-callout–warn h3 { color: #a16207 !important; }
/* — Identity check block — */
.coa-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); }
.coa-calc-head { background: #14504a !important; color: #fff !important; padding: 16px 24px; font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
.coa-calc-body { padding: 12px 24px 24px; }
.coa-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; }
.coa-calcrow span:first-child { color: #4a5568 !important; }
.coa-calcrow span:last-child { font-weight: 700; white-space: nowrap; text-align: right; }
.coa-calcrow–total { border-bottom: none; border-top: 2px solid #14504a; margin-top: 8px; padding-top: 16px; }
.coa-calcrow–total span:last-child { color: #14504a !important; font-family: ‘DM Serif Display’, serif; font-size: 1.25rem; }
/* — FAQ — */
.coa-faq { margin-top: 40px; }
.coa-faq-item { border-bottom: 1px solid #e2e8f0; }
.coa-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; }
.coa-faq-item summary::-webkit-details-marker { display: none; }
.coa-faq-item summary:hover { color: #14504a !important; }
.coa-faq-item summary:focus-visible { outline: 2px solid #14504a; outline-offset: 2px; }
.coa-faq-item summary::after { content: ‘+’; font-size: 1.3rem; color: #14504a !important; flex-shrink: 0; font-weight: 400; }
.coa-faq-item[open] summary::after { content: ‘\2212’; }
.coa-faq-item p { padding: 0 0 22px; font-size: 0.98rem; color: #4a5568 !important; margin: 0; max-width: 860px; }
/* — Disclaimer — */
.coa-disclaimer { padding: 40px 0 56px; background: #f3f6f8 !important; }
.coa-disclaimer p { font-size: 0.85rem; color: #64748b !important; line-height: 1.75; margin-bottom: 0; }
.coa-page .coa-disclaimer a { color: #14504a !important; font-weight: 600; }
.coa-page .coa-inline-link { color: #14504a !important; font-weight: 600; }
/* — Responsive — */
@media (max-width: 900px) {
.coa-cards { grid-template-columns: repeat(2, 1fr); }
.coa-steps { grid-template-columns: repeat(2, 1fr); }
.coa-statbar { grid-template-columns: repeat(2, 1fr); }
.coa-statbar-item:nth-child(2) { border-right: none; }
.coa-docrow { grid-template-columns: 180px 1fr; }
.coa-docrow-flag { grid-column: 2; justify-self: start; }
}
@media (max-width: 680px) {
.coa-section { padding: 52px 0; }
.coa-hero { padding: 56px 0 44px; }
.coa-cards, .coa-cards–two, .coa-steps, .coa-statbar { grid-template-columns: 1fr; }
.coa-statbar-item { border-right: none; border-bottom: 1px solid #e2e8f0; }
.coa-statbar-item:last-child { border-bottom: none; }
.coa-docrow, .coa-calcrow { grid-template-columns: 1fr; gap: 4px; }
.coa-calcrow span:last-child { text-align: left; }
.coa-doc-body, .coa-calc-body { padding-left: 18px; padding-right: 18px; }
}
@media (prefers-reduced-motion: reduce) { .coa-page * { transition: none !important; animation: none !important; } }
Technical Reference · Compound Verification
How to Read a Peptide Certificate of Analysis
A certificate of analysis is a document, not a credential. It records what was tested on one specific batch, by whom, and on what date — and reading it properly means knowing which fields carry weight, which are routinely omitted, and which can be checked without taking anyone’s word for it.
Field by field
What you can verify
Seven red flags
See the anatomy
1 batch
What a certificate describes — never a product line
2 tests
Identity and purity answer different questions
13 fields
On a complete certificate. Most carry four or five
0 authorities
No regulator issues, approves, or endorses a COA
First Principles
What a certificate of analysis is, and what it is not
The word “certificate” does a lot of unearned work in this market. Clearing up what the document actually is makes every other field on it easier to read.
📋
It is a test record
A report of specific analyses run on a specific lot, on a specific date. It says “here is what we measured.” Its value comes entirely from which tests were run and how clearly the methods are stated.
🔑
It is batch-specific
A certificate describes one lot. A document without a batch number, or with one that does not match the label on your vial, is describing something other than what you are holding.
⚠️
It is not an approval
No regulator issues, reviews, or endorses a COA. It carries no authorization, and a compound with a comprehensive certificate is exactly as unauthorized as one without.
The distinction that matters most
A certificate answers “is this material what it claims to be, and how clean is it?” It does not answer whether the compound is safe, effective, or lawful to use in any particular way. Those are separate questions with separate answers, and no analytical document can speak to them.
Field By Field
The anatomy of a complete certificate
Thirteen fields, in the order they usually appear. The tag on each shows how often you will actually find it — because the gap between what a certificate could carry and what most carry is the whole reason this page exists.
Certificate of Analysis
Illustrative layout
Product name & sequence
The compound identified unambiguously, ideally with the one-letter amino acid sequence. A name alone is not an identification — many compounds are sold under several names, and some names cover more than one molecule.
Standard
Batch / lot number
Ties this document to the vial in your hand. Check it against the label. This is the single field that makes everything below meaningful.
Standard
Manufacture & test dates
When the material was made and when it was analyzed. Analysis long after manufacture, or a certificate several years old, tells you less about the vial’s present condition than about its past.
Standard
Appearance
Typically “white to off-white lyophilized powder.” Trivial-looking, but a discolored or collapsed cake is visible evidence that something happened in handling.
Standard
Identity — mass spectrometry
Observed mass against theoretical mass for the sequence, by ESI-MS or MALDI-TOF. Both numbers should be printed. “Conforms” with no figures is an assertion, not a result.
Sometimes
Purity — HPLC
Area percent, with the method: column, gradient, and detection wavelength. A percentage without its method is not reproducible and not comparable to anyone else’s percentage.
Standard
Chromatogram
The actual trace, with labeled axes. Lets you see peak shape, shoulders and co-elution rather than trusting one integrated number.
Often missing
Net peptide content
Mass percent of the powder that is peptide, by amino acid analysis.
A different measurement from purity and usually a much lower number — see purity vs net peptide content.
Rarely
Water content
By Karl Fischer titration. Part of the mass balance, and a direct indicator of how well the material has been sealed and stored.
Rarely
Counterion & salt form
Which salt, and how much. TFA and acetate forms of the same sequence have different mass balances at identical chromatographic purity.
Rarely
Residual solvents
Trace process solvents by gas chromatography, against ICH Q3C class limits. Expected in small amounts; the question is whether anyone measured.
Rarely
Storage conditions
The conditions the stated figures were established under. Values on a certificate describe material stored as specified, not material stored otherwise.
Standard
Testing lab, analyst & signature
Who performed the analysis and whether they are independent of the seller. An unattributed certificate cannot be followed up, and a lab that cannot be looked up cannot be checked.
Sometimes
Check It Yourself
The one field you can verify without any equipment
If a certificate prints both the sequence and the observed mass, you can confirm they agree using nothing but arithmetic. It is the cheapest and most informative check available to a buyer, and almost nobody performs it.
Worked identity check — a hypothetical certificate
Sequence, as printed on the certificate15 residues
Theoretical average mass, from the sequence1498.6 Da
Observed mass, as printed1499.4 Da
Difference+0.8 Da
Verdict — within instrument toleranceAgrees
How to read the difference
Small discrepancies of a dalton or less are normal — they come from instrument calibration and from whether the figure is an average or monoisotopic mass. What matters is the size and the pattern of the gap.
A difference of +16 suggests oxidation. +1 can indicate deamidation. A gap of a hundred daltons or more is not a rounding question: it means the certificate and the sequence are describing different molecules, and that is worth an explanation before anything else on the page matters.
What To Look For
Seven things that should prompt a question
None of these proves a problem on its own. Each one means something is unverifiable, and unverifiable is the state a certificate exists to remove.
No batch number
Or one that does not match the vial. The document is then describing some material, not your material, and every figure on it is decorative.
Unverifiable
A percentage with no method
“Purity >99%” with no column, gradient or wavelength. Different methods give different numbers for the same material, so an unmethodded figure cannot be compared with anything.
Not comparable
Identity stated as “conforms”
Without observed and theoretical masses printed, the identity claim is an assertion. The two numbers cost nothing to include and are the ones a reader can check.
Unverifiable
A reused chromatogram
The same trace appearing across different products or batches, or an image with axes stripped off. A chromatogram that cannot be tied to a lot is an illustration.
Not batch-specific
Impossible precision
A purity figure quoted to two decimal places implies a repeatability the method does not have. Overstated precision usually signals a number that was typed rather than measured.
Overstated
No date, or a stale one
Analysis is a snapshot. A certificate with no test date, or one several years old, describes the material as it was, not as it is.
Out of date
An unnamed or unfindable lab
If the testing lab is not named, or cannot be looked up, nothing on the certificate can be followed up with anyone. Attribution is what makes a document answerable.
Unattributable
Regulatory language
“GMP,” “pharmaceutical grade,” or “approved” on a research certificate. These describe regulatory states a COA cannot confer, and their presence suggests the document is doing marketing work.
Misleading
Who Ran The Test
Manufacturer certificates and third-party certificates
Both are legitimate and they are not equivalent. The difference is independence, and it changes what a figure is worth rather than whether it is true.
| | Manufacturer COA | Third-party COA |
| Run by | The synthesizer’s own QC laboratory | An independent analytical lab |
| Covers | Usually every batch as standard | Often a sample of batches, commissioned |
| Independence | The tester has an interest in the result | No commercial interest in the outcome |
| Typical depth | Identity, purity, appearance | Whatever was commissioned — often purity and identity only |
| Best used for | Batch-to-batch consistency | Confirming the supplier’s own figures |
| Weakness | Unverified by anyone outside | May not cover the specific lot you received |
The question worth asking
Not “do you have a COA” — everyone says yes. Ask “is this certificate for my lot, who ran it, and can I see the chromatogram?” The answer to that separates suppliers far more effectively than any published purity figure, because it is a question about documentation practice rather than about a number.
A Four-Step Read
How to work through a certificate you have been sent
In this order, because each step makes the next one meaningful. There is no point scrutinizing a purity figure on a document that describes a different batch.
1
Match the lot
Compare the batch number on the certificate against the label on the vial. If they differ, stop here and ask — nothing further on the page applies to your material.
2
Check identity
Find the observed and theoretical masses. Confirm they agree within about a dalton, and note the size of any gap against the oxidation and deamidation patterns above.
3
Read purity with its method
Note the wavelength, column and gradient alongside the percentage. A figure without them cannot be compared to another supplier’s figure or reproduced later.
4
Note what is absent
List the fields that are not there — net peptide content, water, counterion, chromatogram. Those are the questions this certificate leaves open, and they are the ones to put to the supplier.
Common Questions
Certificates of analysis
Does a certificate of analysis mean a compound is approved or regulated?
No. A COA is an analytical test record produced by a laboratory. No regulator issues, reviews, or endorses one, and it confers no authorization of any kind. A compound with a thorough certificate is exactly as unauthorized as one without. The certificate speaks to what is in the vial, not to what may lawfully be done with it.
What is the difference between a COA and a third-party test report?
A manufacturer COA is produced by the synthesizer’s own quality control laboratory, usually for every batch. A third-party report comes from an independent lab with no commercial interest in the result, but is often commissioned for selected batches rather than run as standard. They answer the same questions with different degrees of independence, and the useful position is having both.
Why does the purity on the certificate not match the amount of peptide I have?
Because they are different measurements. HPLC purity is a share of the material the detector can see; net peptide content is a share of the powder’s mass, including counterion salt and residual water that are invisible to HPLC. A vial can be 99% pure and around 80% peptide by mass with no contradiction.
Can I verify a certificate of analysis myself?
Partly, and it is worth doing. You can match the lot number to your vial, calculate the theoretical mass from the printed sequence and compare it to the observed mass, check that a method accompanies the purity figure, and look up the testing laboratory. What you cannot do without instruments is re-run the analysis, which is why independent testing exists.
How recent should a certificate be?
Ideally it should be the analysis performed on your batch at or near the time it was produced. There is no fixed shelf life for the document, but analysis is a snapshot: a certificate from several years ago describes material as it was then, and says nothing about storage and handling since. Test date and manufacture date should both appear and should be close together.
What if the supplier will not provide a chromatogram?
It is a reasonable request and a reasonable thing to weigh in the answer. The chromatogram is the underlying evidence for the purity figure, and it shows peak shape, shoulders and co-elution that a single integrated percentage cannot. A supplier who holds the data and declines to share it is telling you something about their documentation practice.
Sourcing Research Materials In Canada
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”:”Does a certificate of analysis mean a compound is approved or regulated?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. A COA is an analytical test record produced by a laboratory. No regulator issues, reviews, or endorses one, and it confers no authorization of any kind. The certificate speaks to what is in the vial, not to what may lawfully be done with it.”}},
{“@type”:”Question”,”name”:”What is the difference between a COA and a third-party test report?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”A manufacturer COA is produced by the synthesizer’s own quality control laboratory, usually for every batch. A third-party report comes from an independent lab with no commercial interest in the result, but is often commissioned for selected batches rather than run as standard.”}},
{“@type”:”Question”,”name”:”Why does the purity on the certificate not match the amount of peptide I have?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Because they are different measurements. HPLC purity is a share of the material the detector can see; net peptide content is a share of the powder’s mass, including counterion salt and residual water that are invisible to HPLC. A vial can be 99% pure and around 80% peptide by mass with no contradiction.”}},
{“@type”:”Question”,”name”:”Can I verify a certificate of analysis myself?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Partly. You can match the lot number to your vial, calculate the theoretical mass from the printed sequence and compare it to the observed mass, check that a method accompanies the purity figure, and look up the testing laboratory. What you cannot do without instruments is re-run the analysis.”}},
{“@type”:”Question”,”name”:”How recent should a certificate be?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Ideally it should be the analysis performed on your batch at or near the time it was produced. Analysis is a snapshot: a certificate from several years ago describes material as it was then. Test date and manufacture date should both appear and should be close together.”}},
{“@type”:”Question”,”name”:”What if the supplier will not provide a chromatogram?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”It is a reasonable request. The chromatogram is the underlying evidence for the purity figure, and it shows peak shape, shoulders and co-elution that a single integrated percentage cannot. A supplier who holds the data and declines to share it is telling you something about their documentation practice.”}}
]
}