CutoffCalling {MAGeCKFlute}R Documentation

Call cutoff

Description

Calculate standard deviation as cutoff for a numeric vector

Usage

CutoffCalling(d, scale = FALSE)

Arguments

d

A numeric vector.

scale

Boolean or numeric, whether scale cutoff to whole genome level, or how many standard deviation will be used as cutoff.

Value

A numeric value.

Examples

CutoffCalling(rnorm(10000))

[Package MAGeCKFlute version 1.2.3 Index]