snps {GGtools}R Documentation

accessor for genotype data in a ggExprSet

Description

accessor for genotype data in a ggExprSet

Usage

snps(x)

Arguments

x instance of racExSet-class

Details

simple accessor, can be inefficicent

Value

instance of data.frame

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(chr20GGdem)
dim(snps(chr20GGdem))
snps(chr20GGdem)[1:4,1:4]

[Package GGtools version 1.4.0 Index]