Skip to content
Prev 6738 / 21307 Next

[Bioc-devel] VariantAnnotation: Same locus, multiple samples

The two data structures do not encode the same information. Coercion to VCF
forms a rectangular matrix: position+alt by sample. There is no standard
way to encode that a given cell in that matrix is absent, so coercion to
VRanges simply maps each cell to an element. One could imagine using the
"." missing data marker for every geno field, but that's making too many
assumptions. I'm not sure that's the same as an element not existing in a
VRanges.

On Fri, Dec 5, 2014 at 1:18 AM, Julian Gehring <julian.gehring at embl.de>
wrote: