I have a list of species for which I made a phylogeny and I have multiple sequence records (and therefore multiple tips) per species. I want to have a single tip per species and in order to do that without randomly dropping tips, I tried to collapse the clades that include records of only a single species.
Although I was able to collapse the clades, I wasn't able to find a way to save the collapsed tree as a new tree object with a single tip per species, which I need for the upcoming analysis.
So dropping tips is back on the table, but I am wondering if there are any criteria in order to decide which tips to drop and which to keep, so I don't this in a random way.
Many thanks in advance!