mortazavilab / PyWGCNA

PyWGCNA is a Python package designed to do Weighted Gene Correlation Network analysis (WGCNA)
https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btad415/7218311
MIT License
194 stars 47 forks source link

getModulenames #29

Closed wangjiawen2013 closed 1 year ago

wangjiawen2013 commented 1 year ago

Hi, there is a typo in this function: def getModuleName(self): """ get names of modules :return: name of modules :rtype: ndarray """ return np.unique(self.datExpr.obs['moduleColors']).tolist() (obs should be "var") Besides, this typo exists in return getmodule functions, not just this one.

nargesr commented 1 year ago

Hi,

Thank you for reporting this! It will be fixed by the next release.