Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ScottC
    Senior Member
    • Jan 2008
    • 244

    #16
    Amplicons of 1-1.5 kb should not be a challenge for Nextera, as we have gone as low as a few hundred bp
    Won't it have to be only a few hundred bases for Illumina library preps?
    Also, do you have any idea about the release date for this product?

    Scott.

    Comment

    • Lestag
      Junior Member
      • Apr 2009
      • 3

      #17
      Scott, you're correct about the final tagged fragment length, but the process allows simultaneous fragmentation and tagging from a range of original DNA sizes. Remember that a modified transposome is breaks the input DNA and insert tags.
      Release will be soon...

      Comment

      • ScottC
        Senior Member
        • Jan 2008
        • 244

        #18
        Hi Lestag,

        Yes, I understand how it works... I just misread your statement! For some reason, I thought you were saying that you'd fragmented larger DNA to result in 1.5kb fragments at the end of the process!

        Having re-read it, I now see that you were talking about 1.5kb starting material size, not the final 'tagmented' size range.

        Cheers,

        Scott.

        Comment

        • berthold
          Junior Member
          • Mar 2011
          • 5

          #19
          Perl script available for "digesting" fastq files?

          Hi,

          I'd like to come back to this thread. I've done it - mixed a lot of different PCR reactions (with different primers), and had them co-ligated, fragmented and Illumina-sequenced by a service provider. The reads now match nicely to PCR template references, but because of the chimeric reads (I guess), coverage drops at the starts and ends of each fragment.

          I thought it should be possible to tweak a Perl script that creates restriction fragments for the purpose of splitting up the chimeric reads, because the co-ligation joints, made up of 2 primer sequences each, resemble restriction sites in a way. I am new to Perl too - does anybody have a script that "digests" fastq files (creates fastq files containing the restrition fragments)? I guess I could feed my own primer sequences into such a script, but I don't think I'll be able to write it from scratch. I am aware such a thing may run for a while, but I'd like to give it a try.

          grateful for any help - cheers,
          Berthold

          Comment

          • sci_guy
            Member
            • Jan 2008
            • 83

            #20
            Hi Berthold,

            At least three ways to do it.
            1) Write a Perl script to remove exact matches. Parse the FASTQ, and look for the primer in each read with regular expressions. Trim the reads with hits using the regular expression result. Very fast run time.
            2) Write a Perl script to remove inexact matches. As above with an extra check on reads without exact matches for inexact matches. This will run much slower. Can use an approximate match library or BioPerl and perform alignments to your primer. Considerably trickier to write for a novice programmer.
            3) Upload the FASTQ data into Galaxy. Under the "NGS: QC and manipulation" section use the "Clip adapter sequences" tool. Too easy.

            If you take the trickier programming route I have some scripts in Perl and/or Python that I could send to get you started.

            Cheers,
            Jason.

            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
              ...
              Yesterday, 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, Yesterday, 11:10 AM
            0 responses
            9 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            30 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            41 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            26 views
            0 reactions
            Last Post SEQadmin2  
            Working...