BestTool | R Documentation |
This function computes confusion matrix and accuracy for single methods.
BestTool(BestPat, tools)
BestPat |
the table with summarized data generated with SumSingleTools() function |
tools |
the list of names of tools to compute the accuracy |
selectedTools <- c("CPC2", "PLEK", "FEELnc", "CPAT", "CNCI", "LncFinder")
BP.cpt <- BestTool(BestPat = BestPat1, selectedTools)
BP.cpt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.