changeObjectIntegrityChecking {SNPhood} | R Documentation |
The function changeObjectIntegrityChecking
disables object integrity checking for a SNPhood object.
This might be desired for large objects when the integrity test takes too much time.
Note, however, that disabling these checks is not recommended.
changeObjectIntegrityChecking(SNPhood.o, disable = FALSE, verbose = TRUE)
SNPhood.o |
Object of class |
disable |
Logical(1). Default FALSE. Disable the object integrity checking? |
verbose |
Logical(1). Default TRUE. Should the verbose mode (i.e., diagnostic messages during execution of the script) be enabled? |
Object of class SNPhood
with object integrity checking disabled.
data(SNPhood.o, package="SNPhood") SNPhood.o = changeObjectIntegrityChecking(SNPhood.o, disable = TRUE)