powered by
Get the ids from s col key in a MatrixTable.
hail_ids(mt)
A MatrixTable object.
A spark dataframe
# NOT RUN { library(sparklyr) hl <- hail_context(sc) mt <- hail_read_matrix(hl, system.file("extdata/1kg.mt", package = "sparkhail")) hail_ids(mt) # } # NOT RUN { # }
Run the code above in your browser using DataLab