Learn R Programming

DNAmixturesLite (version 0.0-1)

summary.map.genotypes: Summary of best genotypes

Description

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.

Usage

# S3 method for map.genotypes
summary(object, ...)

# S3 method for summary.map.genotypes print(x, markers = names(x), ...)

Value

A data.frame with two columns per unknown contributor under consideration and a column Prob

containing the probability of the configuration.

Arguments

object

An object returned by map.genotypes.

...

arguments passed on to other methods.

x

An object of class "summary.map.genotypes", typically returned by summary.map.genotypes.

markers

Optionally, a subset of markers to print

Author

Therese Graversen

See Also

map.genotypes