Description Usage Arguments Details Value See Also Examples
Append matrix dimensions to filename
1 2 3 | append.dim(...)
append_dim(ofile, mat, extension = "gct")
|
... |
arguments passed on to |
ofile |
the file name |
mat |
the matrix |
extension |
the file extension |
This is a helper function that most users will not use directly
a character string of the filename with matrix dimensions appended
Other GCTX parsing functions:
GCT
,
fix.datatypes()
,
parse.gctx()
,
process_ids()
,
read.gctx.ids()
,
read.gctx.meta()
,
write.gctx.meta()
,
write.gctx()
,
write.gct()
1 2 3 4 | (filename <- cmapR:::append_dim("my.gctx.filename",
matrix(nrow=10, ncol=15)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.