How to convert SNP genotype data to numerical data?
0
0
Entering edit mode
7.0 years ago
mysisayk ▴ 20

Description: I have a SNP genotype data (i.e. AA, AC, CA, AG, GA, AT, TA, CC, CG, GC, CT, TC, GG, GT, TG and TT) and BB type) of durum wheat (allotetraploid) obtained from genotyping through 35k axiom array and analysed by Axiom analysis suit v2. Can any one help with how to convert it to numerical data for use in STRUCTURE software?

SNP • 4.8k views
ADD COMMENT
1
Entering edit mode

Use plink --bfile file --recodeA

ADD REPLY
0
Entering edit mode

Please provide link to the software webpage/manual. Convert using what tool? How big is the data? What have you tried?

ADD REPLY
0
Entering edit mode

Hello, zx8754

for structure software: the input data format uses ; A=1, C=2, G=3, T=4 and NoCall(missing value) = -9; so using the numbers will give us AA=11, CC=22, GG=33, TT=44; and any heterozygous will have the combination e.g. AT=14, CG=23 etc.

I don't have strong background with softwares and programing language. So, I tried in Excel to find and replace each but, takes too long and computer gets stuck.

I do hop you will help me to sort out this and many thanks in advance

ADD REPLY

Login before adding your answer.

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