"strumMarker"
strumMarker
is an S4 class that represents a marker data for a STRUctural Modeling of latent variables for family data.
new("strumMarker", ...)
but by the calls to the createStrumMarker
function.markerFacts
:"data.frame"
containing the SNP information - markerName, chrom, mapPos, minorAllele, majorAllele.haplotypes
:"matrix"
containing hapmap data.populationRecombRate
:errorRate
:mutationRate
:missingRate
:coding
:returnIBD
:intervalIBD
:signature(object = "strumMarker")
: Accessor function, returns the value of the slot markerFacts
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot haplotypes
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot populationRecombRate
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot errorRate
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot mutationRate
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot missingRate
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot coding
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot returnIBD
.signature(object = "strumMarker")
: Accessor function, returns the value of the slot intervalIBD
.signature(object = "strumMarker")
: Print a summary of the class.createStrumMarker
, simulateStrumData