\name{IlluminaHumanMethylation27kCOLORCHANNEL} \alias{IlluminaHumanMethylation27kCOLORCHANNEL} \title{Color Channel for locus assay} \description{ IlluminaHumanMethylation27kCOLORCHANNEL is an R object that provides mappings between a manufacturer identifier and the color channel for the assay for that locus } \details{ Value is a simple Grn or Red for each probe, based simply on the Illumina manifest, Mappings were based on data provided by: Illimina http://Illumina.com Downloaded 2010-Oct-10 } \examples{ x <- IlluminaHumanMethylation27kCOLORCHANNEL # Get the probe identifiers that are mapped mapped_probes <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_probes]) if(length(xx) > 0) { # Get the values for the first five probes xx[1:5] } } \keyword{datasets}