| observed_bc | R Documentation |
Calculates observed base call counts stored in nx4 matrix bases.
observed_bc(bases)
bases |
matrix of observed base call counts. |
vector of observed base calls.
bases <- matrix(c( 1, 0, 9, 0,
5, 0, 5, 0,
0, 10, 0, 0),
ncol = 4, byrow = TRUE)
# show observed base call counts
observed_bc(bases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.