View source: R/DataUtilities.R
summary.hlaAlleleClass | 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, ...)
## S3 method for class 'hlaAlleleClass'
print(x, ...)
object |
an object of |
x |
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
hlaAllele
, hlaConvSequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.