codon_adaptation_index
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Codon Adaptation Index (CAI) and per-codon relative adaptiveness of a CDS against an expression host, with rare-codon and GC3 analysis.
Parameters schema
{
"type": "object",
"required": [
"sequence"
],
"properties": {
"organism": {
"enum": [
"ecoli",
"human",
"yeast",
"cho",
"pichia",
"insect",
"arabidopsis",
"zebrafish"
],
"type": "string",
"default": "ecoli"
},
"sequence": {
"type": "string",
"description": "Coding sequence (DNA/RNA; should start in-frame at ATG)."
},
"frameStart": {
"type": "integer",
"default": 1,
"description": "1-based position to start reading codons."
},
"rareThreshold": {
"type": "number",
"default": 0.1,
"description": "Relative adaptiveness (w) below this flags a codon as rare."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries