View source: R/other_functions.R
get_distribution | R Documentation |
get_distribution
get_distribution(heteroplasmy_matrix, FUNCTION, index = NULL)
heteroplasmy_matrix |
Third element returned by get_heteroplasmy. |
FUNCTION |
A character specifying the function to be applied on each column of matrix. The possible values are: mean,max,min,median and sum. |
index |
index returned by get_heteroplasmy. |
It returns a numeric vector with length equal to n_col of matrix where each element contains the result of the operation defined by FUNCTION.
Gabriele Lubatti <gabriele.lubatti@helmholtz-muenchen.de>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.