Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • littlebio
    Junior Member
    • Mar 2010
    • 3

    A question of samtools

    Hi, I'm new in this field, there is one problem I want to ask

    I have already sorted and index the .sam file, and it changed to .bam.bai file
    I want to check the result of .bam.bai file, but I don't know use which of samtools command. I want to view them in a .map file.

    Thanks
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    Originally posted by littlebio View Post
    Hi, I'm new in this field, there is one problem I want to ask

    I have already sorted and index the .sam file, and it changed to .bam.bai file
    I want to check the result of .bam.bai file, but I don't know use which of samtools command. I want to view them in a .map file.

    Thanks
    Please don't post the same question twice in multiple threads, since then it gets difficult to respond.

    Anyhow, you should have an associated BAM file with your BAI file. The BAI file is an index of your BAM file. I am not sure of a BAM to .map converter, though I would ask why you need a .map file. Many genome browsers like IGV work well with BAM files and variant callers like the one in samtools or GATK also play nice with BAM files.

    Comment

    • littlebio
      Junior Member
      • Mar 2010
      • 3

      #3
      Originally posted by nilshomer View Post
      Please don't post the same question twice in multiple threads, since then it gets difficult to respond.

      Anyhow, you should have an associated BAM file with your BAI file. The BAI file is an index of your BAM file. I am not sure of a BAM to .map converter, though I would ask why you need a .map file. Many genome browsers like IGV work well with BAM files and variant callers like the one in samtools or GATK also play nice with BAM files.
      Sorry for posting twice, and thanks for your reply.

      I saw another result that the output is a MAP file, so I think maybe it is easy to output that way. Actually, I only want to see the result of BAI file, no matter what kind of output. And I tried the command:
      samtools view XXXXX.bam.bai
      it did not work, so I want to know how to convert this file correctly.

      Thank you

      Comment

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #4
        Originally posted by littlebio View Post
        Sorry for posting twice, and thanks for your reply.

        I saw another result that the output is a MAP file, so I think maybe it is easy to output that way. Actually, I only want to see the result of BAI file, no matter what kind of output. And I tried the command:
        samtools view XXXXX.bam.bai
        it did not work, so I want to know how to convert this file correctly.

        Thank you
        The command you want is:

        Code:
        samtools view XXXXX.bam
        The .bai file does not store your alignments, the .bam file does.

        Comment

        • nilshomer
          Nils Homer
          • Nov 2008
          • 1283

          #5
          Originally posted by littlebio View Post
          Sorry for posting twice, and thanks for your reply.

          I saw another result that the output is a MAP file, so I think maybe it is easy to output that way. Actually, I only want to see the result of BAI file, no matter what kind of output. And I tried the command:
          samtools view XXXXX.bam.bai
          it did not work, so I want to know how to convert this file correctly.

          Thank you
          Also, you might want to list the commands you used starting at the .sam file. The commands:
          Code:
          samtools sort XXXXX.sam XXXXX
          samtools index XXXXX.bam
          should produce a .bam file (stores your alignment) and .bai file (index of your .bam file, for fast co-ordinate retrieval).

          Comment

          • littlebio
            Junior Member
            • Mar 2010
            • 3

            #6
            Thank you for your suggestion, I have already worked out.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              Yesterday, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:04 AM
            0 responses
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            7 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...