Queries miRDB for predicted miRNA-target interactions, returning a dataframe. Supports same species miRDB supports, such as Homo sapiens, Mus musculus and Rattus norvegicus. Each miRNA has to be preceeded by it's 3-letter species id.

get_mirdb_net(mirna)

Arguments

mirna

A string corresponding to a microRNA ID, must be preceded by the 3-letter species code, e.g. 'hsa' or 'mmu'.

Examples

get_mirdb_net("mmu-mir-100-3p")
get_mirdb_net("hsa-miR-101-2-5p")