miRNAtap.db
package, for Rat targets are derived through homology translations whenever
direct ones are not available.
getPredictedTargets(mirna, sources = c("pictar", "diana",
"targetscan", "miranda"), species = "mmu", min_src = 2,
method = "geom", promote = TRUE, synonyms = TRUE, both_strands = FALSE, ...)
c('pictar','diana','targetscan','miranda')
'mmu'
and 'hsa'
available as direct targets, 'rno'
as homology translations,
default 'mmu'
'min'
,
'max'
, and 'geom'
;
'min'
is a minimum of ranks, 'max'
is a maximum of ranks,
and default 'geom'
is based on geometric mean of the ranks which proves to be the most
accurate method.synonyms
and searches for targets of
both -5p and -3p strands togetherdata.frame
object where row names are entrez IDs of target
genes, ranks from individual sources and aggregated rank are shown
in columns.
If no targets are found in any of the sources NULL
and a warning
are returned.
min_src
parameter is an easy way of prioritising
precision at the top of the list (high values) or total recall (low values).
For the four default input sources, recommended values are 2 or 3
Griffiths-Jones, S., Saini, H. K., van Dongen, S., and Enright, A. J. (2008). miRBase: tools for microRNA genomics. Nucleic acids research, 36(Database issue):D154-8.
Lall, S., Grun, D., Krek, A., Chen, K., Wang, Y.-L., Dewey, C. N., ... Rajewsky, N. (2006). A genome-wide map of conserved microRNA targets in C. elegans. Current biology : CB, 16(5):460-71.
Maragkakis, M., Vergoulis, T., Alexiou, P., Reczko, M., Plomaritou, K., Gousis, M., ... Hatzigeorgiou, A. G. (2011). DIANA-microT Web server upgrade supports Fly and Worm miRNA target prediction and bibliographic miRNA to disease association. Nucleic Acids Research, 39(Web Server issue), W145-8.
targets <- getPredictedTargets('let-7a',species='mmu', method = 'min')
head(targets) #top of the list with minimum aggregation
targets2 <- getPredictedTargets('let-7a',species='mmu', method='geom')
head(targets2) #top of the list with geometric mean aggregation
Run the code above in your browser using DataLab