summary.map.genotypes | R Documentation |
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 class 'map.genotypes'
summary(object, ...)
## S3 method for class 'summary.map.genotypes'
print(x, markers = names(x), ...)
object |
An object returned by |
... |
arguments passed on to other methods. |
x |
An object of class |
markers |
Optionally, a subset of markers to print |
A data.frame
with two columns per unknown
contributor under consideration and a column Prob
containing the probability of the configuration.
Therese Graversen
map.genotypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.