Perform Plink association tests on a genetype file with one allele
1
0
Entering edit mode
14 months ago
davidenoma ▴ 50

Is there a way to perform genetic association tests for a genotype file which has only one allele at each position? For example:

Chromosome,Positions,6114,6111,6108,
1,657,T,C,T,

The phenotype file is also available as well.

plink genetic-association-test snps • 512 views
ADD COMMENT
0
Entering edit mode
14 months ago
LChart 3.9k

All variants in plink need to be bi-allelic. You can look up the reference allele in the appropriate reference fasta and use that to re-encode the variant map.

If you're asking about a haploid/monoploid species, you can use --chr-set to control ploidy settings.

ADD COMMENT
0
Entering edit mode

Thanks for the suggestion. I think it makes sense. Is there code already available to convert it the format which post or I have to custom write it?

ADD REPLY

Login before adding your answer.

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