SUwonglab/PECA

matrix dimensions must agree error in matlab

skyng22003 opened this issue · 2 comments

Hi, I ran the example file and everything seems to work fine.

However, when I tried with my own samples I get an error in Matlab

"matrix dimensions must agree"

the line of code that causes the error is

Score=sqrt(TFExpG').(2.^abs(R2)).*full(BOH);

Removing .*(2.^abs(R2)) allows the line to execute without errors.

Any ideas as to where the problem might be?

Thanks,
Sky

Thanks, In the case of your gene expression data don't include some TFs' expression, you will have this type of error. I have fixed this problem now, please try again.

Thanks
Zhana Duren

Thanks a lot for fixing the issue it now runs with no errors.

Thanks,
Sky