featureCounts
1
0
Entering edit mode
2.3 years ago
Hien • 0

Helllo, I would like to ask the questions related to featureCounts. I already had the annotation file as .gff3 file. I want to count read pairs for annotated genes based on exons using featureCounts and save the resulting count as .bed file. I wrote the command as below: featureCounts -g genes -t exons -a gencode.annotation.chrX.gff3 -o quantification_genes.bed

The problems are: -my output file always show as: temp_core_00C2932.sam. It is sam file, not bed file as I expected. -my output file always does not show any information of counting.

Could anyone suggest me what is exactly wrong in my command?

featureCounts genes exons • 803 views
ADD COMMENT
1
Entering edit mode
2.3 years ago

I'm assuming you are providing an input files to your command and have omitted in above.

Check if you have enough space, I suspect featuresCounts might be trying to store and intermediary sam files (from your encoded bam file) and crashes because it runs out of space. Are there any other outputs in the command line?

ADD COMMENT

Login before adding your answer.

Traffic: 1978 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