Hi,
First I'd like to say that I'm very new to bioinformatics so don't hesitate to ask me for further details if I'm not clear enough.
I'm trying to use DEXSeq for an analysis but I'm running into the following error :
As inputs, I use a gene annotation file from UCSC and a BAM file produced by Tophat2.
The error occurs in the third phase of the DEXSeq-hts.sh script ("Differential testing"), during the execution of the R script "run_DEXseq.R" and especially the call of the read.HTSeqCounts function. The script has previously created a specific annotation file and a "read counting" file that is used in the R script.
Here are the first lines of the "read counting" file if it can be of any help:
If someone has already encountered this error, or has any clue about it, I'm more than interested !
Erwan
First I'd like to say that I'm very new to bioinformatics so don't hesitate to ask me for further details if I'm not clear enough.
I'm trying to use DEXSeq for an analysis but I'm running into the following error :
Code:
Error in `rownames<-`(`*tmp*`, value = character(0)) : attempt to set 'rownames' on an object with no dimensions Calls: read.HTSeqCounts -> rownames<- Execution halted
The error occurs in the third phase of the DEXSeq-hts.sh script ("Differential testing"), during the execution of the R script "run_DEXseq.R" and especially the call of the read.HTSeqCounts function. The script has previously created a specific annotation file and a "read counting" file that is used in the R script.
Here are the first lines of the "read counting" file if it can be of any help:
Code:
_ambiguous 0 _empty 1922672 _lowaqual 0 _notaligned 0 chr10_1190007I07Rik-:001 0 chr10_1190007I07Rik-:002 0 chr10_1190007I07Rik-:003 0 chr10_1190007I07Rik-:004 0 chr10_1190007I07Rik-:005 0 chr10_1500009L16Rik+:001 0 chr10_1500009L16Rik+:002 0 chr10_1500009L16Rik+:003 1 chr10_1500009L16Rik+:004 1 chr10_1500009L16Rik+:005 0
If someone has already encountered this error, or has any clue about it, I'm more than interested !
Erwan
Comment