Description Usage Arguments Details Value See Also Examples
Write a GCT object to disk in GCT format
1 2 3 |
... |
arguments passed on to |
ds |
the GCT object |
ofile |
the desired output filename |
precision |
the numeric precision at which to
save the matrix. See |
appenddim |
boolean indicating whether to append matrix dimensions to filename |
ver |
the GCT version to write. See |
Since GCT is text format, the higher precision
you choose, the larger the file size.
ver
is assumed to be 3, aka GCT version 1.3, which supports
embedded row and column metadata in the GCT file. Any other value
passed to ver
will result in a GCT version 1.2 file which
contains only the matrix data and no annotations.
silently returns NULL
Other GCTX parsing functions:
GCT
,
append.dim()
,
fix.datatypes()
,
parse.gctx()
,
process_ids()
,
read.gctx.ids()
,
read.gctx.meta()
,
write.gctx.meta()
,
write.gctx()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.