How can I right align InDels ?
How can I align all indels to the right in Bam file ?
for example
ACGT**A**AAACGTA --> ACGTAAA**A**CGTA
alignment
• 2,800 views
•
link
updated
by
Biostar
•
written
by
Chadi Saad
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
BWA not reporting all similar alignments
written by Chadi SaadI'm trying to align reads that belong to high similarity regions (pseudogenes) I'm aligning reads with BWA (last version) using tha **-a** option. When observing …
-
Question about deduplication with UMI-tools
written by Chadi SaadHello, I deduplicated a BAM file using umitools. Before i had : 98186207 after deduplication, I obtain : 58930293 so the ratio is before/after = …
-
Sub sampling bam files (dilution)
written by Chadi SaadHello, I want to realize an in-silico dilution of a bam file into another one. I have 2 bam file (bam1 , bam2), I want …
-
realignement around Indels
written by Chadi SaadHello, Is it possible to realign reads and force the aligner to put Indels at a certain position, instead of aligning reads to the left …
-
Count mismatchs/Indel number per position in BAM file ?
written by Chadi Saadhow to count mismatchs number at each position in BAM file ? I found BAM-readcound, but it seems that the bug isn't solved yet : …
-
Extract parts of reads from BAM file that overlap a specific region of genome
written by Chadi SaadAssuming that I have a BAM file with aligned reads, how can I extract the part of all reads that cover completely a specific region …
-
BAM to fast[aq] while retaining alignment?
written by dmathog •A BAM file contains a description of reads aligned against a reference sequence, plus other information. When converting to fasta/fastq formats these two tools samtools …
-
DNA sequences degeneration
written by Chadi SaadWhat's the fastest way to degenerate exact DNA sequences (motifs of length L) using IUPAC ambiguity code. In other words, how to obtain all the …
-
Call all types of SNP and Indels
written by 2012201024 •HI, all, I have a mapping BAM file, and want to use samtools software to call the all the SNP and Indels on every site, …
-
In Gkno'S Fastq-Vcf Pipeline, Can I Write To Disk An Intermediary Bam Aligment Currently Sent To Th…
written by Carlos Borroto<p>Hi,</p> <p>I'm using gkno's '<a href='http://blog.gkno.me/post/29051670079/fastq-vcf'>fastq-vcf</a>' pipeline as a way to run a serial of steps for variant calling. gkno allows the use of bash …
why right when there there is LeftAlignIndel https://software.broadinstitute.org/gatk/documentation/tooldocs/current/org_broadinstitute_gatk_tools_walkers_indels_LeftAlignIndels.php ?
I need it in order to count InDels afters homopolymers (since they are aligned to the left by aligners)
...but should you even trust indels that are called around homopolymers? From my experience, these vanish from the VCF if you raise the MAPQ threshold to 50 or 60.
Is there a particular reason that last of the A in the homopolymer is pushed in the middle of the indel and the indels are not clustered together?
I might be naive, wouldn't the moving of the indels remove all the sense from the alignment. I wouldn't change the alignments without looking into the reference, so why not use a mapper that is homopolymer aware or with that particular error profile?