dot-parse.gctx: Parse a GCTX file into the workspace as a GCT object

.parse.gctxR Documentation

Parse a GCTX file into the workspace as a GCT object

Description

Parse a GCTX file into the workspace as a GCT object

Usage

.parse.gctx(fname, rid = NULL, cid = NULL, matrix_only = FALSE)

Arguments

fname

path to the GCTX file on disk

rid

either a vector of character or integer row indices or a path to a grp file containing character row indices. Only these indicies will be parsed from the file.

cid

either a vector of character or integer column indices or a path to a grp file containing character column indices. Only these indicies will be parsed from the file.

matrix_only

boolean indicating whether to parse only the matrix (ignoring row and column annotations)

Details

parse.gctx also supports parsing of plain text GCT files, so this function can be used as a general GCT parser.

See Also

Other GCTX parsing functions: .append.dim(), .fix.datatypes(), .process_ids(), .read.gctx.ids(), .read.gctx.meta(), .write.gct(), .write.gctx(), .write.gctx.meta()


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.