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

Add hclust option to multi_clust #76

Open catterbu opened 8 years ago

catterbu commented 8 years ago

This pull request adds the option to choose that clustering is done using hiearchical clustering via a new algorithm parameter. Also, the method parameter is updated to either "silhouette" or "exhaustive" so as not to be confused with algorithm. Updates to documentation and tests are included.

catterbu commented 8 years ago

@nsh87 this pull request is intended to be incorporated after NbClust. It only has a couple new tests, but I did not think that it necessarily needed more. Let me know if you feel differently.