get.outline.index {fCI}R Documentation

find the outline genes of a given distribution

Description

find the outline genes of a given distribution

Usage

get.outline.index(values)

Arguments

values

Details

TBD

Value

indexes

remove the index of values that are outliners based on the t-test with alpha=0.05

Note

TBD

Author(s)

Shaojun Tang

References

http://software.steenlab.org/fCI/

See Also

TBD

Examples


  values=rnorm(100)
  get.outline.index(values)


[Package fCI version 1.24.0 Index]