View source: R/SumSingleTools.R
SumSingleTools | R Documentation |
This function summarise coding potential results for single tools.
SumSingleTools(CodPot.tbl2, nc_test, cds_test)
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) |
BestPat1 <- SumSingleTools(CodPot.tbl2 = tbl2, nc_test = nc_tt$nc.test, cds_test = cds_tt$cds.test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.