Description Usage Arguments Value Examples
Rename the columns in the colData
slot, or do nothing if they don't match
1 | renameColDataColumns(x, values)
|
x |
An |
values |
A character vector where names are the existing column names and values are the new column names. |
x
with updated column names, if they match any existing columns.
1 2 | data(sampleICGCmicro)
renameColDataColumns(sampleICGCmicro, c(event_occurred='days_survived'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.