two.sample.log.ratio: compute the log ratios of two vectors

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/utils.R

Description

compute the log ratios of two vectors

Usage

1

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

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

fCI documentation built on Nov. 8, 2020, 6:53 p.m.