LDband-class {GeneticsBase}R Documentation

Class "LDband" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("LDband", ...). ~~ describe objects here ~~

Slots

call:
Function call used to generate this object.
D:
Linkage disequilibrium estimate
D':
Scaled linkage disequilibrium estimate
r:
Correlation coefficient
R^2:
squared correlation coefficient
n:
Number of observations
X^2:
Chi-square statistic for linkage equilibrium (i.e., D=D'=corr=0)
P-value:
Chi-square p-value for marker independence
LOD:
LOD scores

Methods

head
signature(x = "LDband"): ...
left
signature(x = "LDband"): ...
right
signature(x = "LDband"): ...
show
signature(object = "LDband"): ...
tail
signature(x = "LDband"): ...

Note

~~further notes~~

Author(s)

Gregory R. Warnes warnes@bst.rochester.edu and Nitin Jain nitin.jain@pfizer.com

See Also

Examples

##---- Should be DIRECTLY executable !! ----

[Package GeneticsBase version 1.2.0 Index]