cpa.ComPertAPI.latent_dose_response2D#
- ComPertAPI.latent_dose_response2D(perturbations, dose=None, contvar_min=0, contvar_max=1, n_points=100)[source]#
- Parameters:
- perturbations list, optional (default: None)
List of atomic drugs for which to return latent dose response. Currently drug combinations are not supported.
- doses np.array (default: None)
Doses values. If None, default values will be generated on a grid: n_points in range [contvar_min, contvar_max].
- contvar_min float (default: 0)
Minimum dose value to generate for default option.
- contvar_max float (default: 0)
Maximum dose value to generate for default option.
- n_points int (default: 100)
Number of dose points to generate for default option.
- Returns:
: pd.DataFrame