Skip to content
Snippets Groups Projects
Commit 408d6700 authored by arq5x's avatar arq5x
Browse files

tweaks

parent 62648f3a
No related branches found
No related tags found
No related merge requests found
===================================================
bedtools - a swiss army knife for genome arithmetic
===================================================
......@@ -24,6 +24,10 @@ by chromosome and start position. As you can see in the plots below, the speed a
with sorted data as compared to the poor scaling for unsorted data. The current version of bedtools intersect is as fast as (or slightly faster) than the ``bedops`` package's ``bedmap`` which uses a similar algorithm for sorted data. The plots below represent counting the number of intersecting alignments from exome capture BAM files against CCDS exons.
The alignments have been converted to BED to facilitate comparisons to ``bedops``. We compare to the bedmap ``--ec`` option because similar error checking is enforced by ``bedtools``.
**Note:** bedtools could not complete when using 100 million alignments and the R-Tree algorithm used for unsorted data.
![Speed Comparison](http://bedtools.readthedocs.org/en/latest/_images/speed-comparo.png)
![Memory Comparison](http://bedtools.readthedocs.org/en/latest/_images/memory-comparo.png)
......
......@@ -40,6 +40,8 @@ by chromosome and start position. As you can see in the plots below, the speed a
with sorted data as compared to the poor scaling for unsorted data. The current version of bedtools intersect is as fast as (or slightly faster) than the ``bedops`` package's ``bedmap`` which uses a similar algorithm for sorted data. The plots below represent counting the number of intersecting alignments from exome capture BAM files against CCDS exons.
The alignments have been converted to BED to facilitate comparisons to ``bedops``. We compare to the bedmap ``--ec`` option because similar error checking is enforced by ``bedtools``.
Note: bedtools could not complete when using 100 million alignments and the R-Tree algorithm used for unsorted data.
.. image:: content/images/speed-comparo.png
:width: 300pt
.. image:: content/images/memory-comparo.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment