print.hap.score | R Documentation |
Method function to print a class of type hap.score
## S3 method for class 'hap.score'
print(x, ...)
x |
The object returned from hap.score (which has class hap.score). |
... |
Optional argunents. |
Nothing is returned.
This is a print method function used to print information from hap.score class, with haplotype-specific information given in a table. Because hap.score is a class, the generic print function can be used, which in turn calls this print.hap.score function.
Schaid DJ, Rowland CM, Tines DE, Jacobson RM, Poland GA (2002) Score tests for association of traits with haplotypes when linkage phase is ambiguous. Amer J Hum Genet 70:425-34
hap.score
## Not run:
save <- hap.score(y, geno, trait.type = "gaussian")
# Example illustrating generic print function:
print(save)
# Example illustrating specific method print function:
print.hap.score(save)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.