View source: R/ClassifierHelpers.R
strongCDS | R Documentation |
A filter to say if a CDS has strong indication of translation, used as part of positives training set
strongCDS(coverage, fpkm, startCodonCoverage, startRegionRelative, ORFScore)
coverage |
(counts over region) |
fpkm |
FPKM value of region |
startCodonCoverage |
(Coverage of startcodon +/- 1 base region) |
startRegionRelative |
Relative coverage of start region to upstream short region |
ORFScore |
Periodicity score of triplets, > 0 if frame 0 has most reads. |
logical TRUE/FALSE per row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.