This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bedtools multicov not running

Hi guys, I'm trying to count the number of reads per gene (RNA Seq analysis) to perform the gene expression analysis. I'm using: bedtools multicov -bams my_file.bam -bed Human_genes.bed > gene_counts.txt Strangely, the gene_counts.txt file is exactly equal to the Human_genes.bed file. Since no Error or Warning message is generated I don't know how to deal with this issue. Does anyone have experience of this kind of error?

Thanks in advance

rna-seq bedtools multicov gene expression

Because you are giving it a bed file, it will tell you how many regions from that bed file are in the bam file and it seems like you have all of them.

what bedtools version you are using?

I'm using bedtools v2.16.1

1 answer

I'm having the same issue. Is it a problem with the format of the input files? If you figure it out, post the answer!

Log in to answer this question.