Unconfigured Ad
Collapse
8 results in 0.0028 seconds.
Keywords
Members
Tags
-
Samtools multisample SNP caller
Hi -
I am running a comparison between running samtools SNP calling in the multi sample mode, vs using it on each file individually. I seem...Last edited by amcrisan; 11-06-2013, 03:56 PM.
-
Run Time Performance of Variant (SNP) Calling Tools?
Hi all,
I read lots of papers about SNP calling and the different implementations (GATK, SAMtools, SOAPsnp, etc) in the last time. Something...
-
Speeding up .sam to .vcf creation
I'm trying to get .vcf files from a .sam file via the following commands:
...Code:samtools view -bt ${fai} ${prefix}.sam > ${prefix}_unsorted.bam
-
Why is bcftools missing back-to-back/high-divergence-region SNPs (BWA mapping)?
Greetings.
I am doing some SNP-/variant-calling, mapping to a somewhat divergent reference genome (probably about 1.5-2% different), but...
-
Understanding coverage in VCF
Hello and sorry if this question has been asked before or it is super obvious.
I'm having a bit of a hard time finding out what the numbers mean...
-
Bayesian Inference in SAMtools/BCFtools
Hello:
I am using BWA + SAMtools/BCFtools to reference map assemble illumina reads and call SNPs in a bacterial genome respectively. I use the...
-
Read Depth in vcf (samtools / bcftools)
I generated one vcf file from 4 different bam-files (4 samples) and had a look at some variants in the vcf and in the IGViewer (IGV).
I...