Ops,ChIPprofile,ChIPprofile-method {soGGi} | R Documentation |
Arithmetic operations
## S4 method for signature 'ChIPprofile,ChIPprofile' Ops(e1, e2) ## S4 method for signature 'ChIPprofile,numeric' Ops(e1, e2) ## S4 method for signature 'numeric,ChIPprofile' Ops(e1, e2) ## S4 method for signature 'ChIPprofile' mean(x, ...) ## S4 method for signature 'ChIPprofile' log2(x) ## S4 method for signature 'ChIPprofile' log(x, base = exp(1))
e1 |
ChIPprofile object |
e2 |
ChIPprofile object |
x |
objects. |
... |
further arguments passed to methods. |
base |
a positive or complex number: the base with respect to which
logarithms are computed. Defaults to e= |
A ChIPprofile object of result of arithmetic operation.
data(chipExampleBig) chipExampleBig[[1]] + chipExampleBig[[2]]