Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Jun 6, 2024
1 parent 53f27c0 commit 0d78418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/as_q_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tidy.q_matrix <- function(x, gen_tbl, ...){
q_tbl <- x %>%
tibble::as_tibble() %>%
# add the pops data for plotting
# @TODO we should get this from the grouped tibble, not hardcode it!
dplyr::mutate(id = gen_tbl$id,
group = gen_tbl$population)

Expand Down

0 comments on commit 0d78418

Please sign in to comment.