Learn R Programming

idiogramFISH (version 1.12.1)

asymmetryA2: FUNCTION to calculate karyotype asymmetry

Description

This function reads a data.frame with columns: shortArmSize and longArmSize and optionally OTU and returns a list with the A2 values for the OTUs

If several species present, use column "OTU". $$A_{2} = \frac{sCL}{xCL}$$

(s = std dev, CL = chr. length, x = mean)

related to: $$CV_{CL} = A_{2} * 100$$

(CV = coeff. var.)

Usage

asymmetryA2(dfChrSize)

Arguments

dfChrSize

name of data.frame

Value

list

References

Romero-Zarco. 1986. A New Method for Estimating Karyotype Asymmetry. Taxon Vol. 35, No. 3 pp. 526-530

See Also

chrbasicdatamono

chrbasicdataHolo

Examples

Run this code
# NOT RUN {
asymmetryA2(dfOfChrSize)
as.data.frame(asymmetryA2(bigdfOfChrSize))
asymmetryA2(dfChrSizeHolo)
as.data.frame(asymmetryA2(bigdfChrSizeHolo))
# }

Run the code above in your browser using DataLab