sprime is a biomedical library for screening high-throughput screening data in preclinical drug studies. Current version 0.2.2, requires Python >=3.8, released irregularly.
pip install sprimeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import the package and call compute_sprime.
Upgrade to >=0.2.0 and re-run analysis with new API.
Use 'import sprime' or 'from sprime import some_function'.
Ensure input data is numeric (e.g., list of floats).
Run 'pip install sprime' and then 'import sprime'.
Provide a data array: compute_sprime(data=your_data).