From d4bbc23dd7f6f6fab987c89b4a225114bc9d2d84 Mon Sep 17 00:00:00 2001 From: abearab Date: Sat, 13 Jul 2024 14:29:54 -0700 Subject: [PATCH] simplify --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 247973f..0ca3fa9 100644 --- a/README.md +++ b/README.md @@ -220,8 +220,6 @@ screen.calculateDrugScreen( t0='T0', untreated='DMSO', # replace with the label for untreated condition treated='Drug', # replace with the label for treated condition - db_untreated=1, # replace with doubling rate of untreated condition - db_treated=1, # replace with doubling rate of treated condition score_level='compare_reps' ) ```