View source: R/print.haplo.group.q
print.haplo.group | R Documentation |
Method function to print a class of type haplo.group
## S3 method for class 'haplo.group'
print(x, digits=max(options()$digits-2, 5), nlines=NULL, ...)
x |
The object returned from haplo.group (which has old class haplo.group). |
digits |
Set the number of significant digits to print for haplotype probabilities. |
nlines |
For shorter output, print first 1:nlines rows of the large data frame |
... |
Optional arguments for the print method |
This is a print method function used to print information from the haplo.group class, with haplotype-specific information given in a table. Because haplo.group is a class, the generic print function can be used, which in turn calls this print.haplo.group function.
Nothing is returned.
Schaid DJ, Rowland CM, Tines DE, Jacobson RM, Poland GA. Expected haplotype frequencies for association of traits with haplotypes when linkage phase is ambiguous. Submitted to Amer J Hum Genet.
haplo.score, haplo.group, haplo.em
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.