a genotype matrix,
``# of SNPs'' - by - ``# of individuals''
sample.id
a vector of sample IDs
snp.id
a vector of SNP IDs
snp.position
a vector of SNP positions in basepair
snp.allele
a vector of characters with the format of
``A allele/B allele''
Details
genoobj$genotype is a numeric matrix, with an entry value 0 standing
for BB (ZERO A allele), 1 for AB (ONE A allele), 2 for AA (TWO A alleles) and
others for missing values (missing genotypes are usually set to be NA).