method of setting a threshold:method='mean' threshold is mean(c(arr0, arr1)) for both arrays (used as default)
method='imean' setting individual thresholds as mean values
method='imed' setting individual thresholds as median values
method='i1stQ' setting individual thresholds as 1st quartile values
method='i3rdQ' setting individual thresholds as 3rd quartile values
method='isubsd' setting individual thresholds as (mean(arrN)-sd(arrN))
method='iaddsd' setting individual thresholds as (mean(arrN)+sd(arrN))
method='med' threshold is median(c(arr0, arr1)) for both arrays
method='med0' threshold is median(c(arr0)) for both arrays
method='med1' threshold is median(c(arr1)) for both arrays
method='mean0' threshold is mean(c(arr0)) for both arrays
method='mean1' threshold is mean(c(arr1)) for both arrays
method='spec' threshold is specified by the 2 numbers of argument trsh individually for arrays