Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • BAMseek
    Senior Member
    • Apr 2011
    • 124

    introducing BAMseek, a large file viewer for BAM and SAM

    Hi SeqAnswers community,

    I have been a long time follower of SeqAnswers but have just joined and would like to make available a tool I have been working on called BAMseek.

    BAMseek is a large file viewer for browsing BAM and SAM alignment files. BAMseek offers a graphical interface to viewing SAM/BAM files and allows you to jump around to random locations in your files.

    I currently have a Mac OS X Snow Leopard build available at http://code.google.com/p/bamseek/ If people find this useful, I can also make a Windows executable available.

    This is the first release of BAMseek, so any suggestions/feedback/questions are welcomed. I will do my best to reply and incorporate feedback.

    thanks!
  • zee
    NGS specialist
    • Apr 2008
    • 249

    #2
    Does it have the ability to non-interactively generate "snapshots" of a given region of the fly? Im looking for this in an open source tool.

    Comment

    • dp05yk
      Member
      • Dec 2010
      • 66

      #3
      I found it easy to install, and it is a very clean interface.

      Comment

      • BAMseek
        Senior Member
        • Apr 2011
        • 124

        #4
        Originally posted by zee View Post
        Does it have the ability to non-interactively generate "snapshots" of a given region of the fly? Im looking for this in an open source tool.
        Hi zee,
        I don't know if I quite understand what you mean. I could add the ability for the user to select a few rows and do a Copy of the selected data (in fact, I think that would be nice for the next version). If you are looking to automatically extract all the reads in a certain genomic region, I would suggest the "samtools view" command in the samtools software (which requires the file to be sorted and indexed). For BAMseek, I decided to not require the file to be sorted in order to browse it.

        Does that help at all?

        Comment

        • tnabtaf
          Member
          • Jan 2011
          • 53

          #5
          Can you summarize how BAMseek compares to other BAM viewers like Bambino and BamView? What are it's relative strengths?

          Thanks

          Comment

          • BAMseek
            Senior Member
            • Apr 2011
            • 124

            #6
            Originally posted by tnabtaf View Post
            Can you summarize how BAMseek compares to other BAM viewers like Bambino and BamView? What are it's relative strengths?

            Thanks
            Sure. I am aware of the tools you mentioned, but I have not used them too much myself, so please correct me if I am wrong. It looks like those types of programs are for visualizing alignments on the genome, which is a very useful way for exploring your data. BAMseek gives you a different view of the data - it allows you to view the file itself, which to my knowledge, could only be done if you are familiar with command line operations. Typical text editors cannot view SAM/BAM files because the files are large (too much to put into memory at once), and BAM files are not in a human-readable form. BAMseek could be useful if you just wanted to open up the file and get a feel for the type of data it contains - is it paired-end? does it contain auxiliary flags? what's the read length? ...

            So in short, I see these as complimentary tools that allow you to explore those very large BAM/SAM files.

            Comment

            • zee
              NGS specialist
              • Apr 2008
              • 249

              #7
              OK I had a look at Bamseek and I thought it would be another alignment graphical viewer. It definitely does not suit my purposes as I am already quite experienced with the samtools and Picard utilities. Nice for the GUI people though.

              Comment

              • BAMseek
                Senior Member
                • Apr 2011
                • 124

                #8
                BAMseek - now on Windows

                Cross-platform version of BAMseek now available at



                BAMseek is a file viewer that allows you to browse through BAM and SAM files with a friendly user interface. I recently uploaded a cross-platform version (BAMseek2011June01.jar ) that can run on both Windows and Mac (and anywhere java runtime 1.6 is installed). To run, simply download and double click the .jar file. I would still consider this in its testing stage, so keep that feedback coming! Thanks.

                Comment

                • narain
                  Banned
                  • Aug 2011
                  • 73

                  #9
                  How different is it from IGC and TVIEW ? I know IGV changes the BAM alignment of my reads to reference , and so I have discontinued using it. I hope BAMseek does not do the same.

                  Comment

                  • BAMseek
                    Senior Member
                    • Apr 2011
                    • 124

                    #10
                    BAMseek is a text viewer that lets you see the actual text within a BAM file (such as what you would get with samtools view). So probably not what you are looking for if you are looking for a new alignment viewer. What do you mean that IGV changes the BAM alignments to reference? I haven't noticed IGV changing the data.

                    Justin

                    Comment

                    • madebeljak
                      Junior Member
                      • Jul 2012
                      • 6

                      #11
                      Hi,

                      I have tried BAMSeek and like the way it gives individual reads; however, it seems that is all there is. Is there a "search/find" function if I wanted to look for a specific sequence. Or is there a freely available tool for this?

                      Thanks,
                      Marija

                      Comment

                      • BAMseek
                        Senior Member
                        • Apr 2011
                        • 124

                        #12
                        Originally posted by madebeljak View Post
                        Hi,

                        I have tried BAMSeek and like the way it gives individual reads; however, it seems that is all there is. Is there a "search/find" function if I wanted to look for a specific sequence. Or is there a freely available tool for this?

                        Thanks,
                        Marija
                        You are correct, there isn't a search/find function available. To do that, there is a lot of power and flexibility from using samtools and grep in the command line. You might try something like this

                        Code:
                        samtools view -h input.bam | grep TCTGACTCTGTGTA
                        You can get fancy and limit your search to particular columns (using something like awk) or allow for mismatches in the sequence using wildcards. So I would suggest that route. Hope that helps.

                        Justin

                        Comment

                        Latest Articles

                        Collapse

                        • GATTACAT
                          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                          by GATTACAT
                          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                          07-01-2026, 11:43 AM
                        • 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

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by SEQadmin2, 07-02-2026, 11:08 AM
                        0 responses
                        11 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 06-30-2026, 05:37 AM
                        0 responses
                        13 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 06-26-2026, 11:10 AM
                        0 responses
                        20 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 06-17-2026, 06:09 AM
                        0 responses
                        54 views
                        0 reactions
                        Last Post SEQadmin2  
                        Working...