mas | R Documentation |
The function selects a subset of population based on marker assistant selection supplied as input.
mas(pop,marker,level,parental_genotypes)
pop |
Required: a haplotype object |
marker |
Required: a list of marker sets and minor allel frequencies |
level |
Required: a level for selection; 0, 1 or 2 |
parental_genotypes |
Required: a parental_genotypes object |
A haplotype object.
marker = list(c("Aradu.A04_106615237","C",0.5),c("Aradu.A03_7819678","T",0.5))
hap1 = mas(pop,marker,2,parental_genotypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.