\name{mirbaseLINKS} \alias{mirbaseLINKS} \title{MicroRNA IDs to External Database Links} \description{ mirbaseLINKS is an R object that maps microRNA identifiers to a set external database identifiers. } \details{ Each microRNA identifier maps to a \code{mirnaLinks} object that has 3 slots: linksDbLink: Accession number linksDbId: Database linksDbSecondary: Second accession number (or name) Source: miRBase (Version: 16.0) ftp://mirbase.org/pub/mirbase/CURRENT/ With a date stamp from the source of: 10 Sep 2010 } \seealso{\code{\link{mirnaLinks}}} \examples{ x <- mirbaseLINKS mapped_keys <- mappedkeys(x) # Get the LINKS for the first element of xx get(mapped_keys[1], x) } \keyword{data}