pyprobound.plotting.contribution
- contribution(rnd, batch, kernel=500, max_split=None)
Plots the predicted relative contribution of every Binding component.
- Parameters:
rnd (
BaseRound|Aggregate) – A component containing an aggregate of different modes.batch (
CountBatch) – A batch corresponding to the provided experiment.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