in_silico_pcr
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Predict PCR products for a template and a pair of primers (IUPAC-aware, allows mismatches, handles circular templates).
Parameters schema
{
"type": "object",
"required": [
"template",
"forwardPrimer",
"reversePrimer"
],
"properties": {
"circular": {
"type": "boolean",
"default": false,
"description": "Treat the template as circular (plasmid)."
},
"template": {
"type": "string",
"description": "Nucleotide sequence (raw or FASTA; IUPAC accepted)."
},
"forwardPrimer": {
"type": "string",
"description": "Primer 1, 5'→3'."
},
"maxMismatches": {
"type": "integer",
"default": 0,
"description": "Mismatches tolerated per primer."
},
"reversePrimer": {
"type": "string",
"description": "Primer 2, 5'→3' (order does not matter)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.seqbench/workbench
1/7 registries