Skip to content

Basic Structure of a Protocol

Tailwind CSS chat bubble component

What should a well-written SOP actually look like?

A protocol should follow a predictable structure. This improves readability and reviewability.

Example file:

  • DNA_Extraction.md
# DNA Extraction – CTAB Method
## Purpose
Brief description of what the protocol achieves.
## Materials
- CTAB buffer
- Proteinase K
- Chloroform
## Equipment
- Centrifuge
- Heat block
## Procedure
1. Grind tissue.
2. Add buffer.
3. Incubate at 55°C.
## Expected Results
Describe quality criteria.
## Troubleshooting
Common problems and solutions.

Consistent structure:

  • Makes review easier
  • Reduces ambiguity
  • Improves reproducibility
  • Supports automated parsing later

Structure is not decoration — it is part of scientific rigor.