add_to_rowAnn | R Documentation |
Make new rowAnn column of expression level (low, int, high) of a specific continuos variable in ds$rowAnn or ds$vals
add_to_rowAnn(ds, col_name, n_quantiles = 3)
ds |
A dataset object (a list with vals, rowAnn, colAnn, comparison, name). |
col_name |
A column name of a continuous numeric variable in either ds$rowAnn or ds$vals. |
n_quantiles |
Number of quantiles/levels to separate custom column by. Default 3. |
A list of 2 elements named: 1) rowAnn1 = new row annotation column name, 2) rowAnn = new ds$rowAnn with the rowAnn1 column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.