Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • A question on Illumina paired-end reads alignment. Merging from different samples

    Hi folks, I have a question on how to better merge paired-end reads coming from different samples. Basically, we do align genome resequencing fastq with bwa mem, and compress the resulting .sam file into a .bam.

    If we have to merge two different samples, there are basically two ways. The first is to merge the fastqs and align the resulting file, the second is to make use of samtools merge to merge the .bam files.

    My concern is whether the two procedures are equally valid, or there is some relevant difference in the outcome.

    I think that everything revolves around the functioning of the Burrows Wheeler Transform Alignment. I have broadly understood the application of the BWT and of the indexing, but I still wonder if the number of reads affects the results of the alignment, or each read is aligned independently.

    Can anyone give me more insights on this?

  • #2
    Originally posted by linudz View Post
    Hi folks, I have a question on how to better merge paired-end reads coming from different samples. Basically, we do align genome resequencing fastq with bwa mem, and compress the resulting .sam file into a .bam.

    If we have to merge two different samples, there are basically two ways. The first is to merge the fastqs and align the resulting file, the second is to make use of samtools merge to merge the .bam files.

    My concern is whether the two procedures are equally valid, or there is some relevant difference in the outcome.
    Either way should be fine after you take the "note" below into account.

    Note: When you are referencing "merging samples" are you referring to technical replicates of the same sample? Merging would be appropriate only in that case. If "samples" are true biological replicates then you would want to keep them separate for downstream analysis.

    but I still wonder if the number of reads affects the results of the alignment, or each read is aligned independently.

    Can anyone give me more insights on this?
    Each read pair is independently aligned to the reference so there is no effect of the amount of data on actual alignments.

    Comment


    • #3
      Thank you very much for your answer. This is going to be done on replicates of the same sample, so it should apply. Thanks again

      Comment


      • #4
        Originally posted by linudz View Post
        Thank you very much for your answer. This is going to be done on replicates of the same sample, so it should apply. Thanks again
        Just want to re-emphasize. Are these technical replicates or biological? Merging data is only appropriate for technical replicates.

        Comment


        • #5
          Because technical replicates could have different insert sizes, and the average (or estimated) insert size can have an effect on alignment, you may get different results even for technical replicates between merging prior to mapping versus merging after mapping. In many cases this difference is trivial and in general mapping the reads independently is not guaranteed to give you an optimal answer with respect to insert size anyway, since there is an order dependency, but it's something to be aware of.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            Today, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 07:17 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-29-2024, 10:49 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Working...
          X