Retrieve full detail for one term including nested arrays of biomarkers,
pathways, gene targets, metabolites, etc.
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")
} # }