Skip to content

Commit

Permalink
Fix broken link (#15)
Browse files Browse the repository at this point in the history
* fix broken link

* Spellcheck=>Global Workflow

* MarkdownLinkCheck=>Global

* update

* MarkdownLinkCheck=>Global

* MarkdownLinkCheck=>Global

* MarkdownLinkCheck=>Global

* CrossrefCheck => global

* CrossrefCheck => global

* CrossrefCheck => global

* CrossrefCheck => global

* XRefCheck => global

* CrossRefCheck (without Anchors)

* XRefCheck => global

* XRefCheck => global

* XRefCheck => global

* fix broken crossref

* fix broken crossref

Co-authored-by: Yuri05 <[email protected]>
  • Loading branch information
Yuri05 and Yuri05 authored May 4, 2022
1 parent 3257c1e commit 5fd0d8b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/MarkdownLinksCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on:
push:
branches:
- review

jobs:
markdown-link-check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/MarkdownLinksCheck.yml@main
with:
folder-path: 'Evaluation/report'
8 changes: 8 additions & 0 deletions .github/workflows/SpellChecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Spellcheck

on:
[push, pull_request]

jobs:
Spellcheck:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/SpellChecker.yml@main
12 changes: 12 additions & 0 deletions .github/workflows/XRefCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: XRefCheck

on:
push:
branches:
- review

jobs:
crossref-check-without-anchors:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/XRefCheck.yml@main
with:
ignored-folders: 'Evaluation/Input'
2 changes: 2 additions & 0 deletions .github/workflows/wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conc
filmtablet
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The reported dose fractions of erythromycin undergoing unchanged renal excretion

### 2.3.4 Autoinhibition

In the scientific literature, large ranges have been reported for K<sub>I</sub> and k<sub>inact</sub> ([Section 2.2.2](#222-in-vitro-data-on-mechanism-based-inhibition-of-cyp3a)). Since the exact values are unknown, `K_kinact_half` and `kinact` were both optimized within the observed range (see [Section 2.2.2](#222-in-vitro-data-on-mechanism-based-inhibition-of-cyp3a)) during model building to best match the observed clinical data.
In the scientific literature, large ranges have been reported for K<sub>I</sub> and k<sub>inact</sub> ([Section 2.2.2](#222in-vitro-data-on-mechanism-based-inhibition-of-cyp3a)). Since the exact values are unknown, `K_kinact_half` and `kinact` were both optimized within the observed range (see [Section 2.2.2](#222in-vitro-data-on-mechanism-based-inhibition-of-cyp3a)) during model building to best match the observed clinical data.

To better inform optimization of these two parameters, clinical data of a midazolam-erythromycin interaction study conducted by Olkkola et al. ([Olkkola 1993](#5-references)) were included in the parameter optimization during model building. Therefore, the midazolam PBPK model v0.9 available on OSP GitHub (https://github.com/Open-Systems-Pharmacology/Midazolam-Model/releases/tag/0.9) was loaded in the PK-Sim® erythromycin file and the study by Olkkola et al. ([Olkkola 1993](#5-references)) was simulated. However, instead of using the reported midazolam plasma concentrations as observed data in the parameter identification, the AUC of midazolam was used. More specifically, a midazolam target AUC after IV and oral administration was calculated by multiplying the simulated midazolam AUC (24.3 and 54.0 µmol min/L and after IV and oral administration, respectively) with the observed geometric mean AUC ratio (1.96 and 4.07 after IV and PO administration, respectively) ([Olkkola 1993](#5-references)) resulting in target AUCs of 47.4 and 220 µmol min/L after IV and oral administration of midazolam, respectively. These values were included as observed data values in the parameter identification during model building. Since the AUC is not a default output that can directly be used in the parameter identification, the PBPK model structure was modified prior to running the parameter identification as described in the following. After exporting the model to MoBi®, an artificial reaction of a dummy molecule was created. The reaction rate was defined as the simulated peripheral venous blood plasma concentration of midazolam, hence yielding the AUC at any specific time point. Thereafter, the model was imported in PK-Sim® and included in the parameter identification. After being used in the parameter identification during model building, the model was not used any further.

Expand Down

0 comments on commit 5fd0d8b

Please sign in to comment.