"Too many input arguments" error while running clustergram (Bioinformatics toolbox)
이전 댓글 표시
Hi there,
I cannot run the clustergram using Bioinformatics toolbox 4.11 in Matlab R2018b. Even the simplest example from Matlab
load filteredyeastdata
cgo = clustergram(yeastvalues(1:30,:),'Standardize','Row')
Results in errors:
Error using clustergram>computeDendrogram (line 1279)
Encountered error while computing hierarchical clusters: Too many input arguments.
Error in clustergram/computeClusters (line 909)
[Z1, H1, ~, perm1] = computeDendrogram(data,...
Error in clustergram (line 413)
computeClusters(obj);
I tried to reset the path to the default as it was suggested here https://se.mathworks.com/matlabcentral/answers/336524-error-using-clustergram-function Which didn't help.
I also tried to reinstall the Bioinformatic toolbox without any success neither. I wonder what can be the problem and if there are any other ways to run clustered heatmap in Matlab? Thanks for answering.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!