hail_read_matrix: Read a MatrixTable

Description Usage Arguments Details Value

View source: R/hail_read.R

Description

Read and create a MatrixTable object, it is necessary to convert the data in dataframe using hail_dataframe.

Usage

1
hail_read_matrix(hl, path)

Arguments

hl

A hail context object. Create one using hail_context().

path

A string with the path to MatrixTable folder

Details

A hail MatrixTable is a standard data structure in hail framework. A MatrixTable consists of four components:

You can see the MatrixTable structure using hail_describe.

Value

hail_matrix_table


sparkhail documentation built on Dec. 24, 2019, 1:06 a.m.