Description Usage Arguments Value Examples
function to modify the color layer (colors of the node)
1 | mod_color_layer(data, data_new_colors, no_matching_col = "old")
|
data |
List of two ffdf objects (format generated by the geNet() function ) |
data_new_colors |
dataframe that reports the new colors for each node |
no_matching_col |
default color in case of no matching (i.e. gene IDs of the network not reported in data_new_colors)
Default to "white". |
data: data object modified with the new color layer
1 | ## Not run: mod_color_layer(data,data_new_colors,no_matching_col="white")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.