profileplyr: Join, subset and manipulate ChIPprofile objects

Description Usage Arguments Value

Description

Join, subset and manipulate ChIPprofile objects

Usage

1
2
3
4
5
## S4 method for signature 'profileplyr'
c(x, ...)

## S4 method for signature 'profileplyr,ANY,ANY,ANY'
x[i, j, k, ..., drop = FALSE]

Arguments

x

profileplyr object

...

Additional arguments.

i

An integer or character scalar indicating ranges of profileplyr object to return

j

An integer or character scalar indicating columns of profileplyr object to return or a An integer or character scalar indicating which profileplyr object samples to return

k

An integer or character scalar indicating samples of profileplyr object to return.

drop

A logical whether to drop empty samples

Value

A profileplyr object


profileplyr documentation built on Nov. 8, 2020, 8:12 p.m.