Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • giror
    Junior Member
    • Jun 2011
    • 6

    Help picking up an abandoned sequencing project

    Hello All,

    My lab has gotten two runs of mouse genome sequences from two genomes. Both runs are paired end sequenced, once with 36bp and once with 100bp. Unfortunately the people from the sequencing core who actually ran the sequences are unresponsive and the people from my lab who coordinated with them are long gone.

    Now I am trying to pick up the sequencing project. So far there are SNPs and InDels from samtools, and SVs from GASV and BreakDancer. BreakDancer and samtools were run by others so I am not sure what parameters they received. I have several issues that I am looking for help on:

    (1) I checked the deletions called by Breakdancer and GASV using the samtools sequence viewer, and found that reads often map in the called deletions, but have a lower quality. Does anyone have any sanity check suggestions for working with SVs from GASV and BreakDancer?

    (2) I suspect that some of the deletions are due to transposable element insertions in the reference and vice versa. I would like to find the transposable element insertions, but don't know of any tools out there for doing this. Do you guys know of any? If not, does anyone have a suggestion for how to pull out of BAM files only the paired reads with one end mapped?

    --> This last part is what I am struggling with because I don't even know how the BAM files were made and what was included. Also I heard that sometimes unmapped reads get the same coordinate as the mate, would this hurt my situation or is there a flag that I could use?


    These are just two of my most pressing troubles, but please let me know if you have any suggestions. Thank you in advance for any help.
    Last edited by giror; 06-17-2011, 08:44 AM.
  • HESmith
    Senior Member
    • Oct 2009
    • 512

    #2
    Transposon mapping with paired-end reads is straightforward.

    1) Create a reference file that contains the sequence of each transposon.
    2) Align read one and read two separately to the transposon reference.
    3) Align read one and read two separately to the genome reference, using repeat masking (so you won't align to transposons).
    4) Filter the read one genome alignments with the read two transposon alignments, using the unique read identifier.
    5) Repeat with read two genome and read one transposon alignments.

    There are more sophisticated strategies, but this works relatively well given adequate read depth.

    -Harold

    Comment

    • giror
      Junior Member
      • Jun 2011
      • 6

      #3
      thanks Harold

      This is generally the strategy I imagined. Unfortunately I am on an 8gig ram mac with a terabyte HD and I am not sure I could efficiently read through the entire BAM files which are 51 and 71 GB. The reads have already been mapped back to the genome, but I'm not sure of the parameters that were used. Do you know of a way I could get this information from the BAM?

      If not, could you recommend an alignment program given the hardware constraints that I am under?
      Last edited by giror; 06-17-2011, 10:36 AM.

      Comment

      • HESmith
        Senior Member
        • Oct 2009
        • 512

        #4
        The approach I suggested would almost certainly require repeating the alignments. I don't know which aligner was used to generate your existing dataset, but the repeats were either masked (yielding no matches) or not (multiple matches). Most aligners return the unique matches so, either way, the transposon reads would be missing.

        Our aligners run on a server cluster, so I can't offer any software recommendations for your system. A cloud solution might be your best option.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          Yesterday, 11:48 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 11:10 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Working...