Retrieve the drug annotation from the annotated dt input
Source:R/add_annotation.R
get_drug_annotation_from_dt.Rd
Retrieve the drug annotation from the annotated dt input
Examples
dt <- data.table::data.table(Gnumber = "A",
DrugName = "drugA",
drug_moa = "drug_moa_A")
get_drug_annotation_from_dt(dt)
#> Gnumber DrugName drug_moa
#> <char> <char> <char>
#> 1: A drugA drug_moa_A