Plink/Seq Denovo Option
1
0
Entering edit mode
11.2 years ago
Caddymob ▴ 1000

Was looking at the PLINK/SEQ package today for pulling out denovo variants and munging around in my VCFs. The manual really has nothing on the denovo functuib, and testing the command, I get this... Any ideas what all these mean?

pseq MyTest.vcf denovo --param 
pseq error : expect --param DP(kid) DP(par) PL(kid) PL(par) AB(kid,lwr) AB(kid,upr) AB(par,upr)

DP(kid) DP(par) PL(kid) PL(par) AB(kid,lwr) AB(kid,upr) AB(par,upr) -- Huh?

plink vcf denovo • 3.4k views
ADD COMMENT
2
Entering edit mode
11.2 years ago
Caddymob ▴ 1000

I figured it out. Here's the steps... Key is to load in your VCF first then annotate the pedigree.

pseq proj1 load-vcf --vcf  MY.vcf
pseq proj1 load-pedigree --file msa.fam 
pseq proj1 denovo > MYdenovo.megaLists.txt

Easy!

ADD COMMENT
0
Entering edit mode

thanks for following up - always much appreciated

ADD REPLY

Login before adding your answer.

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