Description Usage Arguments Value Author(s) References Examples
This function queries precompiled annotation SQLite database which contains miRNA - target gene associations with their respective scores.
1 2 | getTargetsFromSource(mirna, species = "mmu", source = "diana",
synonyms = TRUE, both_strands = FALSE)
|
mirna |
miRNA in a standard format |
species |
species in a standard three-letter acronym, default
|
source |
a source target prediction algorithm table to query, default
|
synonyms |
when searching for -3p miRNA automatically also searches for miRNA with the same name but ending with * (some databases list -3p miRNA this way) and other way around, similarly for -5p miRNA, default TRUE |
both_strands |
overrides |
data.frame
object with entrez IDs of target genes and their
scores, if there are no targets found for a given miRNA in a given
table then an empty
Maciej Pajak m.pajak@sms.ed.ac.uk
Friedman, R. C., Farh, K. K.-H., Burge, C. B., and Bartel, D. P. (2009). Most mammalian mRNAs are conserved targets of microRNAs. Genome research, 19(1):92-105.
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.
1 2 3 | targets <- getTargetsFromSource('let-7a', species='hsa', source='targetscan')
head(targets)
#top of the listof human targets of let-7a from TargetScan only
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.