two.sample.log.ratio {fCI}R Documentation

compute the log ratios of two vectors

Description

compute the log ratios of two vectors

Usage

two.sample.log.ratio(a, b)

Arguments

a

a vector of numeric values (value must be greater than 0)

b

a vector of numeric values (value must be greater than 0)

Details

TBD

Value

ratios

the log ratios of two vectors

Note

TBD

Author(s)

Shaojun Tang

References

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

See Also

TBD

Examples

  
  a=10
  b=2
  two.sample.log.ratio(a, b)


[Package fCI version 1.24.0 Index]