AllenInstitute / scrattch.hicat

Hierarchical, iterative clustering for analysis of transcriptomics data in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iter_clust() throws an hclust warning in WGCNA mode

hypercompetent opened this issue · comments

iter_clust() warns repeatedly with:
The "ward" method has been renamed to "ward.D"; note new "ward.D2"

This happens if dim.method = "WGCNA".

Zizhen fixed this.