Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • JQL
    Member
    • Apr 2011
    • 83

    duplicated reads in fastQC

    Hi, I have some duplication issues as suggest in fastQC. The duplication levels in my samples average about 60%. I read some old posts. The link below seems to sugested removal of duplicated reads, while the sequencing facility suggested otherwise. It seems to me that the duplication will affect the accurate counts of the transcripts. Any thoughts?

    What software can do this duplication removal? I check out the fastX, it doesn't seem have that functionality. Suggestions?

    thanks!


    Originally posted by GenoMax View Post
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    Originally posted by JQL View Post
    It seems to me that the duplication will affect the accurate counts of the transcripts.
    To some extent you would expect duplication in a transcriptome (or even small genome) project. It depends on your sequencing coverage and the size of the transcriptome/genome.

    As a thought experiment, let's say that the size of your transcriptome is 100,000,000 bases. That means that at the best you can have 100M unique sequences. If you sequence 200M bases (cheap to do!) then you would expect a 2x duplication level.

    All sorts of caveats plus 'and-also's in the above but the general idea is that with modern sequencing it is quite easy to overwhelm the uniqueness of reads and start picking up duplicates.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Originally posted by JQL View Post

      What software can do this duplication removal? I check out the fastX, it doesn't seem have that functionality. Suggestions?

      thanks!
      PRINSEQ (http://edwards.sdsu.edu/cgi-bin/prinseq/prinseq.cgi) can do removal of duplicate (or n-plicate) sequences.

      Comment

      • JQL
        Member
        • Apr 2011
        • 83

        #4
        Thanks for your thoughts. I think I would agree with you. I would probably leave the duplicates alone then.

        Originally posted by westerman View Post
        To some extent you would expect duplication in a transcriptome (or even small genome) project. It depends on your sequencing coverage and the size of the transcriptome/genome.

        As a thought experiment, let's say that the size of your transcriptome is 100,000,000 bases. That means that at the best you can have 100M unique sequences. If you sequence 200M bases (cheap to do!) then you would expect a 2x duplication level.

        All sorts of caveats plus 'and-also's in the above but the general idea is that with modern sequencing it is quite easy to overwhelm the uniqueness of reads and start picking up duplicates.

        Comment

        • JQL
          Member
          • Apr 2011
          • 83

          #5
          thanks GenoMax for the link.
          I may experiment a little bit. Remove the duplicates and rerun the fastQC and see what happens.


          Originally posted by GenoMax View Post
          PRINSEQ (http://edwards.sdsu.edu/cgi-bin/prinseq/prinseq.cgi) can do removal of duplicate (or n-plicate) sequences.

          Comment

          • NRP
            Junior Member
            • Oct 2011
            • 7

            #6
            I just went through this myself with some recent transcriptome data that FastQC showed to be highly redundant.
            Like westerman said it depends on what you are trying to do, but if you are going to use the data for an assembly I'd suggest looking into the digital normalization procedure. This will reduce the amount of redundant data you feed into the assembler and make assembly much more efficient. Of course if you are trying to analyze for differential expression you will ultimately need to retain all of the duplicates.

            Comment

            • JQL
              Member
              • Apr 2011
              • 83

              #7
              I am currently only interested in differential expressions.

              thanks for sharing your thoughts.

              Originally posted by NRP View Post
              I just went through this myself with some recent transcriptome data that FastQC showed to be highly redundant.
              Like westerman said it depends on what you are trying to do, but if you are going to use the data for an assembly I'd suggest looking into the digital normalization procedure. This will reduce the amount of redundant data you feed into the assembler and make assembly much more efficient. Of course if you are trying to analyze for differential expression you will ultimately need to retain all of the duplicates.

              Comment

              • JQL
                Member
                • Apr 2011
                • 83

                #8
                Another related question:

                While I agree it is probably better to leave the duplicated sequences alone for differential expression study, there are also some over-represented sequences (ORS) in my samples. In fastQC report, some of those top ORS are shown to be adapter seqeunces, others shown to have no hits. They probably don't accounts for large percentage of duplicated sequences (5% maybe?), do you guys remove those adaptor sequences?

                Comment

                • NRP
                  Junior Member
                  • Oct 2011
                  • 7

                  #9
                  Yes, I had that issue as well. I think it is best to trim those. I used trim galore for that & it worked quite well.

                  Comment

                  • DZhang
                    Senior Member
                    • Jun 2010
                    • 177

                    #10
                    Hi,

                    I just want to add that we need to also consider the potential sources of the duplication. Is it due to high coverage or PCR-amplification during library prep. It is never a clean cut but you need to assess which one is more dominant as they have different impacts to certain quantitation studies.

                    Best regards,
                    Douglas

                    Comment

                    • JQL
                      Member
                      • Apr 2011
                      • 83

                      #11
                      I have looked into fastx clipper which is supposed to trim the adapter sequence. But I have also read some earlier posts here that suggested that fastx clipper didn't work well. http://seqanswers.com/forums/showthr...=fastx+clipper

                      In my case, fastQC suggests I have 4.7% (out of 4M sampled) of the adapter sequence "GATCGGAAGAGCACACGTCTGAACTCCAGTCACTTAGGCATCTCGTATGCC". But after running fastx_clipper with option -C to remove the above 51-base adapter seq, I lost 4,752,644. I have a total of ~23M reads -- thats about 20% of reads. It seems either I have done something wrong or the program still has bugs. Any suggestions?

                      I haven't tried trim galore yet.


                      Originally posted by NRP View Post
                      Yes, I had that issue as well. I think it is best to trim those. I used trim galore for that & it worked quite well.

                      Comment

                      • NRP
                        Junior Member
                        • Oct 2011
                        • 7

                        #12
                        I've never tried fastx clipper, but in trim galore you can specify the sequence to trim & adjust the match stringency so that might help.

                        Comment

                        • JQL
                          Member
                          • Apr 2011
                          • 83

                          #13
                          grep -c ADAPTER found 1M adapter, which is about 4.4%, consistent with the fastQC report. Not sure how fastx clipper found and removed 4.7M adapter sequences.

                          I guess, Trim Galore seems to be a better option.

                          Originally posted by JQL View Post
                          I have looked into fastx clipper which is supposed to trim the adapter sequence. But I have also read some earlier posts here that suggested that fastx clipper didn't work well. http://seqanswers.com/forums/showthr...=fastx+clipper

                          In my case, fastQC suggests I have 4.7% (out of 4M sampled) of the adapter sequence "GATCGGAAGAGCACACGTCTGAACTCCAGTCACTTAGGCATCTCGTATGCC". But after running fastx_clipper with option -C to remove the above 51-base adapter seq, I lost 4,752,644. I have a total of ~23M reads -- thats about 20% of reads. It seems either I have done something wrong or the program still has bugs. Any suggestions?

                          I haven't tried trim galore yet.

                          Comment

                          Latest Articles

                          Collapse

                          • SEQadmin2
                            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                            by SEQadmin2


                            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                            The systematic characterization of the human proteome has
                            ...
                            07-20-2026, 11:48 AM
                          • 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.
                            ...
                            07-09-2026, 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

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, 07-20-2026, 11:10 AM
                          0 responses
                          14 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-13-2026, 10:26 AM
                          0 responses
                          32 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-09-2026, 10:04 AM
                          0 responses
                          43 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-08-2026, 10:08 AM
                          0 responses
                          29 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...