Learn R Programming

polymapR (version 1.1.2)

convert_updog: Convert (probabilistic) genotype calling results from updog to input compatible with polymapR.

Description

Convert (probabilistic) genotype calling results from updog to input compatible with polymapR.

Usage

convert_updog(mout)

Value

A data frame which include columns: MarkerName, SampleName,P0 ~ Pploidy (e.g. P0 ~ P4 for tetraploid, which represents the probability assigning to this dosage), maxgeno (the most likely dosage), and maxP (the maximum probability)

Arguments

mout

An object of class multidog; output of the function multidog.

Examples

Run this code
data("mout")
convert_updog(mout)

Run the code above in your browser using DataLab