col_sub_abs | R Documentation |
Helper function to calculate the sum of the absolute difference between 2 position probability matrices
col_sub_abs(p, q)
p |
|
q |
a numeric vector
sum_abs_delta_prob_l <- mapply(FUN = col_sub_abs, p = ppm_p, q = ppm_q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.