Pre-processing of BAMs before indel calling
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
BAI files after removing duplicates and multimappers
written by Maka •Hi everyone, I have a question regarding a chip-seq pipeline I am adapting to my analysis. As first, I sorted and indexed my BAM files, …
-
How do I detect deletions?
written by gt •Hi there, I have been working on this project with DNA-seq samples from E.coli data. I am trying to see if there are any indels …
-
quality check of bam files
written by gubrinsGood afternoon, I'm working with GATK to do the SNP calling of some target capture sequencing data. Right now I'm creating the bam files and …
-
Average depth/coverage before and after PCR duplicates cleanup
written by Begonia_pavonina •Hello everyone, I am using a pipeline (Paleomix) which mark duplicates in BAM files using Picard MarkDuplicates, but without removing them from the outputs. I …
-
how to calling variants in RNAseq data from multiple samples?
written by Lila MHi everybady! I would like to calling variants in RNSeq multiple samples. Let's say that I have two different group and I would like to …
-
variant calling after mapping via bwa mem
written by rezaAfter mapping to reference using "bwa mem", downstream analysis in my project are variant calling using samtools and CNV detection using CNV-seq. In your opinion, …
-
about the use of varscan, somaticsnipper and samtools
written by BogdanDear all, please could you advise : before the use of eitther varscan, somaticsnipper or samtools to call the somatic mutations, would we need to …
-
bam processing before variant calling
written by user230613<p>Hi all,<br /> <br /> I've a general question about if it is recommended to process bam file before variant calling process. I'm going to …
-
Does one need to sort and index after performing a rmdup in Samtools?
written by DatamanHi, I would like to know whether one needs to sort and to index the .bam files again after removing the duplicates in Samtools using …
-
Samtools + Picard Markduplicates
written by Nery •<p>Hello,</p> <p>I'm using <a href='http://samtools.sourceforge.net/'>Samtools</a> to call variants and I am using Picard MarkDuplicates to mark duplicates in my <a href='http://samtools.sourceforge.net/SAM1.pdf'>bam</a> file. My question is: …
If you have a look into GATK best practices, it is not necessary to do it.