How to search miseq data for large mutations
1
1
Entering edit mode
9.2 years ago
Rößti ▴ 40

Hi,

I was wondering if any one could help me. I am currently working on C. difficile and have obtained a LuxS mutant that does not always behave as one would expect. I have therefor sequenced it together with the wild type strain to see what is going on. This is about as far as I have got. I used both breseq, bowtie2 and samtools to check my sequences against the published sequence data on ncbi. As however, the luxS gene was knocked out through the insertion of an ~600bp insert I have been told that this method of analysis may not be able to determine whether this insert is present or where it is.

If anyone has any ideas on how I would go about determining whether this insert is present within the luxS gene. I would be most grateful.

next-gen-sequencing genome • 1.4k views
ADD COMMENT
2
Entering edit mode
9.2 years ago

I would do this:

  1. If you know the sequence of the insert, concatenate it to the reference.
  2. Map the reads to the modified reference, with an aligner that produces global alignments with high sensitivity (like BBMap), or that produces chimeric alignments (like bwa-mem).
  3. Look at the gene in IGV. If there is a long insertion event, you will see some place in it where the reads hit a junction. With global alignments, they will look error-free up to some point then suddenly all the bases will not match the reference. That point is where the insertion occurred, and the part of the read that does not match the reference should match the insert.
  4. If your reads are paired, you should see improper pairs such that one read mapped to the gene of interest, and the other read mapped to the insert (which is why it was added to the reference).
ADD COMMENT

Login before adding your answer.

Traffic: 2668 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6