calls {oligoClasses}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

Value

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

See Also

crlmm


[Package oligoClasses version 1.4.0 Index]