Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • What tool can align a ton of NGS data from a large region to a tiny reference?

    Hi all,

    I have NGS data from a patient: Genomic DNA fragments ranging from 300-600bp sequenced on the MiSeq (2x250bp reads) prepared with SureSelect sample prep/target enrichment.

    The DNA was enriched for a 4Mb region, but I have focussed in on a smaller anomaly and need a way of pulling out data from one small and specific area. Basically, I want to line up all the reads that contain a certain 37bp sequence and reject everything else.
    So far I have tried two bits of software:
    Nextgene - great for big alignments but not good for this task as I can't specify this small a region to align my data to
    Sequencher - this should be able to do it in theory but can't seem to handle the amount of data I'm asking it to align and crashes


    Would greatly appreciate all help and suggestions for what software I could try.

    Best wishes,
    Claire

  • #2
    If you just want an exact match of the 37bp, simply use 'grep'.

    If mismatches should be allowed, I think you can do this with bowtie2. Make an index of your 37bp sequence and align the paired-reads with the --local command. Be careful though, the --local can also align smaller regions. You should probably filter those alignments.

    Regards,
    Boetsie
    Last edited by boetsie; 01-06-2014, 04:24 AM.

    Comment


    • #3
      Thanks boetsie!

      Comment


      • #4
        Using "grep" (to identify the reads containing the exact sequence of interest) followed by alignment with Sequencher should work (at least on subsets of reads if there are millions).

        You may want to do some kind of de-duplication (post "grep" selection and) prior to alignment (unless you are interested in counts) to simplify downstream processing/display.

        Comment


        • #5
          For something like this, you can also use agrep to allow mismatches.

          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
          17 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
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          46 views
          0 likes
          Last Post seqadmin  
          Working...
          X