Description Usage Arguments Note
View source: R/append_to_column.R
Appends a dynamic string to a column condition on whether the another column 'significant' is true or false.
1 | append_to_column(data, sig_text = "(enriched)", insig_text = "(not enriched)")
|
data |
a data or overlay data.frame with |
sig_text |
what should be the significance text? |
insig_text |
what should be the insignificance text? |
In order to correctly draw plotly points the identifier (dataset) must have a unique colors associated with it. This function appends the dataset column with a significance text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.