Usage
Arguments
| Argument | Required | Description |
|---|---|---|
--amplicon, -a | Yes | Amplicon sequence or FASTA file path |
--min-length | No | Minimum length (default: 70 bp) |
--max-length | No | Maximum length (default: 150 bp) |
--output, -o | No | Output file path |
--format | No | Output format: text or json |
Examples
Basic amplicon QC
Custom length range
From FASTA file
JSON output
Validation Criteria
| Criterion | Optimal Range | Description |
|---|---|---|
| Length | 70-150 bp | qPCR optimal amplicon size |
| GC Content | 40-60% | Balanced base composition |
| Secondary Structure | ΔG > -3 kcal/mol | Minimal self-folding |
Output Fields
| Field | Description |
|---|---|
| Length | Amplicon length in bp |
| GC Content | Percentage of G+C bases |
| Amplicon Tm | Predicted melting temperature |
| Length OK | Passes length validation |
| GC OK | Passes GC content validation |
| Structure OK | Passes secondary structure check |
| Quality Score | Overall score (0-100) |
| Grade | Quality grade (A-F) |
See Also
- probe-check - TaqMan probe binding
- melt-curve - SYBR melt curve prediction
- qPCR Advanced Tutorial