snps {GGtools} | R Documentation |
accessor for genotype data in a ggExprSet
snps(x)
x |
instance of racExSet-class |
simple accessor, can be inefficicent
instance of data.frame
Vince Carey <stvjc@channing.harvard.edu>
data(chr20GGdem) dim(snps(chr20GGdem)) snps(chr20GGdem)[1:4,1:4]