## S3 method for class 'PairedPSCBS':
estimateKappaByC1Density(this, typeOfWeights=c("dhNbrOfLoci", "sqrt(dhNbrOfLoci)"),
adjust=1, minDensity=0.2, ..., verbose=FALSE)character string specifying how weights
are calculated.numeric scale factor specifying the size of
the bandwidth parameter used by the density estimator.numeric threshold specifying
the minimum density a peak should have in order to consider
it a peak.Verbose.numeric scalar.typeOfWeights="dhNbrOfLoci") is to use
weights proportional to the number of heterozygous SNPs.
An alternative (typeOfWeights="sqrt(dhNbrOfLoci)") is
to use the square root of those counts.*estimateKappa() method.