Not to be called directly by users. This utility function simply returns the coded numeric values corresponding to the allele states.
make.marker.numeric(marker.frame, level.names=NULL)
A matrix, for which column i is
match(as.character(marker.frame[,i]),level.names)
A data.frame.object consisting of factors or character vectors that encode the allele states.
A vector of length 6 to translate the levels
attribute or character codes into allele states that
make.state.matrix
understands. If necessary, dummy codes are
used to fill the vector.
Charles C. Berry cberry@ucsd.edu