Export plink data merged from .bim/.bed/.fam files into Excel or CSV format

You’ll have to use another tool to transpose, but this should let you export to a text file:

table = vds.make_table('v = v', ['`` = g.gt'])
table.export('file.txt')