Queries HMDD3 causal associations of a specified entity, which can be either a disease or a microRNA, then retrieves a tibble with the information.

get_hmdd_causality(entity)

Arguments

entity

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

Value

A tibble containing the information queried.

Examples

get_hmdd_causality("sepsis")
get_hmdd_causality("hsa-mir-101")