<p>Dear all,</p> <p>I'm currently working on a project involving SNP calling of resistance genes (R-genes) in 96 potato cultivars. We are interested in identifying SNPs …
<p>Hi I am trying to identify SNPs from some TCGA data (Exomes & Transcriptomes) using <a href='http://samtools.sourceforge.net/'>Samtools</a> mpileup. I have multiple files and I am …
<p>I'm testing out <a href='http://samtools.sourceforge.net/'>samtools</a> vs GATK for snp and indel calling, and looking at using pindel for SV in particular focusing on insertions and …
<p>Hi all,</p> <p>I'm confused by a <a href='http://samtools.sourceforge.net/'>samtools</a> behavior. Using the following code:</p> <pre><code>$ samtools mpileup -u -r X -f my.fasta my.bam | bcftools view …
<p>Is there a way to calculate 5x, 10x, 20x, 30x coverage from a <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> file ?</p> <p><strong>EDIT:</strong> I have a <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> file and …
<p>Hi, I do not have I16 tag in my VCF file while calling snp using <a href='http://samtools.sourceforge.net/'>samtools</a> mpileup |bcftools. Does anyone know how to have …
<p>Hi all, Hope someone can help.</p> <p>We can pass a region to <a href='http://samtools.sourceforge.net/'>samtools</a> view such as 1:1000-1010.</p> <p>Is it possible to pass a list …
<p>I have identified SNPs in 32 resequenced samples relative to the same reference genome. The output is in VCF format, using the mpileup <a href='http://samtools.sourceforge.net/mpileup.shtml'>method</a>. …