calc_accuracy_measures: Calculate precision, sensitivity and F1-score of a method in...

View source: R/utils.R

calc_accuracy_measuresR Documentation

Calculate precision, sensitivity and F1-score of a method in a master table

Description

Calculate precision, sensitivity and F1-score of a method in a master table

Usage

calc_accuracy_measures(input_table, method_name, truth_name)

Arguments

input_table

A data.frame. The master table.

method_name

A 1-length string. The name of the method to calculate the accuracy measures.

truth_name

A 1-length string. The name of the ground-truth to validate the method.

Value

A named vector with the accuracy measures.


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