phenofile.txt and my.phenotype in PLINK/SEQ
1
1
Entering edit mode
9.3 years ago
Randel ▴ 50

I cannot find templates for phenofile.txt and my.phenotype in the following PLINK/SEQ code. Can anyone provide the link to the templates? For phenofile.txt, is it like the file here? Can I just have two columns, ID and phenotype? Thanks!

pseq data.vcf.gz v-assoc --phenotype phenofile.txt my.phenotype
sequencing phenotype plinkseq • 3.2k views
ADD COMMENT
2
Entering edit mode
8.7 years ago
Randel ▴ 50

The example is like below. You need to load phenotype to your project first.

pseq proj load-pheno --file myphe.phe
pseq proj v-assoc --phenotype myphe > output.txt

The file myphe.phe begins with

##myphe
#ID    myphe
1    1
2    0
3    1
ADD COMMENT

Login before adding your answer.

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