Entering edit mode
8.9 years ago
iamtuttu5
▴
40
Hello all
I am using trinity tool for analyzing RNAseq data from ion proton
Currently I am running analyze_diff_expr.pl
command,
Command used:
~/trinityrnaseq-2.0.6/Analysis/DifferentialExpression/analyze_diff_expr.pl --matrix /home/tuttu/Trinity_cardop12.counts.matrix.TMM_normalized.FPKM -C 2 -P 0.001 --output cluster_result
But it results an error
This is the error obtained:
Error, no differentially expressed transcripts identified at cuttoffs: P:0.001, C:2 at /home/tuttu/trinityrnaseq-2.0.6/Analysis/DifferentialExpression/analyze_diff_expr.pl line 198.
Anyone please help me on this
Thanks in advance
This looks like a problem with your environment and working directory, not with the .pl script itself. Are you 100% sure you have established your working directory and paths correctly? I think it's a matter of showing the .pl where your file actually is.