Skip to content

Commit

Permalink
add 1e-06 to branches of tips with 0 length, but don't add genera as …
Browse files Browse the repository at this point in the history
…tips wtith zero length
  • Loading branch information
sdgamboa committed Nov 27, 2023
1 parent 127d89f commit 5c1bf8e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2,220 deletions.
6 changes: 3 additions & 3 deletions R/trees.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ ltp3 <- function() {
purrr::modify(as.character) |>
as.data.frame()

genus_tips <- grep('g__', tip_data$tip_label, value = TRUE)
# genus_tips <- grep('g__', tip_data$tip_label, value = TRUE)

list(
tree = tree, tip_data = tip_data, node_data = node_data,
genus_tips = genus_tips
tree = tree, tip_data = tip_data, node_data = node_data
# genus_tips = genus_tips
)
}

Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/LTP_all_08_2023.newick

Large diffs are not rendered by default.

Loading

0 comments on commit 5c1bf8e

Please sign in to comment.