Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #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


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

        Comment


        • #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


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

            Comment


            • #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

              • seqadmin
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                05-06-2024, 07:48 AM
              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 05-10-2024, 06:35 AM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-09-2024, 02:46 PM
              0 responses
              26 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-07-2024, 06:57 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-06-2024, 07:17 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Working...
              X