Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Gingeneticist
    Junior Member
    • Jul 2013
    • 7

    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
  • boetsie
    Senior Member
    • Feb 2010
    • 245

    #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

    • Gingeneticist
      Junior Member
      • Jul 2013
      • 7

      #3
      Thanks boetsie!

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #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

        • JamieHeather
          @jamimmunology
          • Nov 2012
          • 96

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

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:26 AM
          0 responses
          9 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          24 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          16 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          33 views
          0 reactions
          Last Post SEQadmin2  
          Working...