Benchling · Schema

AaSequencesFindMatchingRegion

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
registryId string An optional Registry ID to restrict the region search to
schemaId string Schema ID for the type of AA to match to the source sequence
targetAASequenceIds array API IDs of the AA sequences which matching regions will be found for
View JSON Schema on GitHub

JSON Schema

AaSequencesFindMatchingRegion.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AaSequencesFindMatchingRegion.json",
  "title": "AaSequencesFindMatchingRegion",
  "additionalProperties": false,
  "properties": {
    "registryId": {
      "description": "An optional Registry ID to restrict the region search to",
      "example": "src_ae40j3TZ",
      "type": "string"
    },
    "schemaId": {
      "description": "Schema ID for the type of AA to match to the source sequence",
      "example": "ts_n4l12nf0",
      "type": "string"
    },
    "targetAASequenceIds": {
      "description": "API IDs of the AA sequences which matching regions will be found for",
      "example": [
        "prtn_W7KgYydE",
        "prtn_g7SI2nih"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "targetAASequenceIds",
    "schemaId"
  ],
  "type": "object"
}