View source: R/data_manip_utils.R
format_bp | R Documentation |
Format a number of base pairs using the most appropriate unit.
format_bp(x)
x |
A numeric vector representing numbers of base pairs. |
A character vector containing string representations of the number of base pairs, using appropriate SI prefixes.
format_bp(c(100, 1000, 1e6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.