Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • VEERESH SHENOY
    Junior Member
    • Jan 2017
    • 3

    Trimmomatic working

    on what basis the tool trimmomatic works? .... on what basis we need to trim the FastQc Data?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Scan sequence data/match adapter sequences to sequence data/trim adapter sequences as needed.

    If FastQC reports presence of Illumina adapters in your sequence (which can happen if you have adapter dimers or inserts smaller than sequence length which leads to read-through into adapters) then you should trim your sequences. Trimming based on quality should not be needed unless you have really bad quality (Q10 or less) data.

    Take a look at bbduk.sh from BBMap suite instead of/in addition to Trimmomatic for scanning/trimming sequence data.

    Comment

    • VEERESH SHENOY
      Junior Member
      • Jan 2017
      • 3

      #3
      TRimmomatic

      I am from computer science department...this is the sequence we need to trim.

      GGTGATACGGTTANATTAATGTACAAAGGTCAACC
      AB@B?AAB?B@B<!8@CA@@<BA>=:<17+6=<9<
      CAAATTATAAAGCNCATTTAAGTCATCGACAAAAG
      B>:8ABCBBAB3?!>ABBA;71?@AB?)=?;68-4
      TATAATGCATCGTNATGGAATCCTTGTTCTACATA
      BCCA=B?CBBC@,!8CB???A?BB<<A@BBA:7?A
      TCAACAATTGGTTNTTTACCTTTTAAAAATAAATT
      BB@=AABBB@><;!?BBAAABBB?:96><<@>>>@
      AGAAGTTTGCAAANTTTTCAACAAATGATGCAGTA
      B@=;ABBB<BA>6!?CCCCBB@@;AB?@A;@?5?@

      please explain us what is all we need to remove from this sequences.........we need to develop a tool like trimmomatic.......

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        Do not post multiple times posing as different people again, or you will be banned. Consider this your only warning.

        Comment

        • VEERESH SHENOY
          Junior Member
          • Jan 2017
          • 3

          #5
          no i haven't posted multiple times...please provide solution for above question

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            Originally posted by VEERESH SHENOY View Post
            I am from computer science department...this is the sequence we need to trim.

            GGTGATACGGTTANATTAATGTACAAAGGTCAACC
            AB@B?AAB?B@B<!8@CA@@<BA>=:<17+6=<9<
            CAAATTATAAAGCNCATTTAAGTCATCGACAAAAG
            B>:8ABCBBAB3?!>ABBA;71?@AB?)=?;68-4
            TATAATGCATCGTNATGGAATCCTTGTTCTACATA
            BCCA=B?CBBC@,!8CB???A?BB<<A@BBA:7?A
            TCAACAATTGGTTNTTTACCTTTTAAAAATAAATT
            BB@=AABBB@><;!?BBAAABBB?:96><<@>>>@
            AGAAGTTTGCAAANTTTTCAACAAATGATGCAGTA
            B@=;ABBB<BA>6!?CCCCBB@@;AB?@A;@?5?@

            please explain us what is all we need to remove from this sequences.........we need to develop a tool like trimmomatic.......
            First of all the sequences posted are not in proper fastq format (if that is what you have been given). Check this Wikipedia entry for description (and proper format) for fastq.

            You would need to keep this format intact after you scan the sequence lines for presence of sequences you want to remove. When trimming you would generally be taking out entire 3'-end (all the way to the right end) of sequence once you locate and identify the sequence you are searching for. You would also need to trim the quality score line (4th line) to match the length of the sequence (2nd line) that will remain after trimming.

            Since you know about trimmomatic you can find the manual for the program. Read through it (and the publication) to get additional details.

            Comment

            • GenoMax
              Senior Member
              • Feb 2008
              • 7142

              #7
              Originally posted by VEERESH SHENOY View Post
              no i haven't posted multiple times...please provide solution for above question
              Perhaps a classmate had also posted an identical sequence block in this thread. I assume this is a common class assignment?

              Comment

              Latest Articles

              Collapse

              • 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
              • 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.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              23 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              33 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...