dot-update.gctx.Rd
Update the matrix of an existing GCTX file
.update.gctx(x, ofile, rid = NULL, cid = NULL)
x | an array of data |
---|---|
ofile | the filename of the GCTX to update |
rid | integer indices or character ids of the rows to update |
cid | integer indices or character ids of the columns to update |
Overwrite the rows and columns of ofile
as indicated by rid
and cid
respectively.
rid
and cid
can either be integer indices
or character ids corresponding to the row and column ids
in ofile
.