getal function

Converts diploid genotypic data into allelic data

Converts diploid genotypic data into allelic data

getal(data)

Arguments

  • data: a data frame where the first column contains the population to which the different individuals belong, and the following columns contain the genotype of the individuals -one locus per column-

Returns

  • data.al: a new data frame, with twice as many row as the input data frame and one extra column. each row of the first half of the data frame contains the first allele for each locus, and each row of the second half of the data frame contains the second allel at the locus. The extra column in second position corresponds to the identifier of the individual to which the allele belongs

Author(s)

Jerome Goudet jerome.goudet@unil.ch

Examples

data(gtrunchier) getal(data.frame(gtrunchier[,-2]))