| genotypeD | R Documentation |
Extends the genotype class for dominant marker data
genotypeD(a1, locus=NULL)
a1 |
vector of scored genotypes (0 or 1) for dominant markers |
locus |
object of class locus, gene, or marker, holding information about the source of this genotype. |
the genotypeD class extends the genotype class.
Jarrod Hadfield j.hadfield@ed.ac.uk
genotype, summary.genotypeD
l1<-rbinom(100,1,0.5)
l1<-genotypeD(l1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.