View source: R/plot_perregion.R
plot_perregion | R Documentation |
Recall, precision, F1 per region
plot_perregion(eval, regions.gr, min.region.ol = 0.5, plot = TRUE)
eval |
the output of |
regions.gr |
GRanges object with regions of interest |
min.region.ol |
minimum proportion of variant that must overlap regions.gr. Default is 0.5 |
plot |
should the function return the plot list. Default is TRUE. If FALSE, returns a data.frame. |
a list of ggplot objects if plot=TRUE (default); a data.frame otherwise.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.