targetscan.Mm.egMIRNA {targetscan.Mm.eg.db} | R Documentation |
This data set gives mappings between miRBase identifiers and their respective associated data.
This is an R object containing key and value pairs. Keys are miRBase identifiers and values are their associated data. Values are simple named lists of the following members:
The package contains the data for all miRBase identifiers, the ones for other species as well.
http://www.targetscan.org for TargetScan and http://microrna.sanger.ac.uk/sequences/ for miRBase.
## Query some random miRBase identifiers fams <- sample(ls(targetscan.Mm.egMIRNA), 3) mget(fams, targetscan.Mm.egMIRNA)