what is difference between -i and -ibam in genomCoverage?
1
0
Entering edit mode
5.2 years ago
star ▴ 350

I like to convert the BAM file to BIGWIG format I used bedtools genomeCoverage to change BAM to BEDGRAPH but I do not know difference between below comands: bedtools genomecov -bg -ibam and bedtools genomecov -bg -i -g hg19.genome because when I use the second one I faced with this ERROR:

Unexpected file format. Please use tab-delimited BED, GFF, or VCF. Perhaps you have non-integer starts or ends at line 808727866?

but the first one works well.

Also, I used deeptools bamCoverage to change BAM to BEDGRAPH but there is no data for its output when I opened it in the UCSC.

bedtools deeptools bamCoverage genomeCoverage • 1.3k views
ADD COMMENT
2
Entering edit mode
5.2 years ago
ATpoint 82k
-i <bed/gff/vcf>
-ibam       The input file is in BAM format.
            Note: BAM _must_ be sorted by position

Pretty self-explainatory, no? -i accepts bed/gff/vcf and ibam accepts BAM.

ADD COMMENT

Login before adding your answer.

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