Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bwa map single and PE reads to ref?

    Hello,

    I want to store detect my variants in a VCF format. For that I need to map my PE reads (100x2) to reference. What I have discovered however is that for a lot of my PE reads, the fragments size is smaller than 200bp, which means some PE reads overlap, increasing the coverage of a region artificially.

    I thought I would merge the PE reads with SeqPrep to place all PE reads that overlap in a merged.fastq file.

    My question is, how do I then map both unmerged PE reads and merged SE reads to the genome with bwa? I only know how to do it if it's only SE or only PE.

    Also, does this approach sound reasonable?

    Adrian

    Biostar: http://www.biostars.org/p/97423/#97430

  • #2
    Map the single-ended reads, then map the paired reads, then merge the two sam files. We do that all the time.

    Comment


    • #3
      Sorry I have never merged 2 sam files together, how would I do that?
      Code:
      cat *.sam > new.sam
      ?

      Thanks for the advice!

      Comment


      • #4
        Try samtools merge.

        Comment


        • #5
          As I mentioned on Biostars, just use a variant caller that isn't confused by paired-end reads. GATK is one such example.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Innovations in Spatial Biology
            by seqadmin


            Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

            3D Genomics
            While spatial biology often involves studying proteins and RNAs in their...
            01-01-2025, 07:30 PM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 01-09-2025, 04:04 PM
          0 responses
          433 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 01-09-2025, 09:42 AM
          0 responses
          441 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 01-08-2025, 03:17 PM
          0 responses
          457 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 01-03-2025, 11:18 AM
          1 response
          50 views
          1 like
          Last Post Tonia
          by Tonia
           
          Working...
          X