Skip to content

Commit

Permalink
chore(app): reformulate TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 21, 2023
1 parent c93eebe commit 4f83d2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/lib/common/models/drug/drug_inhibitors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const Map<String, Map<String, String>> strongDrugInhibitors = {
};

// Inhibit phenotype for gene by adapting the activity score by a defined
// factor
// TODO(tamslo): implement inhibition (currently only showing the warning)
// https://github.com/hpi-dhc/PharMe/issues/667
// factor; not implement yet, currently only showing the warning (see
// https://github.com/hpi-dhc/PharMe/issues/667)
const Map<String, Map<String, double>> moderateDrugInhibitors = {
'CYP2D6': {
'abiraterone': 0.5,
Expand Down

0 comments on commit 4f83d2f

Please sign in to comment.