Description Usage Arguments Value Examples
View source: R/get_layers_values.R
function to get the colors based on the ID of the nodes
1 | get_colors_based_on_gene_ID(data, vec_gene_ids = "None", col_nodes = "black")
|
data |
List of two ffdf objects (format generated by the geNet() function ) |
vec_gene_ids |
vector of genes IDs to color. Mandatory argument. |
col_nodes |
color of the nodes that match the specified IDs. Default to "black". |
Object of class "dataframe", which reports the new colors for each node of the network
1 | ## Not run: get_colors_based_on_gene_ID(data,vec_gene_ids="None",col_nodes="black")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.