calls {oligo}R Documentation

Accessors for SnpCallSet

Description

Accessors and replacement methods for genotype calls and associated confidences.

Usage

calls(object)
callsConfidence(object)
calls(object)<-value
callsConfidence(object)<-value

Arguments

object SnpCallSet object.
value matrix

Details

Value

Matrix with R rows (SNP's) and C columns (Samples) with genotype calls (1 - AA; 2 - AB; 3 - BB) or confidences.

Note

Author(s)

References

See Also

crlmm

Examples






[Package oligo version 1.0.2-6 Index]