View source: R/15.calculate_mse.R
calculate_mse | R Documentation |
Calculate mean squared errors (MSE) for each searched site which is assumed bisection site (i.e. potential CP site).
calculate_mse(.ele, search_point_START, search_point_END)
.ele |
A numeric vector, storing 3' UTR coverage for a give sample or collapsed 3' UTR coverage for a given condition |
search_point_START |
An integer, specifying the start position to calculate MSE |
search_point_END |
An integer, specifying end position to calculate MSE |
a vector of numeric, containing mean squared errors for each searched site when which is assumed as a bisection site (i.e. potential CP site).
Jianhong Ou, Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.