| convert_base_to_number | R Documentation |
ggDNAvis helper)This function takes a single base and numerically
encodes it for visualisation via rasterise_matrix().
Encoding: A = 1, C = 2, G = 3, T/U = 4.
convert_base_to_number(base)
base |
|
integer. The corresponding number.
convert_base_to_number("A")
convert_base_to_number("c")
convert_base_to_number("g")
convert_base_to_number("T")
convert_base_to_number("u")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.