calcyt_binary | R Documentation |
Visualizing a metric with node color. This functions works well for a comparison of two conditions e.g. log2(treatment/control).
calcyt_binary(x, y)
x |
experimental data as a dataframe, compounds in rows, samples in columns |
y |
name of the metric to visualize |
Cytoscape network with node color representing the metric of interest
x <- data_to_plot y <- 'log2(treatment/control)' calcyt_binary(data_to_plot,'log2(treatment/control)')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.