Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    Thanks for the insightful info GenoMax. I had always thought reads were in a random order in .fastq files. Then I would also think that reads from two biological replicates where each had 3 sets of PE reads from different lanes would also have a relatively similar order.

    In essence R1 and R2 are technical replicates due to bridge amplification. I am going to try and compare any differences I find in read counts using a seed in a sample and not using one. And might even compare alignment between BBMap, Hisat2, and Tophat2

    Comment


    • #17
      Originally posted by ronaldrcutler View Post
      Thanks for the insightful info GenoMax. I had always thought reads were in a random order in .fastq files. Then I would also think that reads from two biological replicates where each had 3 sets of PE reads from different lanes would also have a relatively similar order.
      Reads include positional information (lane, X, Y location) in the header which is only valid for a specific fragment/cluster. Ultimately the physical position of a cluster does not matter (as far as sequence goes).

      In essence R1 and R2 are technical replicates due to bridge amplification. I am going to try and compare any differences I find in read counts using a seed in a sample and not using one. And might even compare alignment between BBMap, Hisat2, and Tophat2
      Only if they are fully overlapping though I have never thought of R1/R2 as technical replicates of each other. In most cases R1/R2 would not be expected to completely overlap (there are special applications where they are expected to overlap partially).

      You could use reformat.sh from BBMap to sample reads for use with all three programs. It will accept this parameter for reproducible sampling.
      Code:
      sampleseed=-1           Set to a positive number to use that prng seed for sampling (allowing deterministic sampling)
      Last edited by GenoMax; 06-21-2016, 08:02 AM.

      Comment


      • #18
        Originally posted by GenoMax View Post
        Reads include positional information (lane, X, Y location) in the header which is only valid for a specific fragment/cluster. Ultimately the physical position of a cluster does not matter (as far as sequence goes).
        Originally posted by GenoMax View Post
        Order with respect to the fragment to ensure that R1 and R2 from a specific fragment will be at the same relative location in both files. Sequencing is always in 5'->3' direction.
        Just for clarification - If I wanted to look at a fragment that is close to the beginning of the R1 file, the same fragment would be near the end of the R2 file. This preserves relative location so the two reads can match up.

        In regards to the physical location of a cluster, it does not matter in the reads because it is the job of the aligner to map it to the transcriptome?

        Comment


        • #19
          No. The order of reads is the same in both R1/R2 files.

          R1_file

          Cluster_1_R1_read
          Cluster_2_R1_read
          Cluster_3_R1_read

          R2 file

          Cluster_1_R2_read
          Cluster_2_R2_read
          Cluster_3_R2_read
          Position of the clusters (which is encoded in the fastq header) is only important for the sequencer during sequencing since instrument software keeps track of each individual cluster (there are millions per lane) over the duration of the run. The position itself has no influence on the sequence of that cluster (as long as the software that does the base-calling has done its job right).

          Comment


          • #20
            Alright, that clears a lot up. Your expertise is appreciated.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Best Practices for Single-Cell Sequencing Analysis
              by seqadmin



              While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
              Today, 07:15 AM
            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 08:18 AM
            0 responses
            10 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Today, 08:04 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-03-2024, 06:55 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-30-2024, 03:16 PM
            0 responses
            27 views
            0 likes
            Last Post seqadmin  
            Working...
            X