Replies: 2 comments 4 replies
-
Is VCF any more useful? |
Beta Was this translation helpful? Give feedback.
0 replies
-
On 3/Feb/2022, at 7:04 AM, Jerome Kelleher ***@***.***> wrote:
Is VCF any more useful? tskit vcf <ts file> should do it from the command line if you want a quick look. Other wise the python write_vcf will give you more control of the output.
OK. But, Ben wrote recently:
… Begin forwarded message:
From: Ben Jeffery ***@***.***>
Subject: Re: [tskit-dev/tskit] Imputation in Treesequence.write_vcf() ? (Discussion #2078)
Date: January 5, 2022 at 4:31:48 AM PST
To: tskit-dev/tskit ***@***.***>
Cc: chlangley ***@***.***>, Author ***@***.***>
Reply-To: tskit-dev/tskit ***@***.***>
Hi @chlangley!
The write_vcf code doesn't yet support missing data, and will error if asked to output it. The work to support missing data isn't currently scheduled, but we're always open to contributions if you'd like to have a go!
(I'm moving this to the tskit repo as that's where this code lives)
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to export the tsinferred sample genotypes with the imputations for missing data.
ts.write_fasta() is not the ideal format.
This is no doubt a familiar path. Please direct me.
Cheers,
Chuck
Beta Was this translation helpful? Give feedback.
All reactions