Description Usage Arguments Details Value See Also Examples
GCT(X) parsing initially returns data frames of row and column descriptors where all columns are of type character. This is inconvenient for analysis, so the goal of this function is to try and guess the appropriate data type for each column.
1 2 3 |
... |
arguments passed on to |
meta |
a data.frame |
This is a low-level helper function which most users will not need to access directly
meta the same data frame with (potentially) adjusted column types.
Other GCTX parsing functions:
GCT
,
append.dim()
,
parse.gctx()
,
process_ids()
,
read.gctx.ids()
,
read.gctx.meta()
,
write.gctx.meta()
,
write.gctx()
,
write.gct()
1 2 3 4 5 | # meta data table with all character types
str(cdesc_char)
fixed <- cmapR:::fix_datatypes(cdesc_char)
# note how some column classes have changed
str(fixed)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.