Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tyxer
    Junior Member
    • Jan 2011
    • 7

    'read' bam file directly

    Hi, there:

    I am working on quality statistics on aligned reads of sequencing data.
    As all know, bam is the binary format that people can not really 'read' it by lines.
    As a result, I have to transform bam file into sam file, which is time and space consuming.
    I am wondering are there any tools or libraries by which I can directly work on the bam file (not only for statistics purpose)?
    I know there are tools can directly make use of bam files, such as bamtools. But the function of it is not powerful enough for me.
    Anyone knows how tools like bamtools make use bam files computationally?

    Thank you so much

    Yuxiang
  • adamdeluca
    Member
    • Jul 2010
    • 95

    #2
    That's what unix pipes are for.

    samtools view | myprogram

    If you want to write a program to directly access bam files, there is a c library (samtools) and a java library (picard).

    Comment

    • tyxer
      Junior Member
      • Jan 2011
      • 7

      #3
      Hi, Adamdeluca

      OK, thank you. I will try them.

      Bests

      Yuxiang

      Comment

      • adaptivegenome
        Super Moderator
        • Nov 2009
        • 436

        #4
        Also bamtools has a nice interface for developers.

        Comment

        • tyxer
          Junior Member
          • Jan 2011
          • 7

          #5
          Hi, genericforms:

          I did not know bamtools has interface. Do you mean the API?
          I only tried the command line functions.

          Thank you

          Yuxiang

          Comment

          • adaptivegenome
            Super Moderator
            • Nov 2009
            • 436

            #6
            Originally posted by tyxer View Post
            Hi, genericforms:

            I did not know bamtools has interface. Do you mean the API?
            I only tried the command line functions.

            Thank you

            Yuxiang
            Bamtools has an exceptional C++ API. Source and docs are here:


            You can browse the API commands here in a pretty format:


            This is the way to go if you are writing C++ code. You can also use samtools and picard tools for other programming interfaces. Furthermore if you just want to do some quick analysis and not write a complete software package, you can just use samtools or bamtools in command line mode to grab a region of the region (VIEW) and then as mentioned in earlier posts, just pipe to a PERL or PYTHON script.
            Last edited by adaptivegenome; 06-15-2012, 12:45 PM. Reason: added links to doc

            Comment

            • tyxer
              Junior Member
              • Jan 2011
              • 7

              #7
              Hi, genericforms:

              Thank you so much.

              It is really helpful.

              Bests

              Yuxiang

              Comment

              Latest Articles

              Collapse

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              33 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-04-2026, 08:59 AM
              0 responses
              39 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 12:03 PM
              0 responses
              62 views
              0 reactions
              Last Post SEQadmin2  
              Working...