SumAtLeast | R Documentation |
This function summarise coding potential results for several tools counting if any sequence is predicted by at least n tools.
SumAtLeast(BestPat, tools)
BestPat |
the table with summarized data generated with SumSingleTools() function |
tools |
the list of names of tools to compute the accuracy |
BestPat2 <- SumAtLeast(BestPat = BestPat1, tools = selectedTools)
head(BestPat2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.