Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    Congratulations!

    Comment


    • #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


      • #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


        • #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


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

            Ivan

            Comment


            • #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

              • seqadmin
                Genetic Variation in Immunogenetics and Antibody Diversity
                by seqadmin



                The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
                11-06-2024, 07:24 PM
              • seqadmin
                Choosing Between NGS and qPCR
                by seqadmin



                Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
                10-18-2024, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 11:09 AM
              0 responses
              22 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Today, 06:13 AM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 11-01-2024, 06:09 AM
              0 responses
              30 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-30-2024, 05:31 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Working...
              X