You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deep...@googlegroups.com
Hi
all,
I
am using deeptools/3.3.1 with a command " bamCoverage
-b alignment.bam -o out.fwd.bw --samFlagExclude 16 --minMappingQuality 20 --exactScaling --binSize 1 -p 6"
to generate coverage output per each position, but the output is different from my expectation!
For
example, the current output is:
seqnames ranges strand | score
<Rle> <IRanges> <Rle> | <numeric>
[1] NC_037328.1 16285 * |
*
[2] NC_037328.1 16286-16309 * | *
[3] NC_037328.1
16310 * | *
[4] NC_037328.1 16311
* | *
[5] NC_037328.1 16312-16338 * | *
while I expected to be as:
seqnames ranges strand | score
<Rle> <IRanges> <Rle> | <numeric>
[1] NC_037328.1 16285
* | *
[2] NC_037328.1 16286
* | *
[3] NC_037328.1 16287
* | *
[4] NC_037328.1 16288
* | *
[5] NC_037328.1
16289 * | *
would you please let me know what command should I use to get the coverage only for each bp not the ranges?
Thanks
in advance,
Mehrnush
---------------- Mehrnush Forutan
Postdoctoral Research Fellow | Centre for Animal Science
Queensland Alliance for Agriculture and Food Innovation
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mehrnush Forutan, deep...@googlegroups.com
DeepTools merges bases that have the same coverage since the output is
then smaller but otherwise identical.
--
Devon Ryan, Ph.D.
Email: dpr...@dpryan.com Data Manager/Bioinformatician
Max Planck Institute of Immunobiology and Epigenetics
Stübeweg 51
79108 Freiburg
Germany