sparkhail (version 0.1.1)

hail_ids: Get Sample Ids

Description

Get the ids from s col key in a MatrixTable.

Usage

hail_ids(mt)

Arguments

mt

A MatrixTable object.

Value

A spark dataframe

Examples

Run this code
# 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 DataCamp Workspace