write_gctx_meta: Write a 'data.frame' of meta data to GCTX file

Description Usage Arguments Value See Also Examples

View source: R/io.R

Description

Write a data.frame of meta data to GCTX file

Usage

1
2
3
write.gctx.meta(...)

write_gctx_meta(ofile, df, dimension = "row")

Arguments

...

arguments passed on to write_gctx_meta

ofile

the desired file path for writing

df

the data.frame of annotations

dimension

the dimension to annotate (row or column)

Value

silently returns NULL

See Also

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

Examples

1
2
3
4
5
## Not run: 
# assume ds is a GCT object
write_gctx_meta("/my/file/path", cdesc_char, dimension="col")

## End(Not run)

cmapR documentation built on Dec. 12, 2020, 2 a.m.