summary.hlaAlleleClass {HIBAG} | R Documentation |
Show the information of a hlaAlleleClass
or
hlaAASeqClass
object.
## S3 method for class 'hlaAlleleClass' summary(object, verbose=TRUE, ...) ## S3 method for class 'hlaAASeqClass' summary(object, poly.only=TRUE, head=0L, verbose=TRUE, ...)
object |
an object of |
poly.only |
if TRUE, only show the amino acid positions with polymorphism; otherwise, show all sequences |
head |
show the first |
verbose |
if TRUE, show information |
... |
further arguments passed to or from other methods |
Return a data.frame
of count and frequency for each HLA allele, if
object
is hlaAlleleClass
; a matrix of cross tabulation of amino
acids at each position, if object
is hlaAASeqClass
.
Xiuwen Zheng