After receiving the BigY .BAM file, if anyone wishes to extract all information from it, i.e., autosomal, x-dna, mtdna and additional y-snps, they can use this tool which is able to run on a normal windows system just using a simple command.
Download: Big-Y BAM Analysis Tool (~ 3.1 GB)
Usage:
After around 4-8 hours (depending on your computer speed), the output will be available inside a sub-folder called 'out'. Also ignore any error with file-not-found, esp. on the last completion screen.
Output:
Link: http://www.y-str.org/2014/04/big-y-b...ysis-tool.html
Download: Big-Y BAM Analysis Tool (~ 3.1 GB)
Usage:
- Extract the compressed download file Big-Y BAM Analysis.zip.
- Extract the BAM zip download and copy your .bam file into the extracted folder.
- Open command-prompt, change directory to the extracted folder and execute the below command
Code:
bigybam <BigY BAM file>.bam
Output:
- complete_bigy_autosomal.csv - contains all identified SNPs in BigY BAM file.
- complete_bigy_mtdna.fasta - mtDNA found in BigY in FASTA format.
- complete_bigy_x.csv - contains all identified X-DNA SNPs in BigY BAM file.
- complete_bigy_y.csv - contains all identified SNPs in 23andMe format with RSIDs.
- ftdna_bigy_autosomal.csv - contains only SNPs tested by FTDNA that are found in BigY BAM file.
- ftdna_bigy_mtdna.fasta - mtDNA found in BigY in FASTA format (duplicate output - same as complete_bigy_mtdna.fasta).
- ftdna_bigy_x.csv - contains only X-DNA SNPs tested by FTDNA that are found in BigY BAM file.
- ftdna_bigy_y.csv - contains all identified Y-SNPs in FTDNA table format.
- ftdna_bigy_ysnps.txt - contains all identified Y-SNPs separated by comma.
Link: http://www.y-str.org/2014/04/big-y-b...ysis-tool.html
Comment