plot-methods: plot a '"CNOlist"' object - methods

plot-methodR Documentation

plot a "CNOlist" object - methods

Description

A plot method for CNOlist.

Usage

signature(x="CNOlist"): Please see the help page for the plot.CNOlist method in the CellNOptR package

arguments

x

The CNOlist object to plot

Author(s)

T.Cokelaer

See Also

readMIDAS, makeCNOlist

Examples

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)

saezlab/CellNOptR documentation built on April 16, 2024, 5:21 a.m.