python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ggtree: how to label tree branches in the simplest way
I want to label a specific branch (e.g., "Group 1") on the tree, but I didn't found a specific function to do that. Any ideas?
set.seed(123)
tree <- rtree(30)
plot(tree)
trilisser
Votes: 0
Answers: 1
newick format: number directly after closed parenthesis?
I have a phylogenetic tree in Newick format. A sample from the full string looks like this:
"...(tet_rpg.hmm_GCA_000638155.1_seq1:0.001565531,tet_rpg.hmm_GCA_000507745.1_seq1:0.001565235)0.000:5e...
Gragas
Votes: 0
Answers: 1
Tip labels not appearing when reading Newick tree into R with read.tree() and read.newick()
I'm trying to read a Newick-format tree into R. My tree file looks like this:
("Duplodnaviria":("Heunggongvirae":("Peploviricota":("Herviviricetes":("Herpe...
bioinfo1
Votes: 0
Answers: 1