Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • BEDTools v2.6: improved BAM support, new options.

    Hello all,

    I recently posted Version 2.6 of BEDTools. This release includes numerous changes (see below if you want to skip my rambling) and is the first to include ideas and source code directly contributed by other users. Thanks to those who submitted ideas, source code, corrections, etc. I am grateful.

    Of widest interest is the native inclusion of BAM support (using BAMTools) to coverageBed and genomeCoverageBed (no longer need to pipe to bamToBed). genomeCoverageBed now also creates BEDGRAPH output and coverageBed will create coverage histograms for _each_ feature in the "B" file. For example, one can compute coverage histograms for each targeted exon, as well as a summary of all targets directly from a BAM file of alignments.

    Code:
    $ coverageBed -abam reads.bam -b exons.bed -hist
    Below is a litany of the specific changes made in this release.



    Regards,
    Aaron

    ***Specific improvements / additions to tools***
    1. intersectBed
    * Added an option (-wo) that reports the number of overlapping bases for each intersection b/w A and B files.

    2. coverageBed
    * native BAM support
    * can now report a histogram (-hist) of coverage for each feature in B. Useful for exome sequencing projects, for example.
    * faster

    3. genomeCoverageBed
    * native BAM support
    * can now report coverage in BEDGRAPH format (-bg)

    4. bamToBed
    * support for "blocked" BED (aka BED12) format (use the -bed12 option). This facilitates the creation of BED entries for "split" alignments (e.g. RNAseq or SV)
    -- when using BED12, one can specify an R,G,B color for the output for subsequent uploads to UCSC, Gambit, IGV, Tablet, etc.

    5. fastaFromBed
    * added the ability to extract sequences from a FASTA file according to the strand in the BED file. That is, when "-" the extracted sequence is reverse complemented.

    6. ***NEW*** overlap
    * newly added tool for computing the overlap/distance between features on the same line.
    Code:
    	$ cat test.out
    	chr1	10	20	A	chr1	15	25	B
    	chr1	10	20	C	chr1	25	35	D
    
    	$ cat test.out | overlaps -i stdin -cols 2,3,6,7
    	chr1	10	20	A	chr1	15	25	B	5
    	chr1	10	20	C	chr1	25	35	D	-5
    Last edited by quinlana; 03-23-2010, 07:13 PM. Reason: Incorrect statement.

  • #2
    Thanks Aaron. I used the 2.5.3 and it is a great resource!

    Sumit
    --
    bioinfosm

    Comment


    • #3
      Hi,
      Version 2.6.1 has just been posted; it fixes an idiotic command line parsing bug in coverageBed. Thanks to mgogol for pointing this out.

      Aaron
      Last edited by quinlana; 03-30-2010, 06:01 PM. Reason: typo. again.

      Comment


      • #4
        Hi Aaron,

        How to make a coverage plot using coverageBed output hist.csv file in R or Excel?

        Thanks!!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        30 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        52 views
        0 likes
        Last Post seqadmin  
        Working...
        X