\name{@ANNOBJPREFIX@SMART} \alias{@ANNOBJPREFIX@SMART} \title{Map Yeast ORF Identifiers to SMART IDs} \description{ @ANNOBJPREFIX@SMART is an R object that provides mappings between yeast ORF Identifiers and the associated SMART identifiers. } \details{ Each yeast systematic name maps to a vector of SMART identifiers. Mappings were based on data provided by: Saccharomyces Genome Database Package built on Thu Mar 15 18:04:19 2007 } \references{ SMART website: \url{http://smart.embl-heidelberg.de/} } \seealso{ \itemize{ \item \code{\link[AnnotationDbi]{AnnotationDb-class}} for use of the \code{select()} interface. } } \examples{ ## select() interface: ## Objects in this package can be accessed using the select() interface ## from the AnnotationDbi package. See ?select for details. ## Bimap interface: # Convert to a list xxx <- as.list(@ANNOBJPREFIX@SMART) # randomly display 10 probes sample(xxx, 10) } \keyword{datasets}