Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • the "chr" in the chromosome name

    Hi,
    I have been given a few exome datasets (already mapped and I don't have the fastq files). The problem is that when these were mapped, they used a reference annotation that did not have the "chr" in with the chromosome ID. All of my other exomes that I have do have this annotation. As you can image, this is being a little problamatic when I am trying to do the analysis with all of the samples at the same time. Is there a simple way to add the "chr" to these samples without having to do all of the remapping?
    Thanks

  • #2
    You can use samtools reheader. Just samtools view -H file.bam > header.sam, then edit that to include the "chr" (don't change the ordering, though!). You can then use that for the reheader command. This assumes, of course, that this is the only difference between the genomes.

    Comment


    • #3
      Thanks,
      I thought that samtools reheader only changes the actual header info, but what about in all of the individual alignments? I do know that the same genome build was used for everything so that shouldn't be too much of a problem.

      Comment


      • #4
        In a BAM file, the actual chromosome name is only stored in the header (each read has an associated index number that is used by samtools or other programs to get the actual name of the chromosome/contig).

        If you have a SAM file then this won't work, you'll have to write a little script in python/perl/whatever.

        Comment


        • #5
          That makes sense. I never realized it worked that way.
          Thanks

          Comment


          • #6
            chromosome extraction without sorting

            I need suggestion to extract the chromosome or chromosome region (e.g. chr1: 100,000,000-200,000,000) without sorting bam file. Any idea related with this would be appreciated.

            Comment


            • #7
              Originally posted by bioinfo816 View Post
              I need suggestion to extract the chromosome or chromosome region (e.g. chr1: 100,000,000-200,000,000) without sorting bam file. Any idea related with this would be appreciated.
              You should start a new thread.

              Having said that, a small python/perl/whatever script could do this (you could even put together a shell script, if you're so inclined). Just filter the output of samtools view through it.
              Last edited by dpryan; 09-24-2013, 05:27 AM.

              Comment


              • #8
                Originally posted by bioinfo816 View Post
                I need suggestion to extract the chromosome or chromosome region (e.g. chr1: 100,000,000-200,000,000) without sorting bam file. Any idea related with this would be appreciated.
                A more lazy alternative as suggested by swbarnes2 in this thread: http://seqanswers.com/forums/showthread.php?t=14702

                Comment

                Latest Articles

                Collapse

                • seqadmin
                  Advancing Precision Medicine for Rare Diseases in Children
                  by seqadmin




                  Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                  12-16-2024, 07:57 AM
                • seqadmin
                  Recent Advances in Sequencing Technologies
                  by seqadmin



                  Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                  Long-Read Sequencing
                  Long-read sequencing has seen remarkable advancements,...
                  12-02-2024, 01:49 PM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, 12-17-2024, 10:28 AM
                0 responses
                26 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-13-2024, 08:24 AM
                0 responses
                42 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-12-2024, 07:41 AM
                0 responses
                28 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-11-2024, 07:45 AM
                0 responses
                42 views
                0 likes
                Last Post seqadmin  
                Working...
                X