.getORFScoreSign | R Documentation |
Calculate ORFScore sign
.getORFScoreSign(targetFrame, frame1, frame2, frame3)
targetFrame |
A numeric variable of the target frame. This frame is expected to have larger counts than the other two. |
frame1 |
A numeric variable of frame 1 counts. |
frame2 |
A numeric variable of frame 2 counts. |
frame3 |
A numeric variable of frame 3 counts. |
A numeric variable (-1 or +1), depending on:
targetFrame == 1: if frame1 > frame2 and frame3, then +1, else -1;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.