runSLR | R Documentation |
For each variant, fit a simple linear regression on all replicates across different time points. The regression coefficient, standard error, p-value and any optional scores are returned as part of a Score object.
runSLR(object, ...)
## S3 method for class 'AssayGrowth'
runSLR(object, ...)
## S3 method for class 'AssaySetGrowth'
runSLR(object, ...)
## S3 method for class 'Rosace'
runSLR(object, name, type, ...)
object |
An object: AssayGrowth, AssaySetGrowth, or Rosace |
... |
Additional arguments to be passed to the regression method. |
name |
character string of Assay/AssaySet name |
type |
Assay or AssaySet |
A Score object with regression result