wys8c764 / CSN

Cell-specific Network Constructed by Single-cell RNA Sequencing Data
21 stars 9 forks source link

Can't run the application #3

Closed matq007 closed 5 years ago

matq007 commented 5 years ago

Hi,

I am having issues running your scripts. I have tried to run the code below, but I am getting an error:

>> matrix = readtable("normalized-matrix.txt", 'ReadRowNames', true);
>> ndm_matrix = csndm(matrix);
Error using tabular/sort
Too many output arguments.

Error in csndm (line 25)
    [s1,s2] = sort(data(i,:));

Do you know what might be wrong? Thank you.

zoomlion commented 3 years ago

Maybe you should change table format to matrix format to use the sort method in this script?