Skip to content

Commit

Permalink
Add Imax snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 5, 2024
1 parent 616543a commit 61aaf69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@
],
"description": "Emax equation\n"
},
"Imax model": {
"prefix": ["Imax"],
"body": [
"I = I0 - (Imax * C**Hill) / (IC50**Hill + C**Hill)"
],
"description": "Imax equation\n"
},
"Logit IIV": {
"prefix": ["logit_iiv"],
"body": [
Expand Down

0 comments on commit 61aaf69

Please sign in to comment.