Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Apr 27, 2024
1 parent fa3787b commit ce78cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions screenpro/assays.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ def copy(self):

def calculateDrugScreen(self, t0, untreated, treated, db_untreated, db_treated, score_level):
"""
Calculate gamma, rho, and tau phenotype scores for a drug screen dataset in a given `score_level`
see this issue for discussion https://github.com/abearab/ScreenPro2/issues/15.
Calculate `gamma`, `rho`, and `tau` phenotype scores for a drug screen dataset in a given `score_level`.
To normalize by growth rate, the doubling rate of the untreated and treated conditions are required.
Args:
t0 (str): name of the untreated condition
untreated (str): name of the untreated condition
Expand Down Expand Up @@ -76,8 +77,7 @@ def calculateDrugScreen(self, t0, untreated, treated, db_untreated, db_treated,

def calculateFlowBasedScreen(self, low_bin, high_bin, score_level):
"""
Calculate phenotype scores for a flow-based screen dataset
see this issue for discussion https://github.com/abearab/ScreenPro2/issues/17
Calculate phenotype scores for a flow-based screen dataset.
Args:
low_bin (str): name of the low bin condition
Expand Down

0 comments on commit ce78cda

Please sign in to comment.