twoSetsAveragePwmDivergenceFromAlignmentVector {DiffLogo} | R Documentation |
Computes average pwm divergence from alignment vector for two datasets. This equals to average divergence between all pairs where one pwm comes from left set, and other comes from right
twoSetsAveragePwmDivergenceFromAlignmentVector(left_pwms_list, left_pwms_alignment, right_pwms_list, right_pwms_alignment, divergence = shannonDivergence)
left_pwms_list |
is a list of matrixes |
left_pwms_alignment |
is a list of shifts ($shift) and orientations ($direction) |
right_pwms_list |
is a list of matrixes |
right_pwms_alignment |
is a list of shifts ($shift) and orientations ($direction) |
divergence |
divergence measure. |
float
Lando Andrey