Learn R Programming

SNPhood (version 1.2.3)

changeObjectIntegrityChecking: Disable object integrity checking for a SNPhood object.

Description

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.

Usage

changeObjectIntegrityChecking(SNPhood.o, disable = FALSE, verbose = TRUE)

Arguments

SNPhood.o
Object of class SNPhood
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?

Value

Object of class SNPhood with object integrity checking disabled.

Examples

Run this code
data(SNPhood.o, package="SNPhood")
SNPhood.o = changeObjectIntegrityChecking(SNPhood.o, disable = TRUE)

Run the code above in your browser using DataLab