Entering edit mode
2.5 years ago
Dan
▴
180
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
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