Description Usage Arguments Value Examples
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.
1 | 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.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.