Method function to print a class of type haplo.score.merge
# S3 method for haplo.score.merge
print(x, order.by="score", all.haps=FALSE,
digits=max(options()$digits-2, 5), nlines=NULL, ...)
Nothing is returned.
The object returned from haplo.score.merge (which has old class {S} haplo.score.merge).
Column of the haplo.score.merge object by which to order the results
Logical, if (T)rue prints a row for all haplotypes. If (F)alse, the default, only prints the haplotypes kept in haplo.score for modelling.
Set the number of significant digits to print for the numeric output.
Print the first 'nlines' rows of the large data frame for a short view of the results.
Dynamic parameter for the values of additional parameters for the print method.
This is a print method function used to print information from the haplo.score.merge class. Because haplo.score.merge is a class, the generic print function can be used, which in turn calls this print.haplo.score.merge function.
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.merge, haplo.score, haplo.group
#see example for haplo.score.merge
Run the code above in your browser using DataLab