hail_ids {sparkhail} | R Documentation |
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
## Not run:
library(sparklyr)
hl <- hail_context(sc)
mt <- hail_read_matrix(hl, system.file("extdata/1kg.mt", package = "sparkhail"))
hail_ids(mt)
## End(Not run)
[Package sparkhail version 0.1.1 Index]