you know what, screw those winclad and bioedit and outdated #closedsource #phylogenetics software.
I'm just going to learn #R and do everything with it.
> 512 chars
@comphys Consider that not everyone who uses R is a programmer, they can be from any field, and R is way easier to jump in for statistics than python, a few lines of code and you have your first scatterplot and dataset built up.
It has some native data type that are done for that purpose, like matrixes and data frames, and a huge amount of very specific libraries.
That said, you can likely achieve similar results in python by creating custom classes and defining a few functions, but it's also a matter of ecosystem, as people will "speak R" in some environments and python in others.
If you are very confident with python I don't think you have a need to learn R. Personally I like python more for general purpose stuff, but since I suck at both I may as well get deeper into R =D