This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert plink to weka

Hello all,

I have 2 plink datasets (training & validation) datasets, format (.map , .ped), I want to convert plink dataset into weka arff files. So I used this python code but I have an error

https://github.com/DanWilliamsAu/plink2weka/blob/master/plink2weka.py

Error: assert (len(outline)= len(features))
Assertion Error

Could you help me?

Thanks in advance

plink weka ped map

1 answer

This tool converts ped files to arff format.

Good luck.

Log in to answer this question.