BestTool: BestTool function

View source: R/BestTool.R

BestToolR Documentation

BestTool function

Description

This function computes confusion matrix and accuracy for single methods.

Usage

BestTool(BestPat, tools)

Arguments

BestPat

the table with summarized data generated with SumSingleTools() function

tools

the list of names of tools to compute the accuracy

Examples

selectedTools <- c("CPC2", "PLEK", "FEELnc", "CPAT", "CNCI", "LncFinder")
BP.cpt <- BestTool(BestPat = BestPat1, selectedTools)
BP.cpt

prodakt/lncRna documentation built on June 1, 2025, 1:05 p.m.