base_ratio | R Documentation |
Calculates base call ratios for base counts.
bases
is expected to be a nx4 matrix or data frame.
base_ratio(bases)
bases |
nx4 matrix or data frame of base call counts. |
data frame of base call rations bases
.
bases <- matrix(c(5, 0, 5, 0, 1, 1, 1, 1), byrow = TRUE, ncol = 4) ratio <- base_ratio(bases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.