Error:abundance_estimates_to_matrix.pl [.isAllZero(counts) : counts must be positive finite values]
1
0
Entering edit mode
6.3 years ago
jieandze1314 ▴ 40

Hi guys, I'm doing the abundance_estimates_to_matrix with 6 RSEM.genes.results. But I met a problem, the error info as follows:

-reading file: SS_1/RSEM.genes.results
-reading file: SS_2/RSEM.genes.results
-reading file: SS_3/RSEM.genes.results
-reading file: XXCAD_1/RSEM.genes.results
-reading file: XXCAD_2/RSEM.genes.results
-reading file: XXCAD_3/RSEM.genes.results


* Outputting combined matrix.

/home/genek/miniconda3/opt/trinity-2.4.0/util/support_scripts/run_TMM_scale_matrix.pl --matrix genes.TPM.not_cross_norm > genes.TMM.EXPR.matrixCMD: R --vanilla -q < __tmp_runTMM.R 1>&2 
> library(edgeR)
Loading required package: limma
> 
> rnaseqMatrix = read.table("genes.TPM.not_cross_norm", header=T, row.names=1, com='', check.names=F)
> rnaseqMatrix = as.matrix(rnaseqMatrix)
> rnaseqMatrix = round(rnaseqMatrix)
> exp_study = DGEList(counts=rnaseqMatrix, group=factor(colnames(rnaseqMatrix)))
Error in .isAllZero(counts) : counts must be positive finite values
Calls: DGEList -> .isAllZero
Execution halted
Error, cmd: R --vanilla -q < __tmp_runTMM.R 1>&2  died with ret (256)  at /home/genek/miniconda3/opt/trinity-2.4.0/util/support_scripts/run_TMM_scale_matrix.pl line 99.
Error, CMD: /home/genek/miniconda3/opt/trinity-2.4.0/util/support_scripts/run_TMM_scale_matrix.pl --matrix genes.TPM.not_cross_norm > genes.TMM.EXPR.matrix died with ret 6400 at /home/genek/miniconda3/opt/trinity-2.4.0/util/abundance_estimates_to_matrix.pl line 297.
nohup.out (END)
rna-seq software error • 3.0k views
ADD COMMENT
0
Entering edit mode

I don't know how to solve this: Error in .isAllZero(counts) : counts must be positive finite values

ADD REPLY
0
Entering edit mode
5.8 years ago
qzhang24 • 0

Hi, did you solve the problems? I met with the same problems. I'd appreciate your reply.

ADD COMMENT

Login before adding your answer.

Traffic: 4004 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6