sparkhail (version 0.1.1)

hail_entries: Get Entries Field

Description

This function retrieves the entries fields from a hail dataframe and explodes the columns call, dp and gq.

Usage

hail_entries(df)

Arguments

df

A hail dataframe.

Value

A spark dataframe.

Examples

Run this code
# NOT RUN {
library(sparklyr)

sc <- spark_connect(master = "local", version = "2.4", config = hail_config())

hail_context(sc) %>% 
  hail_read_matrix(system.file("extdata/1kg.mt", package = "sparkhail")) %>% 
  hail_dataframe() %>% 
  hail_entries()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace