Skip to content

Enum: AffinityParameterEnum

The types of parameters that can be used to describe the affinity between two entities, characteristically chemicals and proteins.

Permissible Values

Value Meaning Description
pIC50 None Negative logarithm of the molar concentration of a chemical that produces a 50% inhibition of a function
pEC50 None Negative logarithm of the molar concentration of a chemical that produces a 50% excitation of a function
pAC50 None None
pXC50 None None
pKi None None
pKd None None

Slots constrained by this enum

Name
affinity_parameter

LinkML Source

name: AffinityParameterEnum
description: The types of parameters that can be used to describe the affinity between
  two entities, characteristically chemicals and proteins.
from_schema: https://w3id.org/biolink/biolink-model
permissible_values:
  pIC50:
    text: pIC50
    description: Negative logarithm of the molar concentration of a chemical that
      produces a 50% inhibition of a function
  pEC50:
    text: pEC50
    description: Negative logarithm of the molar concentration of a chemical that
      produces a 50% excitation of a function
  pAC50:
    text: pAC50
  pXC50:
    text: pXC50
  pKi:
    text: pKi
  pKd:
    text: pKd