EstimateDisp | R Documentation |
Estimate dispersion from raw count (use all time points)
EstimateDisp(object, ...)
## S3 method for class 'AssayGrowth'
EstimateDisp(object, ctrl.label, ...)
## S3 method for class 'Rosace'
EstimateDisp(object, name, ctrl.col, ctrl.name, ...)
object |
An object: AssayGrowth, or Rosace |
... |
Additional arguments to be passed to the estimation 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 ctrl.col |