| mirbaseCLUSTER {mirbase.db} | R Documentation |
mirbaseCLUSTER is an R object that provides mappings between microRNA identifiers and other microRNA identifiers within a 10kb window ('genomic cluster').
Each microRNA identifier maps to a vector of a microRNA identifiers belonging to a cluster (if any beyound itself). This information was computed ad-hoc as it is not included in the original data tables provided by mirbase.org.
Source: miRBase (Version: 19) ftp://mirbase.org/pub/mirbase/CURRENT/ With a date stamp from the source of: 01 Aug 2012
x <- mirbaseCLUSTER
# Get the first cluster containg more than one element
clL <- eapply(x, length)
id <- names(clL[clL > 1])[1]
get(id, x)