Rdocumentation
powered by
Learn R Programming
HTSeqGenie (version 4.2.0)
getConfig.integer: Check if a config parameter is an integer
Description
Throws exception if value is no integer
Usage
getConfig.integer(p, tol = 1e-08, ...)
Arguments
p
Name of parameter
tol
Tolerance that controls how far a value can be from the next integer.
...
Additinal parameters passed to getConfig()
Value
Value of parameter as integer