geno-class: Class '"geno"'

geno-classR Documentation

Class "geno"

Description

Class contains all information needed to generate a kernel matrix for genotype data.

Objects from the Class

Objects can be created by calls of the form new("geno", ...).

Slots

mat:

Object of class "matrix or NULL"; one-column-per-marker formatted genotype data.

kernel:

Object of class "character"; type of kernel to generate.

weights:

Object of class "matrix"; weights to be used when generating kernel matrix.

Methods

No methods defined with class "geno" in the signature.

Note

This class is used to simplify input and logic within the main program. New objects of this class should be created only through function geno().

Author(s)

Shannon T. Holloway

See Also

geno, nongeno

Examples

showClass("geno")

FastKM documentation built on June 7, 2022, 5:08 p.m.