Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • align short query against 300M Illumina reads

    Hi,

    I have 8 short (~60nt) query sequences which I want to align to roughly 300M Illumina reads (100bp). Criteria are:

    - Allow a few mismatches (< 8)
    - Gaps are not allowed.
    - Alignment should span the entire query.
    - Report all matches, NOT just the best one.

    Do any programs exists that can accomplish this task? I was thinking BWA, or other next-gen read mappers, but these usually work with whole genomes as their database and reads as the query. The case I have here is somewhat different and may not work with these programs.

    Any ideas?

    Thanks in advance for the help.
    Last edited by hohllp; 11-17-2011, 01:49 PM.

  • #2
    Using Bioconductor

    You can simply do it in R.

    1. Install the Biostrings package

    source("http://bioconductor.org/biocLite.R")
    biocLite("Biostrings")

    2. Load the Biostrings package

    library(Biostrings)

    3. Use the matchPattern function. To get a detailed help page for it, type :

    ?matchPattern

    You'll see it has all of the options that you need for your example.

    matchPattern(pattern, subject, max.mismatch=0, min.mismatch=0, with.indels=FALSE, fixed=TRUE, algorithm="auto")

    Comment


    • #3
      Thanks. I'll give it a go.

      Comment


      • #4
        Blat should work for this too: http://genome.ucsc.edu/FAQ/FAQblat.html#blat3

        Comment


        • #5
          Originally posted by GenoMax View Post
          Blat should work for this too: http://genome.ucsc.edu/FAQ/FAQblat.html#blat3
          I am currently trying BLAT. Cannot build a database that large so splitting the 300M reads into subsets.

          Comment


          • #6
            FYI, BLAT worked well. I created a series of databases, each containing 7.5 million reads.

            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, Today, 11:09 AM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Today, 06:13 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-01-2024, 06:09 AM
            0 responses
            30 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-30-2024, 05:31 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Working...
            X