Ops: Arithmetic operations

Description Usage Arguments Value Examples

Description

Arithmetic operations

Usage

 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))

Arguments

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=exp(1).

Value

A ChIPprofile object of result of arithmetic operation.

Examples

1
2

ThomasCarroll/soGGi documentation built on May 7, 2019, 8:40 a.m.