validate.FC: Validate Foldchange

Description Usage Arguments Details References

View source: R/validate.input.R

Description

This function ensures the fold change minimum, maximum, and step are valid.

Usage

1
validate.FC(FCmin, FCmax, FCstep)

Arguments

FCmin

The minimum starting fold change cutoff to be checked, so the minimum fold change cutoff to be evaluated will be FCmin + FCstep, FCmin default = 1.

FCmax

The maximum fold change cutoff to be checked, default = 2.

FCstep

The step from the minimum to maximum fold change cutoff, one step increase at a time, default = 0.01.

Details

Specifically it checks that the FCmax is greater than the FCmin, that at least 1 FCstep can fit within the FCmax and FCmin, that FCmax and FCmin values are non-negative, and that FCstep is positive.

References

Xingpeng Li, Tatiana Gelaf Romer & Siddhartha Pachhai RVA - RNAseq Visualization Automation tool.


RVA documentation built on Nov. 2, 2021, 1:06 a.m.