Why is there a big difference between the outputs of `geneBody_coverage` of `RSeQC` when using different bed files?
Hi
I run geneBody_coverage.py of RSeQC (https://rseqc.sourceforge.net/#contact) using different bed files and the same batch of bam files:
geneBody_coverage.py -r long_short_genes/changeformat/hg19.RefSeq.union.bed \
-i split_bam/short_genes/bams/ \
-o geneBody_coverage/short_genes/RefSeq
The output is very different.
What is difference between union.bed files and other bed files which I downloaded from the following links:
https://sourceforge.net/projects/rseqc/files/BED/Human_Homo_sapiens_merge_transcripts/
https://sourceforge.net/projects/rseqc/files/BED/Human_Homo_sapiens/
Which bed file should I use?
Thanks
• 1,579 views
•
link
0 answers
No answers yet.
Log in to answer this question.
If you scroll down the pages you linked above there are README contents displayed that explain how the "union" files are made.
Thanks. I still don't understand why the output is so different: the output of
the output of 
hg19_Ensembl_gene.bedhg19.Ensembl.union.bedI also run
geneBody_coverage.pyusing different.bedfiles,hg19_Ensembl_gene.bedandhg19_RefSeq.bedand the same batch of bam files, but the outputs are very different:I am very confused about why they are so different.
Which bed file should I use?
Thanks