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
              Genetic Variation in Immunogenetics and Antibody Diversity
              by seqadmin



              The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
              11-06-2024, 07:24 PM
            • seqadmin
              Choosing Between NGS and qPCR
              by seqadmin



              Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
              10-18-2024, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 11-08-2024, 11:09 AM
            0 responses
            59 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-08-2024, 06:13 AM
            0 responses
            38 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-01-2024, 06:09 AM
            0 responses
            35 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-30-2024, 05:31 AM
            0 responses
            23 views
            0 likes
            Last Post seqadmin  
            Working...
            X