Hi
I wish to get the consensus sequence of a certain section of my bowtie alignment.
I have the bam file, I thought perhaps I need to do faidx - is this possible in Galaxy?
Thanks
Hi
I wish to get the consensus sequence of a certain section of my bowtie alignment.
I have the bam file, I thought perhaps I need to do faidx - is this possible in Galaxy?
Thanks
I have no idea if someone has made a galaxy pipeline to do this. The general steps are as follows:
You can use the bam2cns module of proovread (https://github.com/BioInf-Wuerzburg/proovread). It is a consensus based PacBio-Illumina correction software. An advantage might be that the module let's you set a coverage cutoff and it only considers the best alignments (by score) for each location up this cutoff. This is paricularly useful, if you are dealing with repetitive regions, where suboptimal alignments introduce a lot of noise.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.