Learn R Programming

soGGi (version 1.4.4)

c,ChIPprofile-method: Join, subset and manipulate ChIPprofile objects

Description

Join, subset and manipulate ChIPprofile objects

Usage

"c"(x, ..., recursive = FALSE)
"rbind"(x, ..., deparse.level = 1)
"cbind"(x, ..., deparse.level = 1)
"[["(x, i, j, ...)
"$"(x, name)

Arguments

j
Should be missing

Value

A ChIPprofile object

Examples

Run this code
data(chipExampleBig)
x <- c(chipExampleBig[[1]],chipExampleBig[[2]])
y <- rbind(chipExampleBig[[1]],chipExampleBig[[2]])

Run the code above in your browser using DataLab