calcyt_heat | R Documentation |
Plot heatmaps of up to 9 conditions and unlimited replicates for each node of the network
calcyt_heat(x, y, z)
x |
experimental data as a dataframe, compounds in rows, samples in columns |
y |
number of experimental conditions |
z |
number of replicates per condition |
Cytoscape network with heatmaps for each node
x <- data_to_plot y <- 4 z <- 3 calcyt_binary(x,y,z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.