This dataset, reactions_drug_tbl_df, is a tibble containing detailed information on 69 biochemical reactions involving drug molecules. It includes enzyme-mediated transformations, pharmacological activity of drug metabolites, and mappings between substrates and products as described by DrugBank identifiers.
data(reactions_drug_tbl_df)A tibble with 69 observations and 6 variables:
Numeric variable indicating the order of the metabolic reaction
Character variable with the DrugBank ID of the input compound
Character variable with the name of the input compound
Character variable with the DrugBank ID of the resulting metabolite
Character variable with the name of the resulting metabolite
Character variable for linking to external reference records
The dataset name has been kept as 'reactions_drug_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble data frame. The original content has not been modified in any way.