add_variant_density_of_a_method | R Documentation |
Add column of density of variants around each variant called by a method
add_variant_density_of_a_method(input_table, window_size, used_methods)
input_table |
A data.frame. The input master table. |
window_size |
A 1-length integer. The size of the window where variants are used to calculate the density of variants around a each variant called by the specified method. |
used_methods |
A vector of strings. The names of the methods to be used. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.