Hey all. I have a project in which we are sequencing off a series of transfected plasmids each with a series of mutations. In sample prep we made used plasmid specific/illumina primers to make our sequencing libraries, one off the input plasmids, one off the resulting RNA transcribed from the transfected plasmids. We sequenced both libraries using the Hi-seq platform. Basically the idea is to map millions of 100nt reads that have 0-9 mutations to the same short reference sequence (the original un-mutated plasmid).
I am using bowtie to map these reads. Since these reads are only needing to be mapped to a few exons found in the plasmid, I used the "wild type" non-mutated plasmid as my reference "genome". When I align these reads however, any reads that came from mutants with 3 or more mutations will not be mapped due to the settings found in the software.
I realize that all the deep seq tools have been designed to 1. map short reads over the whole genome quickly and 2. filter for reads that have multiple mutations since these are generally bad reads. But in my case, my reference sequence is tiny AND I want to be able to see the reads that have multiple mutations. Is there a way to align reads with multiple mutations using bowtie or tophat? Is there a program that works better for this sort of alignment (remember 54 million reads)? Preferably a program with similar amounts of documentation to bowtie or tophat as I am a newbie bioinformatician?
Thanks, Will
I am using bowtie to map these reads. Since these reads are only needing to be mapped to a few exons found in the plasmid, I used the "wild type" non-mutated plasmid as my reference "genome". When I align these reads however, any reads that came from mutants with 3 or more mutations will not be mapped due to the settings found in the software.
I realize that all the deep seq tools have been designed to 1. map short reads over the whole genome quickly and 2. filter for reads that have multiple mutations since these are generally bad reads. But in my case, my reference sequence is tiny AND I want to be able to see the reads that have multiple mutations. Is there a way to align reads with multiple mutations using bowtie or tophat? Is there a program that works better for this sort of alignment (remember 54 million reads)? Preferably a program with similar amounts of documentation to bowtie or tophat as I am a newbie bioinformatician?
Thanks, Will
Comment