get_dosage_type | R Documentation |
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)
input.seq |
An object of class |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.