Entering edit mode
5.7 years ago
Omics data mining
▴
260
Hello everyone,
I am running Netics code to prioritize genes in my project. Basically, I am working on PDAC cancer . I have transcriptome and mutation data. I am trying to run 'NETICS' code available at https://github.com/cbg-ethz/netics.
As a very first step, I am trying to run test data given along with netics folder. But during run time, it is giving me error:
Error using fdr
Too many output arguments.
Error in netics_fun>read_diff_expr (line 173)
[~,~,pval_all] = fdr(pval_all,0.05);
Error in netics_fun (line 91)
diff_expr_genes = read_diff_expr( filenameRNA, filenamePR );
ICan anyone help me here to fix this issue ??
Thank you