bedtools genomecov per-base report in igv
1
0
Entering edit mode
4.5 years ago
pyKey ▴ 70

Hi All,

Is there a way to transform the per-base report of an alignment file into igv-readable format? Original command:

bedtools genomecov -d -ibam sample_file > out_file

Thank you,

bedtools igv per-base report • 912 views
ADD COMMENT
0
Entering edit mode
4.5 years ago
ATpoint 82k

Use option -bg to generate a bedGraph and then transform to bigwig using bedGraphToBigWig which can be read into IGV. Alternatively use bamCoverage from deeptools which essentially does the same but in one command.

ADD COMMENT

Login before adding your answer.

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