Entering edit mode
18 months 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
hg19_Ensembl_gene.bed
the output ofhg19.Ensembl.union.bed
I also run
geneBody_coverage.py
using different.bed
files,hg19_Ensembl_gene.bed
andhg19_RefSeq.bed
and 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