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

Fix boolean cluster membership plot, PCA plot, and add NbClust as optional algorithm #73

Closed nsh87 closed 8 years ago

nsh87 commented 8 years ago

Contains several miscellaneous fixes. Most importantly, this PR is to not use NbClust as the default estimate k algorithm in multi_clust(), but instead allow using NbClust as an option method='exhaustive' to multi_clust(). The default is method='kmeans'.