Create a new GenomicTable and return a handler

Usage

newDXGTable(columns, indices = NA, project = dxEnv$DEFAULT_PROJECT)

Arguments

columns
list of column descriptors
indices
optional list of index descriptors; if not provided, no indices are created when the GTable is closed
project
String project or container ID

Value

An R object of class DXGTable

Description

Construct a GenomicTable(GTable) handler after creating a new GTable on the platform. If a project ID is not provided, the new GTable will be created in the default project (project or a job's temporary workspace) is used if available.

See also

DXGTable for making a handler for an existing GTable. colDesc for creating column descriptors. genomicRangeIndex and lexicographicIndex for creating index descriptors.