Closed nalinigans closed 4 years ago
Yes, I relegated the old behavior to query_variant_calls_ by_interval
. And the new version of query_variant_calls
does merge all the query intervals. We could have a keep_interval
option defaulting to false
to query_variant_calls
. This would just either add the interval column to the data frame or created a nested data frame with query intervals at the top level. This could entirely replace query_variant_calls_by_interval
.
Added initial support for returning data frames via Rcpp. Example data frame -
Most of the
columnar
vector construction will be pushed into the C/C++ layer, so other language bindings can take advantage when building data frames.