Unconfigured Ad

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

    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
                                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by SEQadmin2


                                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


                                Here are nine questions we think about, in roughly the order they matter, before...
                                06-18-2026, 07:11 AM
                              • SEQadmin2
                                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                                by SEQadmin2


                                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                                ...
                                06-02-2026, 10:05 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 06-17-2026, 06:09 AM
                              0 responses
                              26 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-09-2026, 11:58 AM
                              0 responses
                              44 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-05-2026, 10:09 AM
                              0 responses
                              48 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-04-2026, 08:59 AM
                              0 responses
                              49 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...