plotCNOlist2: Another version of plotCNOlist that allows to plot 2 cnolist...

Description Usage Arguments Details Author(s) See Also Examples

Description

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.

Usage

1
plotCNOlist2(cnolist, simulated_cnolist=NULL, ymin=0,ymax=1)

Arguments

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)

Details

This function can plot either a single CNOlist, or 2 on top of each other.

Author(s)

T. Cokelaer

See Also

plotCNOlistPDF, plotCNOlistLarge, plotCNOlistLargePDF, plotCNOlist

Examples

1
2
3
4
# this data set is not an object so we need to convert it
data(CNOlistToy,package="CellNOptR")
cnolist = CNOlist(CNOlistToy)
plotCNOlist2(cnolist)

cokelaer/CellNOptR documentation built on May 27, 2019, 8:44 a.m.