Convenience helper to extract a unique KO → annotation table, including rbims hydrocarbon pathway labels (rbims_pathway, rbims_sub_pathway) when present.

make_ko_dictionary(tibble_rbims, feature_col = "KO", keep_cols = NULL)

Arguments

tibble_rbims

A tibble like ko_hidro_mapp_renamed containing a KO column plus optional annotation columns (Genes, Gene_description, etc).

feature_col

Feature ID column name. Default: "KO".

keep_cols

...

Value

A tibble with one row per KO (distinct across kept columns).