convertFoldChange {miRNApath} | R Documentation |
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.
convertFoldChange(foldchanges, style)
foldchanges |
numerical values with fold changes |
style |
type of fold change to return. |
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.
numerical values in the defined format
James M. Ward jmw86069@gmail.com
## No examples currently.