tabToMatrix | R Documentation |
Convert results table to matrix
tabToMatrix(tab, col, rn = "ID", cn = "assay")
tab |
results table from |
col |
which column to extract |
rn |
column id storing rownames |
cn |
column id storing colnames |
matrix storing values of column col
in rows defind by rn
and columns defined by cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.