This is an initialization method with an optional skipValidity argument. If this argument is set to TRUE, the validity check is skipped. This is used by some internal functions within the package, as the validity check can be slow, and internal code is (presumably) guaranteed to produce valid objects.
# S4 method for canSkipValidity
initialize(.Object, ...)# S4 method for geneticDataList
initialize(.Object, ...)
the object to initialize
Other arguments. Only skipValidity is used.
Initialize method which can skip the validity check