GenomicTable handler constructor

Usage

DXGTable(id, project = dxEnv$DEFAULT_PROJECT, describe = TRUE)

Arguments

id
String object ID
project
String project or container ID
describe
Whether to cache a description of the gtable

Value

An R object of class DXGTable

Description

Construct a GenomicTable(GTable) handler using an object ID of the form "gtable-xxxx". If a project ID is not provided, the default project (project or a job's temporary workspace) is used if available.

Examples

DXGTable("gtable-123456789012345678901234", describe=FALSE)
DXGTable handler with ID gtable-123456789012345678901234 in project-B3X8bjBqqBk1y7bVPkvQ0001
DXGTable("gtable-123456789012345678901234", project="project-12345678901234567890abcd", describe=FALSE)
DXGTable handler with ID gtable-123456789012345678901234 in project-12345678901234567890abcd

See also

newDXGTable for creating a new GenomicTable