We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to make phylogenetic tree using binary data. I tried using grapetree -p MGE_binary.txt -m MSTreeV2 >out.phy. Please suggest.
Example Input file:
C1 C3 C5 D1
gene1 1 0 1 0 gene2 0 1 0 1 gene2 1 0 0 1 geen3 1 1 0 1
The text was updated successfully, but these errors were encountered:
Grapetree isnt really designed for this data. you can make a tree from binary data in something like IQTREE. http://www.iqtree.org/doc/Tutorial#binary-morphological-and-snp-data and then visualize the resulting tree file with grapetree.
Sorry, something went wrong.
No branches or pull requests
I am trying to make phylogenetic tree using binary data. I tried using grapetree -p MGE_binary.txt -m MSTreeV2 >out.phy. Please suggest.
Example Input file:
gene1 1 0 1 0
gene2 0 1 0 1
gene2 1 0 0 1
geen3 1 1 0 1
The text was updated successfully, but these errors were encountered: