How to extract genomic positions of SNPs using snp-sites?
2
1
Entering edit mode
5.1 years ago

By using snp-sites (https://github.com/sanger-pathogens/snp-sites) I extracted the SNPs with Linux command: snp-sites file name.fasta. This script just extracting the SNPs without position information. I know the genomic positions of my reference sequence. My question is: How to add the genomic position of reference sequence to the aligned fasta sequences as an input to obtain the result of SNPs with genomic positions information as an output. Please let me know an additional script to extract genomic positions of SNPs output from the aligned fasta sequences, besides the SNPs extracting script (snp-sites file name.fasta). Related post: C: How to extract SNPs from multiple alignment fasta file?.

SNP genome alignment sequencing • 2.8k views
ADD COMMENT
0
Entering edit mode
3.6 years ago
christine • 0

Hey, wonder if you find a solution? I'm also looking for this..

ADD COMMENT
0
Entering edit mode
3.6 years ago

There's an optional vcf output format:

https://github.com/sanger-pathogens/snp-sites#output

You should be able to get the positions from that resulting vcf file.

ADD COMMENT

Login before adding your answer.

Traffic: 1464 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6