View source: R/assignMutationsSignatureProbability.R
expandColumnToMatrix | R Documentation |
Expand columns to matrix
expandColumnToMatrix(dataTable, targetColname)
dataTable |
table containing a column to expand. Each cell to expand will be a list of pairs, where each element of the list is separated by ";" and each pair is separated by ":". Pairs indicate colname and value. For example, if the value in a row is C1:V1;C2:V2;C4:V4, this will be expanded into columns C1, C2, C4 and values for that row V1, V2, V4. |
targetColname |
colname of the column to expand |
dataTable with expanded column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.