Skip to content

Commit

Permalink
Fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-buscaroli committed Jun 20, 2022
1 parent 04b5e65 commit 5503432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_mutations.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ add_theta_to_vaf = function(vaf.df, x.muts.k, cluster, label="") {
if (purrr::is_empty(theta))
return(
vaf.df %>%
mutate(theta=NA, labels_mut=NA)
mutate(theta=NA, labels_mut=paste(labels, labels_viber, sep="."))
)
return(
vaf.df %>%
Expand Down

0 comments on commit 5503432

Please sign in to comment.