Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Noah Pieta
    Junior Member
    • Dec 2013
    • 2

    #1

    how to cut the adapter without knowing the seq?

    i'm a green hand in RNA-seq data analysis. i have a raw data that need to cut the adapters. i'm using the cutadapter software to do the job. but i don't know the adapter seq. what can i do to solve the problem.
    thank you very much!
  • Wallysb01
    Senior Member
    • Feb 2011
    • 286

    #2
    You could run fastqc and see if there are any overrepressented adapter sequences. It will identify which adapter or primer sequences are in there, if it finds too many of them.

    Comment

    • simonandrews
      Simon Andrews
      • May 2009
      • 870

      #3
      If you're using Illumina sequences then you can trim with the common Illumina prefix which is present at the start of pretty much all of their adapters. If you use our trim_galore trimmer (which is a wrapper around cutadapt) then it will do this for you automatically.

      Comment

      • mgogol
        Senior Member
        • Mar 2008
        • 197

        #4
        I find the kmer plots of fastqc useful for this. If there are adapters at the end or something, you'll see the corresponding kmers coming up at the end. You can usually use this plus the contaminants list from fastqc to figure out what to trim.

        I'm more familiar with trimming for small RNA data though. I don't usually trim anything from RNA-seq.

        Comment

        • vineet jha
          Junior Member
          • Feb 2013
          • 4

          #5
          Sangenix

          Sangenix can perform adapter trimming , from fastqc report. so no need to provide adapter seq for trimming. and it is all automated.

          Try Sangenix: http://www.sangenix.com/

          Comment

          • simonandrews
            Simon Andrews
            • May 2009
            • 870

            #6
            Originally posted by vineet jha View Post
            Sangenix can perform adapter trimming , from fastqc report. so no need to provide adapter seq for trimming. and it is all automated.

            Try Sangenix: http://www.sangenix.com/
            How does it decide what to trim based on the FastQC report? I'm not sure I could reliably figure that out manually from just the information FastQC provides.

            Comment

            • vineet jha
              Junior Member
              • Feb 2013
              • 4

              #7
              Sangenix Trim Adapter from fastQC report

              Sangenix Reads the fastQC report , and create a list of over represented sequences . It uses these Sequence as adapter trimming from corresponding fastQ file . it trims the bases based upon user set parameter also. the attached figure show , before and after images of adapter trimming after QC and filtering step done by sangenix

              Attached Files
              Last edited by vineet jha; 12-06-2013, 03:32 AM.

              Comment

              • Noah Pieta
                Junior Member
                • Dec 2013
                • 2

                #8
                Originally posted by simonandrews View Post
                If you're using Illumina sequences then you can trim with the common Illumina prefix which is present at the start of pretty much all of their adapters. If you use our trim_galore trimmer (which is a wrapper around cutadapt) then it will do this for you automatically.
                thx very much! i have tried it

                Comment

                • sklages
                  Senior Member
                  • May 2008
                  • 628

                  #9
                  Originally posted by vineet jha View Post
                  Sangenix can perform adapter trimming , from fastqc report. so no need to provide adapter seq for trimming. and it is all automated.

                  Try Sangenix: http://www.sangenix.com/
                  Well, .. and were can the software be downloaded? I could not find any download link!?

                  Comment

                  • simonandrews
                    Simon Andrews
                    • May 2009
                    • 870

                    #10
                    Originally posted by vineet jha View Post
                    Sangenix Reads the fastQC report , and create a list of over represented sequences . It uses these Sequence as adapter trimming from corresponding fastQ file . it trims the bases based upon user set parameter also. the attached figure show , before and after images of adapter trimming after QC and filtering step done by sangenix
                    I'm not sure that's a great idea. The overrepresented sequences identification will really only spot if you have adapter dimers or other concatamers. If you have more normal read-through adapter contamination then these won't show up as the starting sequences will be more diverse. Also if you do get dimers they don't always show the full length of the adapter sequence to trim. If nothing else you'll normally find they're missing the initial 'A' at the start of the adapter (from the overhang ligation) so you'd need to add that, but we've also seen other truncated forms turn up. You're also potentially open to hitting other sequences which are overrepresented in your library. Doing this on a smallRNA library for example would cause a real mess.

                    Comment

                    • kcchan
                      Senior Member
                      • Jul 2012
                      • 186

                      #11
                      Yea using overrepresented sequences as the adapter sounds like a horrible idea. If you tried it with an amplicon or mate pair library all of your data is going to get wiped away.

                      Comment

                      • Wallysb01
                        Senior Member
                        • Feb 2011
                        • 286

                        #12
                        Well, the idea would be to only use fastqc to find which adapters were used, then trim those. If fastqc is finding overrepresented sequences other than known adapters, you ignore it and don’t trim it.

                        Comment

                        • kcchan
                          Senior Member
                          • Jul 2012
                          • 186

                          #13
                          But even then it'll have to show up in the overrepresented sequences and is fully dependent on whether or not the contaminant list is up to date. If I recall correctly the default list doesn't have Nextera nor the new targeted RNA adapters.

                          Comment

                          • simonandrews
                            Simon Andrews
                            • May 2009
                            • 870

                            #14
                            Originally posted by kcchan View Post
                            But even then it'll have to show up in the overrepresented sequences and is fully dependent on whether or not the contaminant list is up to date. If I recall correctly the default list doesn't have Nextera nor the new targeted RNA adapters.
                            Further contributions gratefully received

                            You can also add in more sequences yourself to the contaminants.txt file.

                            Comment

                            • rhinoceros
                              Senior Member
                              • Apr 2013
                              • 372

                              #15
                              Originally posted by Noah Pieta View Post
                              i'm a green hand in RNA-seq data analysis. i have a raw data that need to cut the adapters. i'm using the cutadapter software to do the job. but i don't know the adapter seq. what can i do to solve the problem.
                              thank you very much!
                              Why can't you ask from the person who gave you the data?
                              savetherhino.org

                              Comment

                              Latest Articles

                              Collapse

                              • SEQadmin2
                                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                                by SEQadmin2



                                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                                ...
                                07-31-2026, 11:01 AM
                              • 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

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, Yesterday, 10:35 AM
                              0 responses
                              7 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-06-2026, 07:41 AM
                              0 responses
                              24 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-03-2026, 10:13 AM
                              0 responses
                              44 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-31-2026, 02:55 AM
                              0 responses
                              48 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...