Skip to contents

Retrieve full detail for one term including nested arrays of biomarkers, pathways, gene targets, metabolites, etc.

Usage

get_mechanism(term_id)

Arguments

term_id

The mechanism term ID.

Value

A named list with ~50 fields. Nested arrays (e.g. biomarkers, signaling_pathways, gene_targets) are returned as-is (lists).

Examples

if (FALSE) { # \dontrun{
get_mechanism("TMM001")
} # }