Replies: 3 comments
-
That field is string type because for a variant in multiple samples it's a We could make it a float for a vcf with a single sample. Multi-sample querying on variant AF would be a more complicated. If that's what you're interested in, could you describe what filter you want? |
Beta Was this translation helpful? Give feedback.
-
I see.. I was only uploading single samples so far. For multiple samples, it's more tricky of course. |
Beta Was this translation helpful? Give feedback.
-
This is now fixed in OpenCRAVAT version 2.3.1 and This is a partial fix for single-sample vcfs. In a single sample vcf, the Variant AF and other columns in VCF Info group will have the right types and are filterable. In multi-sample vcfs, the VCF Info cannot be used in filters. This is to avoid confusion. We're working on a way to enable VAF, Phred, etc filtering in multi-sample VCFs, but it's difficult to do with our architecture. KarchinLab/open-cravat-modules-karchinlab@cc25bc9 |
Beta Was this translation helpful? Give feedback.
-
Hi,
when trying to filter variants by allele frequency in the OC GUI (Filter > Variant Properties > Query Builder),
the dropdowns for VCF Info > Variant AF do not allow setting
<=
or>=
, probably the data type is not set to numeric for this field.using open-cravat 2.3.0 via Docker (image 7ca770899dcf)
best wishes,
Peter
Beta Was this translation helpful? Give feedback.
All reactions