zScoreThrethold {InPAS} | R Documentation |
calculate local background cutoff value based on z-score
zScoreThrethold(background, introns, totalCov, utr3, z = 2)
background |
background range |
introns |
GRanges of introns |
totalCov |
total coverage of output of totalCoverage |
utr3 |
output of utr3Annotation |
z |
z score cut off value |
a numeric vector
Jianhong Ou