col_JS_divergence | R Documentation |
The 2 data.frames p
and q
must have the same dimensions. The calculated data.frame m
is the mean between p
and q
col_JS_divergence(p, q)
p |
A data.frame of positional probabilities |
q |
Another data.frame of positional probabilities |
A numeric list
H_i <- mapply(FUN = col_JS_divergence, p = ppm_p, q = ppm_q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.