ArcInstitute / ScreenPro2

Flexible analysis of high-content CRISPR screening
https://screenpro2.rtfd.io
Other
21 stars 4 forks source link

Add in accessibility for calculateDrugScreen #94

Closed chriswzou closed 2 months ago

chriswzou commented 2 months ago

As a wrapper around runPhenoScore, calculateDrugScreen can lead to unexpected behavior when:

This PR implements a check in _calculateGrowthFactor to catch the former and improves the docstring and signature of the calculateDrugScreen function to catch the latter.

Does pushing update the documentation/run tests automatically? How do we typically do these two?