asymmetry: calculates karyotype asymmetry A and A2.
asymmetryA2: calculates karyotype asymmetry A2
This functions read a data.frame with columns:
shortArmSize
and longArmSize
If several species present, use
column OTU
.
It returns a list with the A and A2 indices
$$A = \frac{\sum_{i=1}^{n} \frac{longArm_{i} - shortArm_{i}}{CL_{i}}
}{n} $$
A: Watanabe et al. (1999) asymmetry of karyotype ranging from 0
(symmetric) to 1 (asymmetric)
$$A_{2} = \frac{sCL}{xCL}$$
(s = std dev, CL = chr. length, x = mean) (Romero-Zarco 1986)
related to:
$$CV_{CL} = A_{2} * 100$$
(CV = coeff. var.) (Paszko 2006)