Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Need BAM to BED algorithm

    Hi, I've been looking for a good quick BAM to bed algorithm/code to integrate into a Java swing gui program. Usually we just use bedtools to do a simple nofrills conversion (no CIGAR or stuff like that) but there are many problems such incompatibility with windows. I've tried the bamtobed converter here

    Download SAM tools for free. SAM (Sequence Alignment/Map) is a flexible generic format for storing nucleotide sequence alignment. SAMtools provide efficient utilities on manipulating alignments in the SAM format.


    But I'm unsatisfied with the performance. I've thought about converting bedtool's bam converter to java myself but it looks extremely complicated with several files and multiple layers of dependencies. I was wondering if there was any java conversion of bedtools or any other code snippets I could try out.

    Thanks
    Last edited by jarwulf; 09-10-2012, 01:59 PM.

  • #2
    You should be able to build such a program using the Sam JDK in the Picard package. It would be straightforward, there are examples in the form of unit tests. You want to open a SAMFileReader, then use the "query" method to get an iterator over SAMRecord objects. The SAMRecord has all the info you need. Just remember the coordinates are "1" based and bed is "0".

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      Yesterday, 07:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    57 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    45 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X