check_accuracy_per_coverage: Barplot of accuracy measures for different methods and...

View source: R/utils.R

check_accuracy_per_coverageR Documentation

Barplot of accuracy measures for different methods and coverage

Description

Return a ggplot object for visualization.

Usage

check_accuracy_per_coverage(
  master_table,
  method_names,
  output_method_names = NULL,
  data_name,
  truth_name,
  coverage_threshold
)

Arguments

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.

Value

A ggplot object.


vladimirsouza/lrRNAseqBenchmark documentation built on March 23, 2023, 7:32 a.m.