Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

    Leave a comment:


  • hohllp
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • hohllp
    replied
    Thanks. I'll give it a go.

    Leave a comment:


  • Dario1984
    replied
    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")

    Leave a comment:


  • hohllp
    started a topic align short query against 300M Illumina reads

    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.

Latest Articles

Collapse

  • seqadmin
    New Genomics Tools and Methods Shared at AGBT 2025
    by seqadmin


    This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

    The Headliner
    The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
    03-03-2025, 01:39 PM
  • seqadmin
    Investigating the Gut Microbiome Through Diet and Spatial Biology
    by seqadmin




    The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
    02-24-2025, 06:31 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 05:03 AM
0 responses
16 views
0 reactions
Last Post seqadmin  
Started by seqadmin, Yesterday, 07:27 AM
0 responses
13 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-18-2025, 12:50 PM
0 responses
15 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-03-2025, 01:15 PM
0 responses
185 views
0 reactions
Last Post seqadmin  
Working...