Provides a detailed summary of an SNPDataLong object, including sample
and SNP counts, proportion of missing data, and SNP distribution by chromosome
if mapping information is available.
# S4 method for class 'SNPDataLong'
summary(object, ...)An object of class summary.SNPDataLong, which is a list with
the following elements:
Integer. Number of individuals (rows of geno).
Integer. Number of SNPs (columns of geno).
Integer. Total number of missing genotype calls.
Numeric. Proportion of missing genotype calls.
Either a table of SNP counts per chromosome (when
the map provides Name and Chromosome) or NULL.
Either a table of SNPs with at least one
missing call per chromosome, or NULL.
The object also has a dedicated print method that displays the
summary on the console.