hail_read_matrix {sparkhail}R Documentation

Read a MatrixTable

Description

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

Usage

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


[Package sparkhail version 0.1.1 Index]