Skip to content

Commit

Permalink
fixed typo (s)profile_id
Browse files Browse the repository at this point in the history
  • Loading branch information
anup committed Sep 15, 2021
1 parent ea73c4a commit e5bcb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_biomarkers.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ suppressPackageStartupMessages(library(cdsrbiomarker))
generate_biomarkers = function(collapsed_values) {
bio_in = collapsed_values %>%
filter(trt_pass_QC) %>%
dcast(DepMap_ID~sprofile_id, value.var="median_l2fc") %>%
dcast(DepMap_ID~profile_id, value.var="median_l2fc") %>%
column_to_rownames("DepMap_ID")

bio_out = cdsrbiomarker::get_biomarkers(bio_in)
Expand Down

0 comments on commit e5bcb04

Please sign in to comment.