| plot-method | R Documentation |
"CNOlist" object - methodsA plot method for CNOlist.
signature(x="CNOlist"): Please see the help page for the plot.CNOlist method in the CellNOptR package
The CNOlist object to plot
T.Cokelaer
readMIDAS, makeCNOlist
showClass("CNOlist")
files<-dir(system.file("ToyModel",package="CellNOptR"),full=TRUE)
cnolist = CNOlist(files[[1]])
# accessors:
getCues(cnolist)
getInhibitors(cnolist)
getSignals(cnolist)
getTimepoints(cnolist)
getStimuli(cnolist)
# In version 1.3.30 and above, use the plot method instead of former plotCNOlist function.
plot(cnolist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.