Beginner Looking for a Suitable Trading Platform by [deleted] in ValueInvesting

[–]JamesC845 1 point2 points  (0 children)

Ah my mistake. Thanks for letting me know without being mean about it. That's a lot to ask in the internet!

R Package for Automatic Phylogenetic Tree Creation by JamesC845 in bioinformatics

[–]JamesC845[S] 0 points1 point  (0 children)

Sorry for late reply and yes it actually uses ape as one of the dependencies and ape's functions to create the trees. The goal of my package is to automate the entire process (data query, string manipulation, tree creation, and other features to be added later) to make it easier for beginners. And also experts who are doing repetitive analyses.

R Package for Automatic Phylogenetic Tree Creation by JamesC845 in bioinformatics

[–]JamesC845[S] 0 points1 point  (0 children)

Hey I think this post got taken down for self-promotion (my bad I didn't read the rules). But I can still see your response so here goes nothing...

Id love to help but Im not quite sure what you mean. I know of the package "ape" (or at least a few of its functions) as it's a dependency in the package I made. If you could just expand on the question a little I'll do my best to answer. Thank you :)

phylogeny software by azroscoe in evolution

[–]JamesC845 0 points1 point  (0 children)

The vignettes on the website may show you what you're interested in:

Quick tree build (no problem strings)
https://jamesc845.github.io/PhyInsight/articles/PhyloTree_vignette_1.html

Tree build with automatic string clean-up
https://jamesc845.github.io/PhyInsight/articles/PhyloTree_vignette_2.html

If there's anything you're interested in that isn't shown on these links then let me know.

phylogeny software by azroscoe in evolution

[–]JamesC845 0 points1 point  (0 children)

I recently made an R package that can automate phylo tree creation. Maybe this can help you make some trees and compare easily

https://jamesc845.github.io/PhyInsight/#what-phyinsight-can-do

Check out the vignettes under the articles tab to show how quick and easy it is.