evalOl | R Documentation |
Compute FP, FN, TP
evalOl(ol.gr, truth.gr, calls.gr)
ol.gr |
an GRanges with overlap information and filtered/annotated by |
truth.gr |
the original SVs from the truthset. Correspond to the queryHits in ol.gr. Use only variants with 'pass' column. |
calls.gr |
the original SVs from the callset. Correspond to the subjectHits in ol.gr. Use only variants with 'pass' column. |
a list with
eval |
a data.frame with FP, FN and TP for each SV type. |
regions |
a list of FN/FP/TP regions for each SV type |
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.