powered by
Extends the genotype class for dominant marker data
genotypeD(a1, locus=NULL)
vector of scored genotypes (0 or 1) for dominant markers
object of class locus, gene, or marker, holding information about the source of this genotype.
genotype, summary.genotypeD
genotype
summary.genotypeD
# NOT RUN { l1<-rbinom(100,1,0.5) l1<-genotypeD(l1) # }
Run the code above in your browser using DataLab