powered by
Display results for a haplotype analysis on a case-control study.
# S3 method for haplo.cc print(x, order.by=c("score","haplotype","freq"), digits=max(options()$digits-2, 5), nlines=NULL, ...)
Nothing is returned.
A haplo.cc object, made by the haplo.cc function.
Order the printed data frame by the column: haplotype score (score), haplotype alleles (haplotype), or haplotype frequency (freq).
Number of digits to display for the numeric columns of the data frame.
Print the first nlines of the cc.df data frame of the haplo.cc object, keeps output short if desired.
Dynamic parameter for the values of additional parameters for the print method.
haplo.cc
## for a haplo.cc object named cc.test, ## order results by haplotype # print.haplo.cc(cc.test, order.by="haplotype")
Run the code above in your browser using DataLab