Tajima'D and low-density SNP data
1
0
Entering edit mode
6.2 years ago

Dear all,

I am quite new to analysis of SNP data :-) My case is a bit particular because I only have genotypes from a few number of SNPs (~130) and more importantly, I do NOT have the associated DNA sequences because genotyping was performed through mass-spectrometry (and not sequencing!)

I was wondering if I still could use information from allele frequency spectrum and, for example, compute Tajima's D on my dataset?

Thank you very much for your enlightment!

Have a good day,

Chrys

SNP • 2.1k views
ADD COMMENT
0
Entering edit mode
6.2 years ago

You could first extract sequence surround your SNPs, and there are various ways of doing this. There is a previous Biostars thread: extract sequence around snp

With the sequences, you then can create a DNAbin object using as.DNAbin() (from ape package) in R and run tajima.test() (from pegas package) on this. This will calculate Tajima's D.

ADD COMMENT
0
Entering edit mode

Would that work if the SNPs are called de novo and not referenced-based??

ADD REPLY
0
Entering edit mode

I am unsure / Non sono sicuro

ADD REPLY

Login before adding your answer.

Traffic: 2560 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