Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • netpumber
    Member
    • May 2014
    • 21

    Bam file visualization through console

    Hello!

    The linux server where i working on, hasn't any graphical interface, and i would like to ask, if there is any tool that visualize .bam files through console.

    Thank you.
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    samtools tview

    Comment

    • netpumber
      Member
      • May 2014
      • 21

      #3
      Thank you!

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Does it have X11? So you could use that to export graphical output to your local desktop.

        Comment

        • netpumber
          Member
          • May 2014
          • 21

          #5
          NO it doesn't have X11. Also when i m trying to use the samtools tview returns me that error


          [bam_index_load] fail to load BAM index.
          Cannot read index for 'accepted_hits.bam'

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            Just index the file then (samtools index). You'll need to sort it (samtools sort) if that wasn't already done.

            Comment

            • netpumber
              Member
              • May 2014
              • 21

              #7
              I sorted them, indexed them and when i tried to run tview with .sort.bam file and genome.fa, it returned a huge line only with NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNs.

              Any idea ?

              Comment

              • Richard Finney
                Senior Member
                • Feb 2009
                • 701

                #8
                What are the parameters you used?

                Comment

                • netpumber
                  Member
                  • May 2014
                  • 21

                  #9
                  Results are from tophat2.

                  Code:
                  samtools sort accepted_hints.bam accepted_hints.sort
                  samtools index accepted_hints.sort.bam 
                  samtools tview accepted_hints.sort.bam pathtogenome.fa

                  Comment

                  • dpryan
                    Devon Ryan
                    • Jul 2011
                    • 3478

                    #10
                    You probably want to use the -p option with a position. By default, you start at base 1 of the first contig/chromosome. If there are no alignments there, then you won't see anything except whatever the reference sequence is (if this is for a mammal, then typically a bunch of Ns).

                    Comment

                    • netpumber
                      Member
                      • May 2014
                      • 21

                      #11
                      Ok. Thank you. Seems to work.

                      Comment

                      Latest Articles

                      Collapse

                      • 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
                      • SEQadmin2
                        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                        by SEQadmin2


                        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                        ...
                        06-02-2026, 10:05 AM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by SEQadmin2, 06-26-2026, 11:10 AM
                      0 responses
                      12 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-17-2026, 06:09 AM
                      0 responses
                      46 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-09-2026, 11:58 AM
                      0 responses
                      105 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-05-2026, 10:09 AM
                      0 responses
                      125 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...