An object of class onemap
, i.e., a list with the following
components:
genoa matrix with integers indicating the genotypes
read for each marker in onemap
fashion. Each column contains data
for a marker and each row represents an individual.
geno.mmka matrix with
integers indicating the genotypes read for each marker in
MAPMAKER/EXP
fashion, i.e., 1, 2, 3: AA, AB, BB, respectively; 3, 4:
BB, not BB, respectively; 1, 5: AA, not AA, respectively. Each column
contains data for a marker and each row represents an individual.
n.indnumber of individuals.
n.marnumber of markers.
segr.typea vector with the segregation type of each marker, as
strings
. Segregation types were adapted from outcross segregation
types, using the same notation. For details see read_onemap.
segr.type.numa vector with the segregation type of each marker,
represented in a simplified manner as integers. Segregation types were
adapted from outcross segregation types. For details see
read_onemap.
inputthe name of the input file.
n.phenumber of phenotypes.
phenoa matrix with phenotypic
values. Each column contains data for a trait and each row represents an
individual. Currently ignored.