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
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:57 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X