arrest_rate | R Documentation |
Calculates arrest rate from arrest and through reads.
arrest_rate(arrest_cov, through_cov)
arrest_cov |
numeric vector of read coverage that exhibit read arrest. |
through_cov |
numeric vector of read coverage that DO NOT exhibit read arrest. |
numeric vector of arrest rates.
arrest_cov <- c(10, 1, 0) through_cov <- c(0, 1, 1) str(arrest_rate(arrest_cov, through_cov))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.