Entering edit mode
13.3 years ago
Oliver
•
0
Hello, I am trying to generate a distance tree in PAUP from base frequencies. The 'Basefreq' command gives the base frequencies for each taxon but i need this to be converted to distances for tree building. Does anybody know how to convert these frequencies to distances? (either within PAUP or via another program)
Thankyou very much.
If you're familiar with R, you can easily calculate distances between sequences using the
dist.dna
function from theape
package.From there on it's easy to create a graphical tree using other functions from that package. Please let us know if you need help.
Thank you for your reply Fucitol,
My problem is the need to calculate distances based on a frequency table rather than directly from sequences,
for example turning something like this...
into...
Thank you again
Thank you for your reply Fucitol,
My problem is the need to calculate distances based on a frequency table rather than directly from sequences, for example turning something like this...
into...
Thank you again
Thank you for your reply Fucitol,
My problem is the need to calculate distances based on a frequency table rather than directly from sequences. The frequency table will contain for each taxa; the frequencies of each nucleotide and I need to figure out how to convert this to a distance table which contains the pairwise distances between each taxa pairing.
Thank you again