smlSummary {GGBase} | R Documentation |
generates information on sample size, minor allele frequency, specific call frequencies, and HWE test results on all SNP in an smlSet
smlSummary(x)
x |
instance of smlSet-class
|
to control volume of printout a simple list extending class is defined for show method
Instance of smlSummary class, which simply extends list.
Each list element is a matrix of results provided by
summary,snp.matrix-method
.
VJCarey <stvjc@channing.harvard.edu>
library(GGtools) if (!exists("hmceuB36.2021")) data(hmceuB36.2021) smlSummary(hmceuB36.2021)