pyprobound.plotting.keff_consistency
- keff_consistency(experiment, batch, columns=None, kernel=500, max_split=None)
Plots the modified fraction, binned by predicted Kd.
- Parameters:
experiment (
Experiment) – An experiment modeling a Kinase-seq selection.batch (
CountBatch) – A batch corresponding to the provided experiment.columns (
list[int] |None) – The column indices to keep for plotting.kernel (
int) – The bin for average pooling of Kd-sorted sequences.max_split (
int|None) – Maximum number of sequences scored at a time.
- Return type:
None