Skip to content

Commit

Permalink
Update utils_differentiation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-buscaroli committed Oct 11, 2024
1 parent c8ad446 commit c825ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_differentiation.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ get_mrca_df = function(x, edges, highlight=c(), tps=c(), time_spec=F, thr=0,
dplyr::arrange(Identity, Lineage, Generation) %>%

tibble::add_column(mrca.to=NA, next.tp.mrca=NA) %>%
dplyr::filter(Population>thr) %>%
dplyr::filter(Population>=thr) %>%

dplyr::group_by(Identity) %>%
dplyr::filter(any(Frequency >= thr_freq)) %>%
Expand Down

0 comments on commit c825ac1

Please sign in to comment.