> For the complete documentation index, see [llms.txt](https://docs.rplpeptides.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rplpeptides.com/docs/glossary/laboratory-terms/analytical-method.md).

# Analytical Method

## Definition

An analytical method is a documented procedure for performing a chemical or physical analysis, specifying the equipment, reagents, conditions, and calculations required to obtain a result.

## Overview

Analytical methods are the foundation of quality testing. Each test on a COA (HPLC purity, MS identity, assay) is performed according to a validated analytical method that ensures consistent, reliable results.

## Technical Explanation

**Common Analytical Methods for Peptides:**

| Method              | Purpose                       | Key Parameters                          |
| ------------------- | ----------------------------- | --------------------------------------- |
| RP-HPLC             | Purity determination          | Column, gradient, wavelength, flow rate |
| LC-MS               | Identity + purity             | HPLC conditions + MS parameters         |
| Mass Spectrometry   | Molecular weight confirmation | Ionization mode, mass range             |
| Amino Acid Analysis | Composition verification      | Hydrolysis, derivatization, detection   |
| Karl Fischer        | Water content                 | Titration parameters                    |
| LAL Test            | Endotoxin detection           | Sensitivity, incubation conditions      |

**Method Validation Parameters (ICH Q2):**

* Accuracy (recovery)
* Precision (repeatability, intermediate precision)
* Specificity (ability to measure the analyte without interference)
* Detection Limit (LOD)
* Quantitation Limit (LOQ)
* Linearity (response vs. concentration)
* Range
* Robustness

## Importance in Peptide Documentation

The analytical method used for each test is listed on the COA. Reproducibility of results depends on using consistent methods. Method changes require re-validation and may affect specification limits.

## Related Terms

* [HPLC](/docs/glossary/analytical-terms/hplc.md)
* [Mass Spectrometry](/docs/glossary/analytical-terms/mass-spectrometry.md)
* [Reference Standard](/docs/glossary/laboratory-terms/reference-standard.md)

## Frequently Asked Questions

**Q: Are all peptide purity methods the same?** A: No. Different peptides require different HPLC conditions (column, gradient, wavelength) optimized for their specific properties. Method transfer between labs requires verification.

**Q: What is "method validation"?** A: Validation demonstrates that an analytical method is suitable for its intended purpose. Validated methods provide confidence that test results are accurate and reliable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rplpeptides.com/docs/glossary/laboratory-terms/analytical-method.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
