dot-getORFScoreSign: Calculate ORFScore sign

.getORFScoreSignR Documentation

Calculate ORFScore sign

Description

Calculate ORFScore sign

Usage

.getORFScoreSign(targetFrame, frame1, frame2, frame3)

Arguments

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.

Value

A numeric variable (-1 or +1), depending on:

  1. targetFrame == 1: if frame1 > frame2 and frame3, then +1, else -1;


nzhang89/RiboSeeker documentation built on April 15, 2022, 10:18 a.m.