Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • quinlana
    Senior Member
    • Sep 2008
    • 119

    BEDTools article

    Hi,
    A couple of folks had asked about how to cite BEDTools. The manuscript is now available in advanced access. We intended for it to be open access, but this has not yet happened.



    Aaron
  • lh3
    Senior Member
    • Feb 2008
    • 686

    #2
    Congratulations!

    Comment

    • quinlana
      Senior Member
      • Sep 2008
      • 119

      #3
      Originally posted by lh3 View Post
      Congratulations!
      Thanks much, Heng! We've found combining samtools with bedtools to be incredibly useful for characterizing our results, eliminating alignment artifacts, and focusing on interesting regions. In other words, thank you for creating samtools.

      Best,
      Aaron

      Comment

      • quinlana
        Senior Member
        • Sep 2008
        • 119

        #4
        Version 2.5.3

        Hi all,

        I just posted version 2.5.3 of BEDTools which includes the following changes.

        1. Fixed careless typo that disallowed "track" and "browser" lines.
        2. Substantially increased the speed of pairToBed when comparing paired BAM alignments to BED annotations. The initial implementation left a bit to be desired; in some cases it is now up to 95% faster.
        3. Fixed minor bug when reporting overlaps between BEDPE and BED features.
        4. Fixed bug when using type "notboth" with BAM files in pairToBed.
        5. When comparing BAM files to BED/GFF annotations with intersectBed or pairToBed, the __aligned__ sequence is used, rather than the __original__ sequence.
        6. Fixed a bug in bamToBed when reporting edit distance from certain aligners.



        Best,
        Aaron


        Originally posted by quinlana View Post
        Hi,
        A couple of folks had asked about how to cite BEDTools. The manuscript is now available in advanced access. We intended for it to be open access, but this has not yet happened.



        Aaron

        Comment

        • ivang
          Junior Member
          • May 2009
          • 2

          #5
          BEDTools. Documentation of intersectBed.

          Hi Aaron and everybody,

          The documentation of intersectBed nicely explains the use of -s and -f to mind strandedness and fraction overlapped. It is also clear that -v outputs records that do not overlap.

          Two questions then:

          1) When using -v, does intersectBed mind the fraction overlapped?

          2) Assuming that 1) is affirmative, is this the correct syntax to catch only the records in A that do not overlap EXACTLY the records in B?

          intersectBed -abam A.bam -b B.bed -s -f 1 -v > A_notexactly_B.bam

          Thank you,

          Ivan

          Ivan Gregoretti, PhD
          National Institute of Diabetes and Digestive and Kidney Diseases
          National Institutes of Health
          5 Memorial Dr, Building 5, Room 205.
          Bethesda, MD 20892. USA.
          Phone: 1-301-496-1016
          Fax: 1-301-496-9878

          Comment

          • ivang
            Junior Member
            • May 2009
            • 2

            #6
            Sorry. I just realized that there is an official email list for BEDTools.

            Ivan

            Comment

            • quinlana
              Senior Member
              • Sep 2008
              • 119

              #7
              Hi Ivan,

              These are great questions --- I recognize the documentation could be better in this case. In fact, just yesterday I faced the same question for a similar analysis. In short, the answer to each of your questions is "yes".

              An example with BED (not BAM), but the behavior is identical for BAM.

              Code:
              $ cat a.bed
              chr1	10	100	a.small	90	+	
              chr1	10	1000	a.large	900	-
              Code:
              $ cat b.bed
              chr1	10	100	b.small	90	+
              chr1	10	1000	b.large	900	+
              Code:
              $ intersectBed -a a.bed -b b.bed -f 1.0 -v
              (NO OUTPUT)
              Code:
              $ intersectBed -a a.bed -b b.bed -f 1.0 -v -s
              chr1	10	1000	a.large	900	-
              Here's a link to the BEDTools Discussion list.

              I hope this helps you out.
              Best,
              Aaron

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by SEQadmin2


                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                Here are nine questions we think about, in roughly the order they matter, before...
                06-18-2026, 07:11 AM
              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                06-02-2026, 10:05 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Today, 05:37 AM
              0 responses
              5 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-26-2026, 11:10 AM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              49 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              109 views
              0 reactions
              Last Post SEQadmin2  
              Working...