targetscan.Mm.egFAMILY2MIRBASE {targetscan.Mm.eg.db} | R Documentation |
targetscan.Mm.egFAMILY2MIRBASE maps miRNA family names to miRBase identifiers. The mappings are taken from the TargetScan database.
This is an R object containing key and value pairs. Keys are miRNA family names and values are miRBase identifiers. Values are vectors of various lengths, as a single miRNA family usually corresponds to many miRBase miRNAs.
http://www.targetscan.org for TargetScan and http://microrna.sanger.ac.uk/sequences/ for miRBase.
## Map some random miRNA families fams <- sample(ls(targetscan.Mm.egFAMILY2MIRBASE), 3) mget(fams, targetscan.Mm.egFAMILY2MIRBASE)