Description Usage Arguments Value Examples
Arithmetic operations
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## 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.
1 2 | data(chipExampleBig)
chipExampleBig[[1]] + chipExampleBig[[2]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.