genotype.list {MasterBayes} | R Documentation |
Creates a list
of genotype
objects from a matrix
or data.frame
of multilocus genotypes.
genotype.list(G, marker.type="MS", ...)
G |
matrix or data.frame of multilocus genotypes with individuals down the rows and loci across columns. Adjacent columns are taken to be the same locus |
marker.type |
optional "MS" or "AFLP" for codominant or dominant markers respectively |
... |
further arguments to be passed |
list of genotype
objects for all loci
Jarrod Hadfield j.hadfield@sheffield.ac.uk
genotype
data(WarblerG) G<-genotype.list(WarblerG[,-1]) summary(G[[1]])