\name{yri240_6} \alias{yri240_6} \docType{data} \title{ snp.matrix representation of called SNP on chr6 for NA19240 } \description{ snp.matrix representation of called SNP on chr6 for NA19240 } \usage{data(yri240_6)} \format{ The format is: List of 2 $ hm2 :Formal class 'snp.matrix' [package "snpMatrix"] with 1 slots .. ..@ .Data: raw [1, 1:265955] 01 01 03 02 ... .. .. ..- attr(*, "dimnames")=List of 2 .. .. .. ..$ : chr "NA19240" .. .. .. ..$ : chr [1:265955] "rs4097465" "rs7754266" "rs9393087" "rs12192290" ... $ supp:'data.frame': 265955 obs. of 5 variables: ..$ dbSNPalleles: Factor w/ 6 levels "A/C","A/G","A/T",..: 6 2 5 3 1 4 6 1 4 5 ... ..$ Assignment : Factor w/ 6 levels "A/C","A/G","A/T",..: 6 2 5 3 1 4 6 1 4 5 ... ..$ Chromosome : Factor w/ 1 level "chr6": 1 1 1 1 1 1 1 1 1 1 ... ..$ Position : int [1:265955] 37012 94609 94901 95272 96774 97749 98500 99536 99694 99750 ... ..$ Strand : Factor w/ 2 levels "+","-": 2 1 1 1 1 1 2 1 1 2 ... } \details{ import of hapmap data using read.hapmap.snps } %\source{ %% ~~ reference to a publication or URL from which the data were obtained ~~ %} %\references{ %% ~~ possibly secondary sources and usages ~~ %} \examples{ data(yri240_6) names(yri240_6) } \keyword{datasets}