Skip to content

Commit

Permalink
refactor: appease lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
bczech committed Oct 25, 2024
1 parent bb614c9 commit c3e709e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/add_annotation.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ annotate_dt_with_drug <- function(
}

drug_annotation[[drug[["drug"]]]] <- remove_drug_batch(drug_annotation[[drug[["drug"]]]])
untrt_drug_annotation <- data.table::data.table(drug = untreated_tag, drug_name = untreated_tag, drug_moa = untreated_tag)
untrt_drug_annotation <- data.table::data.table(
drug = untreated_tag, drug_name = untreated_tag, drug_moa = untreated_tag)
data.table::setnames(untrt_drug_annotation, drug_ann_cols)
drug_annotation <- unique(rbind(
untrt_drug_annotation,
Expand Down

0 comments on commit c3e709e

Please sign in to comment.