convertFoldChange: Converts Fold Change to Consistent Format

Description Usage Arguments Details Value Author(s) Examples

Description

The script tries to determine if the fold changes are in an expected format, and if not, does its best to convert correctly. Internal function.

Usage

1
convertFoldChange(foldchanges, style)

Arguments

foldchanges

numerical values with fold changes

style

type of fold change to return.

Details

Allowed formats are: "log directional" (contains continuous numbers positive and negative, including numbers between -1 and 1), "directional", includes positive and negative values, but no numbers between -1 and 1, and "fractional", includes values greater than zero, especially those less than one.

Value

numerical values in the defined format

Author(s)

James M. Ward jmw86069@gmail.com

Examples

1
## No examples currently.

miRNApath documentation built on Nov. 8, 2020, 4:52 p.m.