Benchling · Schema

MonomerType

The part of the nucleotide structure that the monomer fits into, i.e. backbone or branch

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

MonomerType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/MonomerType.json",
  "title": "MonomerType",
  "description": "The part of the nucleotide structure that the monomer fits into, i.e. backbone or branch",
  "enum": [
    "BACKBONE",
    "BRANCH"
  ],
  "type": "string"
}