summary.hlaSNPGenoClass: Summarize the genotypic dataset

Description Usage Arguments Value Author(s) See Also Examples

Description

Summarize the genotypic dataset.

Usage

1
2
## S3 method for class 'hlaSNPGenoClass'
summary(object, show=TRUE, ...)

Arguments

object

a genotype object of hlaSNPGenoClass

show

if TRUE, print information

...

further arguments passed to or from other methods

Value

None.

Author(s)

Xiuwen Zheng

See Also

hlaMakeSNPGeno, hlaMakeSNPHaplo, hlaGenoSubset, hlaHaploSubset, summary.hlaSNPHaploClass

Examples

1
2
3
4
5
# load HLA types and SNP genotypes
data(HLA_Type_Table, package="HIBAG")
data(HapMap_CEU_Geno, package="HIBAG")

summary(HapMap_CEU_Geno)

HIBAG documentation built on May 2, 2019, 4:50 p.m.