Ops,ChIPprofile,ChIPprofile-method {soGGi}R Documentation

Arithmetic operations

Description

Arithmetic operations

Usage

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

data(chipExampleBig)
chipExampleBig[[1]] + chipExampleBig[[2]]

[Package soGGi version 1.24.1 Index]