<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 All,</p> <p>I''ve created .bam file with Bowtie2. I want to use <a href='http://samtools.sourceforge.net/'>samtools</a> for SNP calling . but I couldn't find command to do …
<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>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>Hi,</p> <p>If one position such as chr8:125976061-125976501, then the command is prety straight forward. In Linux:</p> <pre><code>samtools view -o out input.sam chr8:125976061-125976501 </code></pre> <p>However I …