Skip to content

Enum: ResponseTargetEnum

The target of a treatment or intervention

Permissible Values

Value Meaning Description
cohort None A group of individuals that are the target of a treatment or intervention
cell line None A cell line that is the target of a treatment or intervention
individual None An individual that is the target of a treatment or intervention
sample None A biological materialsample that is the target of a treatment or intervention

Slots constrained by this enum

Name
response_target_context_qualifier

LinkML Source

name: ResponseTargetEnum
description: The target of a treatment or intervention
from_schema: https://w3id.org/biolink/biolink-model
permissible_values:
  cohort:
    text: cohort
    description: A group of individuals that are the target of a treatment or intervention
  cell line:
    text: cell line
    description: A cell line that is the target of a treatment or intervention
  individual:
    text: individual
    description: An individual that is the target of a treatment or intervention
  sample:
    text: sample
    description: A biological materialsample that is the target of a treatment or
      intervention