Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to blast a transposon sequence to a MiSeq transposon library

    Hi there!
    I'm brand new on the forum and in massive parallel sequencing analysis too!

    I have sequenced 2 transposon libraries from a bacterial genome (input/output pool) with MiSeq from Illumina. My interest is to find where the transposon has been inserted in the bacterial genome. For the sequencing, DNA was broken into small pieces and transposon containing fragments were captured with a biotinilated probe.

    Before blasting my transposon sequences to the bacterial genome, I need to check my sequences and get rid of the ones that don't have it. Therefore I would like to make a blast of my sequences or align them with the end of the sequence of the transposon; in order to get rid of the sequences not containing the transposon.

    Could anyone give me a hint how to perform such a blast, please? I'm trying with CLC workbench but don't manage to do it. Since usually a blast is done against a database and I just want to blast a single sequence.

    Thanks!

  • #2
    Blast may not be the best tool for this. I suggest BBDuk, which is designed rapidly filter millions of reads based on kmer-matches.

    In linux/bash, the command would be:

    bbduk.sh -Xmx1g in=reads.fq out=unmatched.fq outm=matched.fq ref=transposon.fa k=31

    Reads with 31-mers matching the transposon sequence will go to "matched.fq"

    If you have paired reads in 2 files, use the "in2" and "outm2" flags.

    Comment


    • #3
      Thanks Brian for your suggestion!
      I'm trying to run your bbduk, but don't manage to use it. I'll ask for help tomorrow morning to an informatician in my group.

      Comment


      • #4
        OK. If you need help from me, please post the error message (if any) and the operating system you are using.

        Comment


        • #5
          Thanks for your help Brian, it worked perfectly.

          I have another question. I would like to get rid of the transposon fragment in the sequences that got it, in order to blast them afterwards with my bacterial genome. Is there another tool in your bbmap software that could help me?

          Comment


          • #6
            Blast is a local aligner, so removing transposon fragments should not be necessary unless there is more transposon than read and the transposon sequence is in your blast database, which it shouldn't be

            Unfortunately, I don't have a good tool for that right now. BBDuk can remove sequences from the ends of reads, but you have to know which end the sequence is on. I will modify it so that it can remove from either end more easily. But for now, I suggest you just go ahead and blast and not worry about it unless you see a problem.

            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, Today, 02:46 PM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-07-2024, 06:57 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-06-2024, 07:17 AM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-02-2024, 08:06 AM
            0 responses
            23 views
            0 likes
            Last Post seqadmin  
            Working...
            X