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
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM
            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            22 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            49 views
            0 likes
            Last Post seqadmin  
            Working...
            X