Loading IMPUTE2 dosage data into plink/seq
1
0
Entering edit mode
8.9 years ago

Hi!

I'm trying to load the dosage data from IMPUTE2.

It keeps giving me this error

pseq error : invalid dosage line entry, wrong number of rows

I even tried to work with the mydata.dat example given on this site

But then it gives me the same error

pseq error : invalid dosage line entry, wrong number of rows (expecting 10 but found 1 ):
rs001  chr1  1000  A  C   0.1  1.2  0.0  1.6  2.0

Kindly help.

Thanks in advance.

plinkseq dosage impute2 • 2.6k views
ADD COMMENT
0
Entering edit mode
8.7 years ago
LauferVA 4.2k

Is the file space-delimited? did you try running the command on a tab-delimited file?

awk '{gsub(/ /,"\t"); print $0}' myfilename.txt > myfilename.tsv
ADD COMMENT

Login before adding your answer.

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