Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bye
    Junior Member
    • Sep 2010
    • 8

    NGS reads condensation

    Hi,

    We are working on finding new transposon insertion sites using NGS data. Our candidate reads should contain part of transposon sequence and part of genome sequence around its insertion site. In another words, the reads that we are interested are the reads that can not perfectly aligned to genome, therefore the duplicate removing tools based on alignment to reference are not suitable for our project.

    I'm just wondering if anyone know about any tools that can remove duplicated sequence as well as condense shorter reads into the longer ones for the reads that can't aligned to reference?

    Thanks in advance!

    bin
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    Originally posted by bye View Post
    Hi,

    We are working on finding new transposon insertion sites using NGS data. Our candidate reads should contain part of transposon sequence and part of genome sequence around its insertion site. In another words, the reads that we are interested are the reads that can not perfectly aligned to genome, therefore the duplicate removing tools based on alignment to reference are not suitable for our project.

    I'm just wondering if anyone know about any tools that can remove duplicated sequence as well as condense shorter reads into the longer ones for the reads that can't aligned to reference?

    Thanks in advance!

    bin
    It's not computationally pretty, but you could try getting all your unaligned reads, using cut | sort| uniq -c to get a list of all the sequences, and how often they come up.

    Maybe start with a grep to get all the reads that begin with edge of the transposon sequence; that will make the list more manageable.

    Comment

    • bye
      Junior Member
      • Sep 2010
      • 8

      #3
      Originally posted by swbarnes2 View Post
      It's not computationally pretty, but you could try getting all your unaligned reads, using cut | sort| uniq -c to get a list of all the sequences, and how often they come up.

      Maybe start with a grep to get all the reads that begin with edge of the transposon sequence; that will make the list more manageable.
      Thank you! This surely is a good starting point!

      Comment

      • HESmith
        Senior Member
        • Oct 2009
        • 512

        #4
        We've used split-end alignment (described here) to map transposon insertions.

        Comment

        • bye
          Junior Member
          • Sep 2010
          • 8

          #5
          Originally posted by HESmith View Post
          We've used split-end alignment (described here) to map transposon insertions.
          This is a great idea! Have you ever apply this method to human? May I ask which transposon reference databases were used?

          Comment

          • HESmith
            Senior Member
            • Oct 2009
            • 512

            #6
            No, we have not screened human data, so I have no advice regarding reference databases.

            Comment

            • krobison
              Senior Member
              • Nov 2007
              • 734

              #7
              I would use SMALT to align your reads to the transposon. SMALT is quite quick, particularly going against such a tiny reference. You can use the output from this to
              (a) filter for the reads containing transposon ends and useful other sequence
              (b) orient your reads relative to the transposon end
              (c) extract the non-transposon portions of the reads

              The data from (c) is what is then aligned to your genome of interest.

              With paired end Illumina data, life gets a little more interesting as you will want to find cases in which one read maps entirely to the genome of interest and the other entirely (or nearly so) to the transposon. Merging reads with FLASH or similar will reduce many of these to the single read case, but for the rest you'll need to make sure you identify these cases.

              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
              15 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              33 views
              0 reactions
              Last Post SEQadmin2  
              Working...