Description Usage Arguments Value Examples
From a list of miRNA names, find their targets in targetscan.Hs.eg.db annotation package.
1 | mirna2targetscan(mirna, species = "hsa", org = NULL, keytype = NULL)
|
mirna |
Character vector with miRNA names as in miRBase 21. |
species |
hsa or mmu supported right now. |
org |
|
keytype |
Character mentioning the gene id to use.
For example, |
data.frame with 4 columns:
miRFamily
Seedmatch
PCT
entrezGene
1 2 | library(targetscan.Hs.eg.db)
mirna2targetscan(c("hsa-miR-34c-5p"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.