random_sequence
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Generate a random DNA, RNA or protein sequence, optionally with a target GC content.
Parameters schema
{
"type": "object",
"required": [
"length"
],
"properties": {
"kind": {
"enum": [
"dna",
"rna",
"protein"
],
"type": "string",
"default": "dna"
},
"length": {
"type": "integer",
"default": 100,
"description": "Number of residues to generate."
},
"gcContent": {
"type": "number",
"description": "Target GC percentage 0..100 (dna/rna only); omit for uniform."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.seqbench/workbench
1/7 registries