Does anyone know of a package or function that takes in a transcript ID (ENSTXXXXXXXXXX) of a miRNA and one of an mRNA and outputs whether or not that gene is a target for that miRNA?
I have looked around the Bioconductor packages ("mirbase.db", etc) but I cannot find one that does that.
I have just been looking into a similar problem mapping miRNA's to gene targets, and vice versa. One method I found was by using the targetscan.Hs.eg.db (assuming human data here), which can be obtained through bioconductor:
The above is using Gene_Symbol (there are plenty of ways to convert transcript ID to symbol). This seems to list out the miRNA targets found in the targetscan database for the selected gene, in this case SLC2A4.