powered by
"geno"
Class contains all information needed to generate a kernel matrix for genotype data.
Objects can be created by calls of the form new("geno", ...).
new("geno", ...)
mat
Object of class "matrix or NULL"; one-column-per-marker formatted genotype data.
"matrix or NULL"
kernel
Object of class "character"; type of kernel to generate.
"character"
weights
Object of class "matrix"; weights to be used when generating kernel matrix.
"matrix"
No methods defined with class "geno" in the signature.
geno, nongeno
geno
nongeno
# NOT RUN { showClass("geno") # }
Run the code above in your browser using DataLab