The maximum posterior configurations of genotypes as returned by
map.genotypes
, but in the format of pairs of alleles
rather than raw allelecounts. When a subset of alleles are
considered, then the value NA
is used to denote an allele outside
this subset; in particular, if type="seen"
is used in
map.genotypes
, then NA
corresponds to the
allele having dropped out in all of the mixtures included in the
model.
# S3 method for map.genotypes
summary(object, ...)# S3 method for summary.map.genotypes
print(x, markers = names(x), ...)
A data.frame
with two columns per unknown
contributor under consideration and a column Prob
containing the probability of the configuration.
An object returned by map.genotypes
.
arguments passed on to other methods.
An object of class "summary.map.genotypes"
, typically returned by summary.map.genotypes
.
Optionally, a subset of markers to print
Therese Graversen
map.genotypes