SumSingleTools: SumSingleTools function

View source: R/SumSingleTools.R

SumSingleToolsR Documentation

SumSingleTools function

Description

This function summarise coding potential results for single tools.

Usage

SumSingleTools(CodPot.tbl2, nc_test, cds_test)

Arguments

CodPot.tbl2

the table with categorical values (0,1) where 0 means high coding potential and 1 means non-coding sequence.

nc_test

the list of names of non-coding sequences for accuracy test (should be as the part of sequence names in the CodPot.tbl2)

cds_test

the list of names of protein coding sequences for accuracy test (should be as the part of sequence names in the CodPot.tbl2)

Examples

BestPat1 <- SumSingleTools(CodPot.tbl2 = tbl2, nc_test = nc_tt$nc.test, cds_test = cds_tt$cds.test)

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