Entering edit mode
2.6 years ago
anran04100
•
0
I've got a list of accession numbers and a tree file bac120.tree form gtdb How can I fix this tree to only keep tips according to my accession numbers?
I only know how to drop it but have no idea how to keep tips that I need
bac_tree <- drop.tip(bac_tree,as.character(GCA_file$accession))