Skip to content

Commit

Permalink
Update evodynamics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Militeee authored Aug 18, 2023
1 parent 052fecf commit 623c91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/evodynamics.R
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ get_genome_length = function(fit, exome = FALSE, build = "hg38", karyotypes = NU

if(!is.null(karyotypes)) seg %>% filter(karyotype %in% karyotypes)

lengths = seg %>% group_by(karyotype) %>%
summarize(length = sum(to-from))
lengths = seg %>% dplyr::group_by(karyotype) %>%
dplyr::summarize(length = sum(to-from))

return(lengths)

Expand Down

0 comments on commit 623c91e

Please sign in to comment.