PlotDisp | R Documentation |
Raw count dispersion plot
PlotDisp(object, t, ...)
## S3 method for class 'AssayGrowth'
PlotDisp(object, t, ctrl.label, ...)
## S3 method for class 'Rosace'
PlotDisp(object, t, name, ctrl.col, ctrl.name, ...)
object |
An object: matrix, Assay, or Rosace |
t |
The time point to compute dispersion (>= 2). If missing, use all time points. |
... |
Additional arguments to be passed to the plot method. |
ctrl.label |
Boolean vector indicating control variants |
name |
Name of AssayGrowth |
ctrl.col |
Name of column in score.df that contains type of variants |
ctrl.name |
Label of control variants in type.col |