check_accuracy_per_coverage | R Documentation |
Return a ggplot object for visualization.
check_accuracy_per_coverage(
master_table,
method_names,
output_method_names = NULL,
data_name,
truth_name,
coverage_threshold
)
master_table |
A data.frame. The input master table. |
method_names |
A vector of strings. The names of the methods to be compared in the master table. |
output_method_names |
A vector of strings. How to output the names of the methods to be compared. The defaut is NULL. |
data_name |
A 1-length string. The name of the dataset used with the methods to be compared. |
truth_name |
A 1-length string. The name of the ground-truth. |
coverage_threshold |
A vector of integers. The minimum thresholds to filer by read coverage. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.