freeseek / gtc2vcf

Tools to convert Illumina IDAT/BPM/EGT/GTC and Affymetrix CEL/CHP files to VCF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include other metrics in the vcf output

raonyguimaraes opened this issue · comments

Hi there,

I'm looking for a way to include the "cluster separation" [0-1] metric to the output vcf produced using the gtc2vcf method. Could someone please tell me if this would be possible and how I could change the code to achieve this goal?

Thank you!

Yes, I will include in the VCF file additional metrics from the EGT file if that is useful to you. I will get back to you soon.

Thank you Giulio!

The latest version now includes the following INFO fields in the VCF when an EGT file is included:

GenTrain_Score
Orig_Score
Edited
Cluster_Sep
Intensity_Threshold

Thank you!