-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from fcampelo/Update_2024Sep
Update 2024 sep
- Loading branch information
Showing
27 changed files
with
26,352 additions
and
8,902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Function removed since it's not being used anywhere else in the package | ||
# by: F. Campelo, 3 Sept 2024 | ||
|
||
|
||
# Function to generate and plot a taxonomic tree | ||
GenerateTree <- function(taxonIds, db = "ncbi") { | ||
taxize_class <- taxize::classification(taxonIds, db = db) | ||
taxize_tree <- taxize::class2tree(taxize_class, check = TRUE) | ||
# taxize::plot.classtree(taxize_tree) | ||
invisible(taxize_tree) | ||
} | ||
# GenerateTree <- function(taxonIds, db = "ncbi") { | ||
# taxize_class <- taxize::classification(taxonIds, db = db) | ||
# taxize_tree <- class2tree(taxize_class, check = TRUE) | ||
# # taxize::plot.classtree(taxize_tree) | ||
# invisible(taxize_tree) | ||
# } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.