nsh87 / receptormarker

Source for 'receptormarker' package for R: antibody receptor and phenotypic marker analysis
http://receptormarker.com
BSD 2-Clause "Simplified" License
4 stars 9 forks source link

Warn user if Biopython and Python are not installed when package is loaded #2

Closed nsh87 closed 9 years ago

nsh87 commented 9 years ago

Biopython offers much better support for the PhyloXML format. It also builds more aesthetic and seemingly accurate phylograms through its distance calculation and tree building, presumably by leveraging a different distance algorithm. I compared several trees built using R packages (phangorn, ape, seqinr) and Biopython, all rooted trees created with the UPGMA algorithm from a distance matrix, and the ones generated by Biopython are preferred. I did not compare identical algorithms, however, as the ones available in Biopython are preferred anyway and some weren't in R's packages.