Description Objects from the Class Slots Methods See Also Examples
strumIBD is an S4 class that represents IBD information of the input data for
a STRUctural Modeling of latent Variables for family data.
Objects can be created by calls of the form new("strumIBD", ...)
or by the importIBD method in strumData class.
ibdMarker:Object of class "data.frame" containing the information about the markers. Typically contains two columns, "Marker" and "Position".
ibdMatrix:Object of class "list" containing the lists of identical by descent (ibd) matrices, for each family and marker.
signature(object = "strumIBD"): Accessor function, returns the marker information.
signature(object = "strumIBD"): Accessor function, returns the list of ibd matrices of the input data.
signature(object = "strumIBD"): Print a summary of the class.
1 | showClass("strumIBD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.