Analyzes a genomic sequence object to categorize markers based on their dosage type. The function calculates the dosage type by comparing the dosage of two parental sequences (p1 and p2) against the ploidy level. It categorizes markers into simplex for parent 1 (simplex.p), simplex for parent 2 (simplex.q), double simplex (ds), and multiplex based on the calculated dosages.
get_dosage_type(input.seq)
A list with four components categorizing marker names into:
Markers with a simplex dosage from parent 1.
Markers with a simplex dosage from parent 2.
Markers with a double simplex dosage.
Markers not fitting into the above categories, indicating a multiplex dosage.
An object of class "mappoly.sequence"
: