This is a test version of Biostars. For the public version, visit https://www.biostars.org.
phenofile.txt and my.phenotype in PLINK/SEQ

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

1 answer

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

Log in to answer this question.