Skip to content

Commit

Permalink
Fixed an error in the text for the pyvipr mention. Added an extra det…
Browse files Browse the repository at this point in the history
…ail of the Expression name for the PD function macros.
  • Loading branch information
blakeaw committed May 30, 2023
1 parent 9ff11af commit 85096f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ PK functions:

PD functions:

* `emax` - Adds an Emax model expression for the specified drug/species in a given compartment.
* `sigmoidal_emax` - Adds a sigmoidal Emax model expression for the specified drug/species in a given compartment.
* `linear_effect` - Adds a linear effect model expression for the specified drug/specis in a given compartment.
* `emax` - Adds an Emax model expression for the specified drug/species in a given compartment. Generates a PySB Expression with name: 'Emax_expr_DrugName_CompartmentName'
* `sigmoidal_emax` - Adds a sigmoidal Emax model expression for the specified drug/species in a given compartment. Generates a PySB Expression with name: 'Emax_expr_DrugName_CompartmentName'
* `linear_effect` - Adds a linear effect model expression for the specified drug/specis in a given compartment. Generates a PySB Expression with name: 'LinearEffect_expr_DrugName_CompartmentName'

Dosing functions:

Expand Down Expand Up @@ -214,6 +214,6 @@ If you want to separately fit response data independetly of PK data, then the [p

## PySB model visualization

[pyvipr](https://github.com/LoLab-MSM/pyvipr) can bu used for static and dynamic PySB model visualizations.
[pyvipr](https://github.com/LoLab-MSM/pyvipr) can be used for static and dynamic PySB model visualizations.

-----

0 comments on commit 85096f9

Please sign in to comment.