You're viewing a demo portfolio

Join the waitlist
PRSM

codon_adaptation_index

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.seqbench/workbench

1/7 registries
View full server →
codon_adaptation_index — com.seqbench/workbench — PRSM MCP