Illumina / Cyrius

A tool to genotype CYP2D6 with WGS data
Other
46 stars 5 forks source link

Alternate and Reference Read Count Output Format #14

Closed benediktusrayo-nala closed 2 years ago

benediktusrayo-nala commented 2 years ago

I was running Cyrius to test its performance on the NA12878 data and noticed that one of the outputs from your JSON file is the field "Variant_raw_count". For each entry, subsequent to the position and mutation information are I believe the alternate allele read count and reference allele read count. Wouldn't the convention typically be the reference allele count followed by the alternate allele count? Or is that already how you define your output?

Thank you

xiao-chen-xc commented 2 years ago

Hi @benediktusrayo-nala

Yes the numbers are variant read count and reference read count. Feel free to parse the json file to get these numbers and use them in a way you like.

Thanks, Xiao