Queries HMDD3 miRNA-target interactions for a specified entity, which can be either a disease or a microRNA, then retrieves an edgelist tibble with the information.

get_hmdd_net(entity)

Arguments

entity

A string corresponding to a disease or a microRNA ID. If the latter, there must be an "hsa-" prefix.

Value

An edgelist tibble containing the information queried.

Examples

get_hmdd_net("silicosis")
get_hmdd_net("hsa-mir-101")