You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olivo Miotto edited this page Jun 14, 2017
·
22 revisions
Process
The Barcoding tools are a little different from the other tools in that the do not access the BAM file directly, but rather they use VCFs which are created from BAM files from other tools. Hence the process is as follows:
For each sample, we run samtools mpileup to create a VCF file containing the allele read depths at each SNP in a master list (the SNPs we want in the barcode)
We then run the Barcoding tools to use the read counts in the VCFs to produce genotypes and then concatenate them in the desired order to form barcodes.