I have a pairwise distance matrix in .csv format which I wish to convert to nexus (.nex) format for analysing the data dn building trees in software that require input files in .nex format. I looked up some questions on this forum but did not get a helpful answer. Is there a straightforward way of doing this ?
Asked
Active
Viewed 817 times
0
-
.csv is format like Data1,Data2,Data3...... Data is separated by ",". It's simple , and then google the nex format. – zzy Dec 26 '14 at 08:16
-
I know both formats. I have a very large dataset so I cannot enter data manually. I was wondering if there is a way to do it using code or software. – Anurag Mishra Dec 26 '14 at 09:35
-
I'm not familiar with .nex . It looks related to biological? Can you put the example transformation? Code just need know the convert rule and they can do it auto . – zzy Dec 26 '14 at 10:44