hwanglab / Yonsei_gastric_cancer_32genes

2 stars 0 forks source link

I encountered some problems when using the ntripath algorithm in the result of an exception paper. I sincerely look forward to your reply #1

Open xianglei3 opened 2 years ago

xianglei3 commented 2 years ago

the code is :https://github.com/hwanglab/NTriPath The following error occurs when I run main.py

File "C:\code2\NTriPath-master\main.py", line 274 m_vCntGenes[m_ninner] = (X[m_vIDX_cl.nonzero(), m_vIDX_ge.nonzero() > 0).sum() ^ SyntaxError: closing parenthesis ')' does not match opening parenthesis '['

xianglei3 commented 2 years ago

Also, where is the INFO file gene_name_info = scipy.io.loadmat('./data/gene_name_info')