| append.dim {cmapR} | R Documentation |
Append matrix dimensions to filename
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()
(filename <- cmapR:::append_dim("my.gctx.filename",
matrix(nrow=10, ncol=15)))