SumAtLeast: SumAtLeast function

View source: R/SumAtLeast.R

SumAtLeastR Documentation

SumAtLeast function

Description

This function summarise coding potential results for several tools counting if any sequence is predicted by at least n tools.

Usage

SumAtLeast(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

BestPat2 <- SumAtLeast(BestPat = BestPat1, tools = selectedTools)
head(BestPat2)


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