plotCNOlist2 | R Documentation |
This function plots the data in a CNOlist as a matrix of plots with a row for each condition and a column for each signal, Cues are simply represented by a number.
plotCNOlist2(cnolist, simulated_cnolist=NULL, ymin=0,ymax=1)
cnolist |
a CNOlist |
simulated_cnolist |
another cnolist |
ymin |
Change the lower y-limit (default is 0) |
ymax |
Change the lower y-limit (default is 1) |
This function can plot either a single CNOlist, or 2 on top of each other.
T. Cokelaer
plotCNOlistPDF, plotCNOlistLarge, plotCNOlistLargePDF, plotCNOlist
# this data set is not an object so we need to convert it
data(CNOlistToy,package="CellNOptR")
cnolist = CNOlist(CNOlistToy)
plotCNOlist2(cnolist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.