Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Oliviervg
    Member
    • Sep 2011
    • 13

    #31
    Hello, and thank you for this great program.

    I have a stupid question, but I don't understand what does "trim" mean and what does "clip" mean ? What's the difference between them ?
    Is trim a synonym for "cut" ?

    Comment

    • Oliviervg
      Member
      • Sep 2011
      • 13

      #32
      Can someone answer to my stupid question please ?
      What the difference between clip and trim ?
      Thank you

      Comment

      • Oliviervg
        Member
        • Sep 2011
        • 13

        #33
        I know my question should seem stupid for a native english speaker, but I still not understand the difference between trimming and clipper ...
        Maybe they are synonyms, and we can use both terms in each case ?

        Comment

        • westerman
          Rick Westerman
          • Jun 2008
          • 1104

          #34
          Originally posted by Oliviervg View Post
          I know my question should seem stupid for a native english speaker, but I still not understand the difference between trimming and clipper ...
          Maybe they are synonyms, and we can use both terms in each case ?

          Trim usually means an algorithmic determination of where to clip off sequences. E.g., trim all bases from 5' end where the quality value is 20 or less (Q20) in a running total of 4 bases.

          Clip is usually a hard and fast rule. E.g., clip 15 bases off of the 5' end.


          But, yes, trim and clip could also be considered synonyms.

          Comment

          • earonesty
            Member
            • Mar 2011
            • 52

            #35
            Originally posted by westerman View Post
            But, yes, trim and clip could also be considered synonyms.
            Yep. They are synonyms, and are used inconsistently.

            Personally, I say "clip", when I mean "looking for adapters or other sequences and removing them off the ends of reads", and "trim" when I mean "looking for qualities/base skew" and removing them off the ends of reads. (fastx-toolkit and fastq-mcf seem to use it this way.)

            Comment

            • relipmoc
              Member
              • Jul 2011
              • 58

              #36
              Hi Mark,

              Recently I've written a software tool named skewer which is dedicated to the adapter trimming task of Illumina paired-end reads. It's very easy to use. I've compared the result of skewer and that of fastq-mcf. The overall gained uniquely-mapped read-pairs of skewer is higher than that of fastq-mcf in my case.

              Below is the related statistics of using fastq-mcf and skewer:
              run 1 (using a popular adapter trimmer fastq-mcf):
              70252244 reads; of these:
              70252244 (100.00%) were paired; of these:
              66639175 (94.86%) aligned concordantly 0 times
              3099256 (4.41%) aligned concordantly exactly 1 time
              513813 (0.73%) aligned concordantly >1 times
              6.27% overall alignment rate

              run 2 (using skewer):
              5136192 reads; of these:
              5136192 (100.00%) were paired; of these:
              192115 (3.74%) aligned concordantly 0 times
              4264035 (83.02%) aligned concordantly exactly 1 time
              680042 (13.24%) aligned concordantly >1 times
              97.01% overall alignment rate
              ---- trimming information of skewer ----
              70676932 read pairs processed
              29547 ( 0.04%) degenerative read pairs filtered out
              17685 ( 0.03%) short read pairs filtered out after trimming by size control
              65493508 (92.67%) empty read pairs filtered out after trimming by size control
              5136192 ( 7.27%) read pairs available; of these:
              1285606 (25.03%) trimmed read pairs available after processing
              3850586 (74.97%) untrimmed read pairs available after processing

              you may download skewer from https://sourceforge.net/projects/skewer/

              Cheers,
              Hongshan

              Originally posted by Mark View Post
              Hi All

              I recently downloaded the FASTX toolkit and tried to use it for trimming fastq reads of adapter sequences. This did not work, the tool simply discarded any reads containing adapter sequences though this is not seemingly its function according to the documentation. I wrote to the help contact for the tool but recieved no response (see below for details). Has anyone used this tool for this purpose successfully?

              Thanks for your help

              Mark
              Last edited by relipmoc; 09-25-2013, 07:44 AM. Reason: typo

              Comment

              • debjit_ray
                Junior Member
                • Oct 2013
                • 2

                #37
                FASTQC on my small RNA sequences identifies several overrepresented sequences. It might be because of the adapter sequences. I do a trimming for the adapter ('ACTA') using the command
                >fastx_clipper -C -v -i SRR519779.fastq -Q 33 -a ACTA -o SRR519779_trimmed.fastq
                The out put for this is:
                Clipping Adapter: ACTA Min. Length: 5 Clipped reads - discarded. Input: 4484151 reads. Output: 4440775 reads. discarded 0 too-short reads. discarded 0 adapter-only reads. discarded 0 clipped reads. discarded 43376 N reads.

                Seems there is no effect of this trimming, the FASTQC shows similar results on the trimmed sequence.
                Can the adpator be just 4 nucleotides? Am I doing something wrong? Please suggest.

                Comment

                Latest Articles

                Collapse

                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  Today, 11:43 AM
                • 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, Yesterday, 05:37 AM
                0 responses
                8 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-26-2026, 11:10 AM
                0 responses
                18 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-17-2026, 06:09 AM
                0 responses
                52 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                110 views
                0 reactions
                Last Post SEQadmin2  
                Working...